Skip to content

Commit f453b35

Browse files
committed
fix: add support for phpunit 11 and 12
1 parent 41beb10 commit f453b35

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
@@ -18,7 +18,7 @@
1818
"php": "^8.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^12.0"
21+
"phpunit/phpunit": "^11.0 || ^12.0"
2222
},
2323
"minimum-stability": "dev",
2424
"prefer-stable": true

0 commit comments

Comments
 (0)