Skip to content

Commit 0976582

Browse files
author
Julien Neuhart
authored
Add myclabs php enum as dev dep
1 parent f6421f2 commit 0976582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"phpstan/phpstan": "^0.12.25",
3838
"beberlei/porpaginas": "^1.2",
3939
"php-coveralls/php-coveralls": "^2.1.0",
40-
"symfony/phpunit-bridge": "^4.1.9 | ^5.1"
40+
"symfony/phpunit-bridge": "^4.1.9 | ^5.1",
41+
"myclabs/php-enum": "^1.7"
4142
},
4243
"scripts": {
4344
"phpstan": "phpstan analyse GraphqliteBundle.php DependencyInjection/ Controller/ Resources/ Security/ -c phpstan.neon --level=7 --no-progress"

0 commit comments

Comments
 (0)