setting php>=7.0, as Scrutinizer seems to require/user PHP 7.0

This commit is contained in:
Ralf Becker 2019-02-07 17:12:57 +01:00
parent 27192d4b5d
commit f4289d4277
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"config": { "config": {
}, },
"require": { "require": {
"php": ">=7.1,<=8.0.0alpha1", "php": ">=7.0,<=8.0.0alpha1",
"fxp/composer-asset-plugin":"1.2.2", "fxp/composer-asset-plugin":"1.2.2",
"pear-pear.horde.org/horde_imap_client": "^2.29.7", "pear-pear.horde.org/horde_imap_client": "^2.29.7",
"pear-pear.horde.org/horde_nls": "^2.0.3", "pear-pear.horde.org/horde_nls": "^2.0.3",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e63894160c0172c5117bd05e9c965a61", "content-hash": "1b4b995d8bbe2321ab01c7ac08ef711e",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
@ -1950,7 +1950,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.1,<=8.0.0alpha1" "php": ">=7.0,<=8.0.0alpha1"
}, },
"platform-dev": [] "platform-dev": []
} }