Skip to content

Commit b06be14

Browse files
Allow PHPUnit 9.6 again
1 parent 1d96599 commit b06be14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ext-ctype": "*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0|^11.0"
21+
"phpunit/phpunit": "^9.6|^10.0|^11.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Konekt\\Enum\\": "src/" }

0 commit comments

Comments
 (0)