Skip to content

Commit d95a27c

Browse files
committed
Allow PHPUnit 12
1 parent 8819516 commit d95a27c

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
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.3 || ^8",
1616
"phpspec/prophecy": "^1.18",
17-
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0"
17+
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)