Merge pull request #4580 from laurencei/revert-4573-defaults-55

Revert "[5.5] Use composer platform config"
This commit is contained in:
Taylor Otwell 2018-02-17 08:51:47 -06:00 committed by GitHub
commit 3a50f43c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.0.0",
"php": ">=7.0.0",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0"
@ -15,7 +15,7 @@
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0",
"symfony/thanks": "~1.0"
"symfony/thanks": "^1.0"
},
"autoload": {
"classmap": [
@ -50,9 +50,6 @@
]
},
"config": {
"platform": {
"php": "7.0.0"
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true