Require PHP 7.1
This commit is contained in:
parent
df97bf270c
commit
300d35c8f3
|
@ -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
6
composer.lock
generated
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue