Skip to content

Commit 4bf50a9

Browse files
committed
Fix: move friendsofphp/php-cs-fixer to dev dependecies
1 parent ea78384 commit 4bf50a9

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
@@ -14,11 +14,11 @@
1414
"require": {
1515
"php": ">=5.4",
1616
"ext-dom": "*",
17-
"ext-iconv": "*",
18-
"friendsofphp/php-cs-fixer": "2.9"
17+
"ext-iconv": "*"
1918
},
2019
"require-dev": {
21-
"phpunit/phpunit": "^4.8"
20+
"phpunit/phpunit": "^4.8",
21+
"friendsofphp/php-cs-fixer": "2.9"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)