Skip to content

Commit e7eb5a3

Browse files
committed
MAGETWO-38219: Bug Contribution
Merge remote-tracking branch 'ogresCE/MAGETWO-37766-Required-XSL-PHP-Library-is-not-Defined' into PR_Branch
2 parents 5cee250 + 66f925f commit e7eb5a3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"ext-curl": "*",
5555
"ext-iconv": "*",
5656
"ext-intl": "*",
57+
"ext-xsl": "*",
5758
"sjparkinson/static-review": "~4.1",
5859
"fabpot/php-cs-fixer": "~1.2",
5960
"lusitanian/oauth": "~0.3"

composer.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"ext-iconv": "*",
1919
"ext-gd": "*",
2020
"lib-libxml": "*",
21+
"ext-xsl": "*",
2122
"magento/magento-composer-installer": "*"
2223
},
2324
"suggest": {

0 commit comments

Comments
 (0)