Skip to content

Commit 8a21b66

Browse files
author
Julien Neuhart
authored
Remove myclabs php enum from dev dependencies
1 parent 2c387fd commit 8a21b66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
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)