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 ea872a8 commit 38e1db7Copy full SHA for 38e1db7
composer.json
@@ -30,11 +30,11 @@
30
"composer/semver": "^3.0",
31
"phpunit/phpunit": "^8.5|^9.5",
32
"doctrine/coding-standard": "^12",
33
- "phpstan/phpstan": "^1.4",
34
- "phpstan/phpstan-deprecation-rules": "^1",
35
- "phpstan/phpstan-phpunit": "^1",
36
- "phpstan/phpstan-strict-rules": "^1.1",
37
- "phpstan/phpstan-symfony": "^1.3",
+ "phpstan/phpstan": "^1.4 || ^2",
+ "phpstan/phpstan-deprecation-rules": "^1 || ^2",
+ "phpstan/phpstan-phpunit": "^1 || ^2",
+ "phpstan/phpstan-strict-rules": "^1.1 || ^2",
+ "phpstan/phpstan-symfony": "^1.3 || ^2",
38
"doctrine/orm": "^2.6 || ^3",
39
"doctrine/persistence": "^2.0 || ^3 ",
40
"symfony/phpunit-bridge": "^6.3 || ^7",
0 commit comments