Skip to content

Commit

Permalink
Updated php-ext check
Browse files Browse the repository at this point in the history
... to fit OpenMage/Magento
  • Loading branch information
sreichel authored and cmuench committed Nov 11, 2024
1 parent 00d1109 commit c306e41
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -638,15 +638,21 @@ commands:
pre-check:
php:
extensions:
- pdo_mysql
- spl
- ctype
- curl
- dom
- simplexml
- ftp
- gd
- hash
- curl
- iconv
- ctype
- gd
- intl
- json
- libxml
- mbstring
- pdo
- simplexml
- soap
- zlib

db:
host: localhost
Expand Down

0 comments on commit c306e41

Please sign in to comment.