Require PHP 7.1

This commit is contained in:
Oliver Davies 2019-05-22 18:46:02 +01:00
parent df97bf270c
commit 300d35c8f3
2 changed files with 7 additions and 4 deletions

View file

@ -10,9 +10,10 @@
}
],
"require": {
"php": "^7.1",
"josephlavin/tap": "^1.0",
"sculpin/sculpin": "^3",
"tightenco/collect": "^5.8",
"josephlavin/tap": "^1.0"
"tightenco/collect": "^5.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",

6
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": "c6414f5b440058283f14445f290d6df4",
"content-hash": "9778a3f48980cbd2767f204f6c02b650",
"packages": [
{
"name": "dflydev/ant-path-matcher",
@ -4704,6 +4704,8 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"php": "^7.1"
},
"platform-dev": []
}