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 db04f08 commit 1685041Copy full SHA for 1685041
composer.json
@@ -64,7 +64,7 @@
64
},
65
"scripts": {
66
"phpmd": "./vendor/bin/phpmd src text phpmd.xml",
67
- "phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
+ "phpstan": "./vendor/bin/phpstan",
68
"test:unit": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' ./vendor/bin/simple-phpunit --colors=always --verbose",
69
"test:unit:coverage": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' XDEBUG_MODE=coverage ./vendor/bin/simple-phpunit --colors=always --coverage-html=tests/coverage",
70
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
0 commit comments