Skip to content

Commit e737e7d

Browse files
committed
Remove requirement of always available SPL extension
Since PHP 5.3.0, the SPL extension is always available and it can not be disabled. Ref: https://php.net/manual/en/spl.installation.php
1 parent d574dce commit e737e7d

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"ext-pdo_mysql": "*",
2626
"ext-simplexml": "*",
2727
"ext-soap": "*",
28-
"ext-spl": "*",
2928
"ext-xsl": "*",
3029
"ext-zip": "*",
3130
"lib-libxml": "*",

composer.lock

Lines changed: 1 addition & 2 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"ext-intl": "*",
1818
"ext-mcrypt": "*",
1919
"ext-simplexml": "*",
20-
"ext-spl": "*",
2120
"lib-libxml": "*",
2221
"composer/composer": "1.0.0-alpha9",
2322
"magento/magento-composer-installer": "*",

lib/internal/Magento/Framework/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"ext-intl": "*",
2020
"ext-openssl": "*",
2121
"ext-simplexml": "*",
22-
"ext-spl": "*",
2322
"ext-xsl": "*",
2423
"ext-bcmath": "*",
2524
"lib-libxml": "*",

0 commit comments

Comments
 (0)