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.
2 parents adc54d8 + 00df57a commit 5d61d9aCopy full SHA for 5d61d9a
api/composer.json
@@ -85,7 +85,10 @@
85
"scripts": {
86
"cs-check": "php-cs-fixer fix --dry-run",
87
"cs-fix": "php-cs-fixer fix",
88
- "test": "bin/phpunit -d memory_limit=-1",
+ "test": [
89
+ "Composer\\Config::disableProcessTimeout",
90
+ "bin/phpunit -d memory_limit=-1"
91
+ ],
92
"auto-scripts": {
93
"cache:clear": "symfony-cmd",
94
"assets:install %PUBLIC_DIR%": "symfony-cmd"
0 commit comments