We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6d00db + 4464101 commit 3a50f43Copy full SHA for 3a50f43
composer.json
@@ -5,7 +5,7 @@
5
"license": "MIT",
6
"type": "project",
7
"require": {
8
- "php": "^7.0.0",
+ "php": ">=7.0.0",
9
"fideloper/proxy": "~3.3",
10
"laravel/framework": "5.5.*",
11
"laravel/tinker": "~1.0"
@@ -15,7 +15,7 @@
15
"fzaninotto/faker": "~1.4",
16
"mockery/mockery": "~1.0",
17
"phpunit/phpunit": "~6.0",
18
- "symfony/thanks": "~1.0"
+ "symfony/thanks": "^1.0"
19
},
20
"autoload": {
21
"classmap": [
@@ -50,9 +50,6 @@
50
]
51
52
"config": {
53
- "platform": {
54
- "php": "7.0.0"
55
- },
56
"preferred-install": "dist",
57
"sort-packages": true,
58
"optimize-autoloader": true
0 commit comments