Skip to content

Commit 1cf3885

Browse files
committed
move php-cs-fixer to require-dev
1 parent 27baddf commit 1cf3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"yii2mod/yii2-bootstrap-notify": "*",
3232
"yii2tech/sitemap": "^1.0",
3333
"yii2tech/admin": "*",
34-
"friendsofphp/php-cs-fixer": "~1.7",
3534
"cyberz/yii2-multipath-migrations": "*"
3635
},
3736
"require-dev": {
3837
"yiisoft/yii2-debug": "~2.0.0",
3938
"yiisoft/yii2-gii": "~2.0.0",
4039
"yiisoft/yii2-faker": "~2.0.0",
40+
"friendsofphp/php-cs-fixer": "~1.7",
4141
"codeception/base": "^2.2.3",
4242
"codeception/verify": "~0.3.1"
4343
},

0 commit comments

Comments
 (0)