PHP version >= 7 instead of 7.1
parent
8a501eb557
commit
67412b3147
|
@ -4,7 +4,7 @@
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "WTFPL",
|
"license": "WTFPL",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "7.1",
|
"php": "7.*",
|
||||||
"bramus/router": "~1.3",
|
"bramus/router": "~1.3",
|
||||||
"codervio/envmanager": "^1.7"
|
"codervio/envmanager": "^1.7"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "4ac0df3751e41700bc67b558c17957c9",
|
"content-hash": "a1c9c0daaa465c088d4d51534487d4a9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bramus/router",
|
"name": "bramus/router",
|
||||||
|
@ -118,6 +118,8 @@
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {
|
||||||
|
"php": "7.*"
|
||||||
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue