Skip to content

Commit 83b06f1

Browse files
committed
Support specific PHP versions in composer
1 parent 1c8ebbb commit 83b06f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.2.0",
21+
"php": "^7.2|^8.0",
2222
"ext-mbstring": "*"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.5"
25+
"phpunit/phpunit": "^9.5"
2626
},
2727
"suggest": {
2828
"ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",

0 commit comments

Comments
 (0)