Skip to content

Commit

Permalink
Added required PHP modules to composer.json (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Jul 10, 2022
1 parent 8624d5e commit e06fe2d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
"type": "magento-source",
"require": {
"php": ">=7.0 <7.5 || >=8.0 <8.1",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-soap": "*",
"ext-iconv": "*",
"ext-zlib": "*",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
},
"require-dev": {
Expand Down
15 changes: 13 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e06fe2d

Please sign in to comment.