Skip to content

Commit a2b2219

Browse files
fballianoelidrissidev
authored andcommitted
Added required PHP modules to composer.json (OpenMage#2064)
1 parent 1ea715f commit a2b2219

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
"type": "magento-source",
99
"require": {
1010
"php": ">=7.0 <7.5 || >=8.0 <8.1",
11+
"ext-curl": "*",
12+
"ext-gd": "*",
13+
"ext-json": "*",
14+
"ext-mbstring": "*",
15+
"ext-pdo": "*",
16+
"ext-simplexml": "*",
17+
"ext-dom": "*",
18+
"ext-libxml": "*",
19+
"ext-soap": "*",
20+
"ext-iconv": "*",
21+
"ext-zlib": "*",
1122
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
1223
},
1324
"require-dev": {

composer.lock

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

0 commit comments

Comments
 (0)