Skip to content

Commit fda7a6d

Browse files
committed
Add option for PHPUnit 12 dependency
1 parent e90798b commit fda7a6d

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
@@ -24,7 +24,7 @@
2424
"intervention/gif": "^4.2"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.0 || ^11.0",
27+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2828
"mockery/mockery": "^1.6",
2929
"phpstan/phpstan": "^2.1",
3030
"squizlabs/php_codesniffer": "^3.8",

0 commit comments

Comments
 (0)