Add the PHP extensions we're going to need.
sqlite should not be used in production, but is pretty handy for the test-suite, so this dependency is not a strong one. Also set the LICENCE to something palatable. (breaking the atomicity of commits) (but hey, this is the initial sprint)
{ | ||
"type": "project", | ||
"license": "proprietary", | ||
"license": "GNU-AGPL3", | ||
"require": { | ||
"php": "^7.1.3", | ||
"ext-ctype": "*", | ||
"ext-iconv": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"ext-mysqlnd": "*", | ||
"ext-sqlite3": "*", | ||
"ext-xml": "*", | ||
"symfony/console": "4.3.*", | ||
"symfony/dotenv": "4.3.*", | ||
"symfony/flex": "^1.3.1", | ||
... | ... |
Please register or sign in to comment