Skip to content

Commit ae2c741

Browse files
author
Julien Neuhart
authoredOct 7, 2020
Merge pull request #11 from thecodingmachine/gulien-patch-1
Remove myclabs php enum from dev dependencies
2 parents 2c387fd + 8a21b66 commit ae2c741

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"phpstan/phpstan": "^0.12.14",
2929
"php-coveralls/php-coveralls": "^2.1.0",
3030
"symfony/translation": "^4",
31-
"doctrine/coding-standard": "^7.0",
32-
"myclabs/php-enum": "^1.7"
31+
"doctrine/coding-standard": "^7.0"
3332
},
3433
"scripts": {
3534
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",

0 commit comments

Comments
 (0)
Please sign in to comment.