Skip to content

Commit 4cab9ac

Browse files
committed
Allow unit tests on older PHP versions.
1 parent 3e69b2e commit 4cab9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"ext-calendar": "*",
30-
"phpunit/phpunit": "^11"
30+
"phpunit/phpunit": "^11 || ^10"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)