-
- Downloads
update phpstan
{ | ||
"name": "mangoweb/authorization", | ||
"license": "MIT", | ||
"scripts": { | ||
"phpstan": "phpstan analyze --no-progress --no-interaction --error-format compact --memory-limit 1G -c phpstan.neon", | ||
"nette-tester": "vendor/bin/tester ./tests/cases", | ||
"verify": [ | ||
"@composer install", | ||
"@nette-tester", | ||
"@phpstan" | ||
] | ||
}, | ||
"require-dev": { | ||
"php": "~7.1", | ||
"grifart/phpstan-oneline": "^0.3.2", | ||
"nette/security": "~3.0", | ||
"nette/di": "~3.0", | ||
"nette/tester": "~2.0", | ||
"phpstan/phpstan": "^0.8.5", | ||
"phpstan/phpstan": "^0.12.52", | ||
"phpstan/phpstan-deprecation-rules": "^0.12.5", | ||
"phpstan/phpstan-strict-rules": "^0.12.5", | ||
"zendframework/zend-permissions-acl": "^2.6" | ||
}, | ||
"suggest": { | ||
... | ... |
phpstan-baseline.neon
0 → 100644
phpstan.neon
0 → 100644
Please register or sign in to comment