We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c188e3 commit b8fd504Copy full SHA for b8fd504
composer.json
@@ -22,6 +22,7 @@
22
"php": "~8.1.0 || ~8.2.0",
23
"doctrine/annotations": "^1.5",
24
"doctrine/persistence": "^2.1 || ^3.0",
25
+ "phpunit/phpunit": "^9.6.0",
26
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0",
27
"psr/log": "^1.0 || ^2.0 || ^3.0",
28
"symfony/console": "^5.4 || ^6.2",
@@ -38,8 +39,7 @@
38
39
"phpstan/extension-installer": "^1.3.1",
40
"phpstan/phpstan": "^1.10.60",
41
"phpstan/phpstan-phpunit": "^1.3.16",
- "phpstan/phpstan-symfony": "^1.3.8",
42
- "phpunit/phpunit": "^9.6.17"
+ "phpstan/phpstan-symfony": "^1.3.8"
43
},
44
"suggest": {
45
"pimcore/admin-ui-classic-bundle": "Required when used with Pimcore 11"
0 commit comments