Skip to content

Commit 9d83e50

Browse files
committed
Moved php-cs-fixer to dev dependency where it belongs to
1 parent 3804282 commit 9d83e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"php": ">=7.0.0",
1919
"symfony/config": "^2.3|^3.0|^4",
2020
"symfony/translation": "^2.3|^3.0|^4",
21-
"symfony/yaml": "^2.3|^3.0|^4",
22-
"friendsofphp/php-cs-fixer": "^2.14"
21+
"symfony/yaml": "^2.3|^3.0|^4"
2322
},
2423
"require-dev": {
2524
"thunderer/shortcode": "^0.7",
2625
"phpspec/phpspec": "^2",
27-
"phpunit/phpunit": "^4.5|^5.0"
26+
"phpunit/phpunit": "^4.5|^5.0",
27+
"friendsofphp/php-cs-fixer": "^2.14"
2828
},
2929
"config": {
3030
"bin-dir": "bin"

0 commit comments

Comments
 (0)