mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
setting php>=7.0, as Scrutinizer seems to require/user PHP 7.0
This commit is contained in:
parent
27192d4b5d
commit
f4289d4277
@ -8,7 +8,7 @@
|
||||
"config": {
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1,<=8.0.0alpha1",
|
||||
"php": ">=7.0,<=8.0.0alpha1",
|
||||
"fxp/composer-asset-plugin":"1.2.2",
|
||||
"pear-pear.horde.org/horde_imap_client": "^2.29.7",
|
||||
"pear-pear.horde.org/horde_nls": "^2.0.3",
|
||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -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": "e63894160c0172c5117bd05e9c965a61",
|
||||
"content-hash": "1b4b995d8bbe2321ab01c7ac08ef711e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adldap2/adldap2",
|
||||
@ -1950,7 +1950,7 @@
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.1,<=8.0.0alpha1"
|
||||
"php": ">=7.0,<=8.0.0alpha1"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user