Skip to content

Commit c4c4a88

Browse files
author
Ivan Gavryshko
committed
MAGETWO-37766: Required XSL PHP Library is not Defined
- fixed
1 parent e2a6633 commit c4c4a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/composer.json

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

0 commit comments

Comments
 (0)