Skip to content

Commit c5ae665

Browse files
Use composer platform config
1 parent 3d8ba1d commit c5ae665

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"php": ">=7.0.0",
8+
"php": "^7.0.0",
99
"fideloper/proxy": "~3.3",
1010
"laravel/framework": "5.5.*",
1111
"laravel/tinker": "~1.0"
@@ -15,7 +15,7 @@
1515
"fzaninotto/faker": "~1.4",
1616
"mockery/mockery": "~1.0",
1717
"phpunit/phpunit": "~6.0",
18-
"symfony/thanks": "^1.0"
18+
"symfony/thanks": "~1.0"
1919
},
2020
"autoload": {
2121
"classmap": [
@@ -50,6 +50,9 @@
5050
]
5151
},
5252
"config": {
53+
"platform": {
54+
"php": "7.0.0"
55+
},
5356
"preferred-install": "dist",
5457
"sort-packages": true,
5558
"optimize-autoloader": true

0 commit comments

Comments
 (0)