Skip to content

Commit

Permalink
Add more extensions to test (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Jul 15, 2024
1 parent ced7a8d commit aefcca5
Showing 1 changed file with 36 additions and 21 deletions.
57 changes: 36 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,47 @@
"name": "test/test",
"description": "A file containing the extensions we want to support",
"require": {
"ext-ftp": "*",
"ext-zip": "*",
"ext-bz2": "*",
"ext-pcntl": "*",
"ext-mbstring": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_mysql": "*",
"ext-bz2": "*",
"ext-json": "*",
"ext-soap": "*",
"ext-exif": "*",
"ext-bcmath": "*",
"ext-mongodb": "*",
"ext-bz2": "*",
"ext-calendar": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-decimal": "*",
"ext-sqlsrv": "*",
"ext-ldap": "*",
"ext-mailparse": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-ftp": "*",
"ext-gd": "*",
"ext-xsl": "*",
"ext-pdo_sqlsrv": "*",
"ext-calendar": "*",
"ext-uuid": "*",
"ext-redis": "*",
"ext-gmp": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-imagick": "*",
"ext-imap": "*",
"ext-intl": "*",
"ext-xml": "*"
"ext-json": "*",
"ext-ldap": "*",
"ext-libxml": "*",
"ext-mailparse": "*",
"ext-mbstring": "*",
"ext-mongodb": "*",
"ext-pcntl": "*",
"ext-pcre": "*",
"ext-pdo_mysql": "*",
"ext-pdo_pgsql": "*",
"ext-pdo_sqlsrv": "*",
"ext-redis": "*",
"ext-soap": "*",
"ext-sqlite3": "*",
"ext-sqlsrv": "*",
"ext-uuid": "*",
"ext-xml": "*",
"ext-xsl": "*",
"ext-yaml": "*",
"ext-zip": "*"
},
"config": {
"sort-packages": true
}
}

0 comments on commit aefcca5

Please sign in to comment.