Skip to content

Commit cc21cd9

Browse files
committed
9.4.3 requires php>=7.3, but we support 7.2 even in dev...
1 parent f2388d6 commit cc21cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-json": "*"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.4.3",
31+
"phpunit/phpunit": "~9",
3232
"squizlabs/php_codesniffer": "^3.5.8"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)