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 e8159af + c30e8c7 commit cf9bb15Copy full SHA for cf9bb15
composer.json
@@ -57,7 +57,7 @@
57
"sort-packages": true
58
},
59
"scripts": {
60
- "phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
+ "phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
61
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
62
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
63
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
0 commit comments