Skip to content

Commit 524f4b8

Browse files
author
Patrick McLain
committed
Move libraries back to require-dev
1 parent 49a278a commit 524f4b8

File tree

2 files changed

+760
-760
lines changed

2 files changed

+760
-760
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"colinmollenhour/credis": "1.6",
3636
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
3737
"composer/composer": "~1.6.0",
38-
"friendsofphp/php-cs-fixer": "~2.10.0",
3938
"magento/composer": "1.3.0.x-dev",
4039
"magento/magento-composer-installer": ">=0.1.11",
4140
"magento/zendframework1": "~1.13.0",
@@ -44,7 +43,6 @@
4443
"pelago/emogrifier": "^2.0.0",
4544
"phpseclib/phpseclib": "2.0.*",
4645
"ramsey/uuid": "3.6.1",
47-
"sebastian/phpcpd": "~3.0.0",
4846
"symfony/console": "~4.0.0",
4947
"symfony/event-dispatcher": "~4.0.0",
5048
"symfony/process": "~4.0.0",
@@ -79,10 +77,12 @@
7977
"zendframework/zend-view": "^2.8.1"
8078
},
8179
"require-dev": {
80+
"friendsofphp/php-cs-fixer": "~2.10.0",
8281
"lusitanian/oauth": "~0.8.10",
8382
"pdepend/pdepend": "2.5.0",
8483
"phpmd/phpmd": "@stable",
8584
"phpunit/phpunit": "~6.2.0",
85+
"sebastian/phpcpd": "~3.0.0",
8686
"squizlabs/php_codesniffer": "3.0.1"
8787
},
8888
"replace": {

0 commit comments

Comments
 (0)