mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Add required extensions and PHP version to composer.json
This commit is contained in:
parent
d70b70b63c
commit
6cec5ba5bf
@ -1,5 +1,11 @@
|
||||
{
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"ext-json": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-pdo_mysql": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-zip": "*",
|
||||
"phpmailer/phpmailer": "^6.1",
|
||||
"composer/semver": "^3.2",
|
||||
"twig/twig": "~1.42.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user