diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-01-21 23:35:21 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-01-21 23:35:21 +0100 |
commit | a0f12dabc2aef2fd129967838b1294b860ddd6d3 (patch) | |
tree | 27a6654cfb04a0700571b5025fdd84030d85f827 /composer.lock | |
parent | 0fd6f323430ecfc193d5f984f58cd32ae5976502 (diff) |
composer: Add extension deps where easily possible
mysql/psql is missing because composer can't do OR easily.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock index 16bd4a4e5..b64749f56 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "53932bd9db5d52264df582f0589a127e", + "content-hash": "2668befb33d9b989434db0ab06fb68b7", "packages": [], "packages-dev": [ { @@ -392,7 +392,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.5" + "php": ">=5.5", + "ext-gd": "*", + "ext-exif": "*", + "ext-phar": "*" }, - "platform-dev": [] + "platform-dev": { + "ext-xdebug": "*" + } } |