Skip to content

Commit 8f4c960

Browse files
author
Ivan Gavryshko
committed
MAGETWO-37766: Required XSL PHP Library is not Defined
- moved xsl dependency from Develop to Framework
1 parent e493f7b commit 8f4c960

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/code/Magento/Developer/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"magento/framework": "0.74.0-beta10",
88
"magento/magento-composer-installer": "*"
99
},
10-
"require-dev": {
11-
"ext-xsl": "*"
12-
},
1310
"type": "magento2-module",
1411
"version": "0.74.0-beta10",
1512
"license": [

lib/internal/Magento/Framework/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"ext-iconv": "*",
1919
"ext-gd": "*",
2020
"lib-libxml": "*",
21-
"magento/magento-composer-installer": "*"
21+
"magento/magento-composer-installer": "*",
22+
"ext-xsl": "*"
2223
},
2324
"suggest": {
2425
"ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library"

0 commit comments

Comments
 (0)