Skip to content

Commit b8fd504

Browse files
committed
Require PHPUnit as explicit dependency
1 parent 3c188e3 commit b8fd504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"php": "~8.1.0 || ~8.2.0",
2323
"doctrine/annotations": "^1.5",
2424
"doctrine/persistence": "^2.1 || ^3.0",
25+
"phpunit/phpunit": "^9.6.0",
2526
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0",
2627
"psr/log": "^1.0 || ^2.0 || ^3.0",
2728
"symfony/console": "^5.4 || ^6.2",
@@ -38,8 +39,7 @@
3839
"phpstan/extension-installer": "^1.3.1",
3940
"phpstan/phpstan": "^1.10.60",
4041
"phpstan/phpstan-phpunit": "^1.3.16",
41-
"phpstan/phpstan-symfony": "^1.3.8",
42-
"phpunit/phpunit": "^9.6.17"
42+
"phpstan/phpstan-symfony": "^1.3.8"
4343
},
4444
"suggest": {
4545
"pimcore/admin-ui-classic-bundle": "Required when used with Pimcore 11"

0 commit comments

Comments
 (0)