Skip to content

Commit 6524ed6

Browse files
Update composer.json - PHPUnit 12.x support
1 parent 2c8b635 commit 6524ed6

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
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7",
22-
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11",
22+
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11 || ^12",
2323
"php-mock/php-mock-integration": "^2.3"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)