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