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 e60aa70 + dfe6def commit debed99Copy full SHA for debed99
composer.json
@@ -57,7 +57,7 @@
57
"sort-packages": true
58
},
59
"scripts": {
60
- "phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
+ "phpstan": "./vendor/bin/phpstan --memory-limit=1G --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