PHP version >= 7 instead of 7.1

pull/16/head
sundowndev 2018-08-05 01:42:20 +02:00
parent 8a501eb557
commit 67412b3147
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"type": "project",
"license": "WTFPL",
"require": {
"php": "7.1",
"php": "7.*",
"bramus/router": "~1.3",
"codervio/envmanager": "^1.7"
},

6
server/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4ac0df3751e41700bc67b558c17957c9",
"content-hash": "a1c9c0daaa465c088d4d51534487d4a9",
"packages": [
{
"name": "bramus/router",
@ -118,6 +118,8 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": "7.*"
},
"platform-dev": []
}