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 f6421f2 commit 0976582Copy full SHA for 0976582
composer.json
@@ -37,7 +37,8 @@
37
"phpstan/phpstan": "^0.12.25",
38
"beberlei/porpaginas": "^1.2",
39
"php-coveralls/php-coveralls": "^2.1.0",
40
- "symfony/phpunit-bridge": "^4.1.9 | ^5.1"
+ "symfony/phpunit-bridge": "^4.1.9 | ^5.1",
41
+ "myclabs/php-enum": "^1.7"
42
},
43
"scripts": {
44
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"
0 commit comments