Skip to content

Commit 8f3142c

Browse files
committed
MAGETWO-41701: [Github] Move ext- and lib- from require-dev in composer.json to require section
- moving to require
1 parent b4d2cb5 commit 8f3142c

File tree

4 files changed

+35
-47
lines changed

4 files changed

+35
-47
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,7 @@
4949
"symfony/event-dispatcher": "~2.1",
5050
"phpseclib/phpseclib": "~0.3",
5151
"tedivm/jshrink": "~1.0.1",
52-
"magento/composer": "~1.0.0"
53-
},
54-
"require-dev": {
55-
"phpunit/phpunit": "4.1.0",
56-
"squizlabs/php_codesniffer": "1.5.3",
57-
"phpmd/phpmd": "@stable",
58-
"pdepend/pdepend": "2.0.6",
52+
"magento/composer": "~1.0.0",
5953
"lib-libxml": "*",
6054
"ext-ctype": "*",
6155
"ext-gd": "*",
@@ -68,7 +62,13 @@
6862
"ext-iconv": "*",
6963
"ext-intl": "*",
7064
"ext-xsl": "*",
71-
"ext-mbstring": "*",
65+
"ext-mbstring": "*"
66+
},
67+
"require-dev": {
68+
"phpunit/phpunit": "4.1.0",
69+
"squizlabs/php_codesniffer": "1.5.3",
70+
"phpmd/phpmd": "@stable",
71+
"pdepend/pdepend": "2.0.6",
7272
"sjparkinson/static-review": "~4.1",
7373
"fabpot/php-cs-fixer": "~1.2",
7474
"lusitanian/oauth": "~0.3"

composer.lock

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@
3737
"tubalmartin/cssmin": "2.4.8-p4",
3838
"magento/magento-composer-installer": "*",
3939
"phpseclib/phpseclib": "~0.3",
40-
"symfony/console": "~2.3"
41-
},
42-
"require-dev": {
43-
"phpunit/phpunit": "4.1.0",
44-
"squizlabs/php_codesniffer": "1.5.3",
45-
"phpmd/phpmd": "@stable",
46-
"pdepend/pdepend": "2.0.6",
40+
"symfony/console": "~2.3",
4741
"lib-libxml": "*",
4842
"ext-ctype": "*",
4943
"ext-gd": "*",
@@ -54,7 +48,13 @@
5448
"ext-hash": "*",
5549
"ext-curl": "*",
5650
"ext-iconv": "*",
57-
"ext-intl": "*",
51+
"ext-intl": "*"
52+
},
53+
"require-dev": {
54+
"phpunit/phpunit": "4.1.0",
55+
"squizlabs/php_codesniffer": "1.5.3",
56+
"phpmd/phpmd": "@stable",
57+
"pdepend/pdepend": "2.0.6",
5858
"sjparkinson/static-review": "~4.1",
5959
"fabpot/php-cs-fixer": "~1.2",
6060
"lusitanian/oauth": "~0.3"

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/composer.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@
1515
"squizlabs/php_codesniffer": "1.5.3",
1616
"phpmd/phpmd": "@stable",
1717
"pdepend/pdepend": "2.0.6",
18-
"lib-libxml": "*",
19-
"ext-ctype": "*",
20-
"ext-gd": "*",
21-
"ext-spl": "*",
22-
"ext-dom": "*",
23-
"ext-simplexml": "*",
24-
"ext-mcrypt": "*",
25-
"ext-hash": "*",
26-
"ext-curl": "*",
27-
"ext-iconv": "*",
28-
"ext-intl": "*",
2918
"sjparkinson/static-review": "~4.1",
3019
"fabpot/php-cs-fixer": "~1.2",
3120
"lusitanian/oauth": "~0.3"

0 commit comments

Comments
 (0)