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 fe921cd commit beed356Copy full SHA for beed356
src/Metadata/composer.json
@@ -29,6 +29,7 @@
29
"require": {
30
"php": ">=8.2",
31
"doctrine/inflector": "^2.0",
32
+ "phpstan/phpdoc-parser": "^1.29 || ^2.0",
33
"psr/cache": "^1.0 || ^2.0 || ^3.0",
34
"psr/log": "^1.0 || ^2.0 || ^3.0",
35
"symfony/property-info": "^6.4 || ^7.1",
@@ -40,7 +41,6 @@
40
41
"api-platform/openapi": "^4.1.11",
42
"api-platform/state": "^4.1.11",
43
"phpspec/prophecy-phpunit": "^2.2",
- "phpstan/phpdoc-parser": "^1.29 || ^2.0",
44
"phpunit/phpunit": "11.5.x-dev",
45
"symfony/config": "^6.4 || ^7.0",
46
"symfony/routing": "^6.4 || ^7.0",
0 commit comments