Skip to content

Commit

Permalink
Require PHPUnit as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Mar 28, 2024
1 parent 3c188e3 commit b8fd504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"php": "~8.1.0 || ~8.2.0",
"doctrine/annotations": "^1.5",
"doctrine/persistence": "^2.1 || ^3.0",
"phpunit/phpunit": "^9.6.0",
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^5.4 || ^6.2",
Expand All @@ -38,8 +39,7 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.60",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-symfony": "^1.3.8",
"phpunit/phpunit": "^9.6.17"
"phpstan/phpstan-symfony": "^1.3.8"
},
"suggest": {
"pimcore/admin-ui-classic-bundle": "Required when used with Pimcore 11"
Expand Down

0 comments on commit b8fd504

Please sign in to comment.