Skip to content

Commit

Permalink
Add option for PHPUnit 12 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Feb 7, 2025
1 parent e90798b commit fda7a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"intervention/gif": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0 || ^11.0",
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^2.1",
"squizlabs/php_codesniffer": "^3.8",
Expand Down

0 comments on commit fda7a6d

Please sign in to comment.