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 0fb4d82 commit 4dbaaa2Copy full SHA for 4dbaaa2
composer.json
@@ -67,8 +67,7 @@
67
"willdurand/negotiation": "^3.0"
68
},
69
"conflict": {
70
- "zircote/swagger-php": "4.8.7 || 5.5.0",
71
- "symfony/type-info": "7.1.*"
+ "zircote/swagger-php": "4.8.7 || 5.5.0"
72
73
"suggest": {
74
"api-platform/core": "For using an API oriented framework.",
@@ -114,8 +113,8 @@
114
113
"scripts": {
115
"phpcs-check": "vendor/bin/php-cs-fixer check -v --diff",
116
"phpcs-fix": "vendor/bin/php-cs-fixer fix -v",
117
- "phpstan": "phpstan --memory-limit=2G",
118
- "phpstan-baseline": "phpstan --generate-baseline --memory-limit=2G",
+ "phpstan": "phpstan",
+ "phpstan-baseline": "phpstan --generate-baseline",
119
"phpunit": "phpunit"
120
}
121
0 commit comments