Merge pull request #4579 from laurencei/revert-4574-defaults-56

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

View File

@ -5,7 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"php": ">=7.1.3",
"fideloper/proxy": "~4.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "~1.0"
@ -16,7 +16,7 @@
"mockery/mockery": "~1.0",
"nunomaduro/collision": "~1.1",
"phpunit/phpunit": "~7.0",
"symfony/thanks": "~1.0"
"symfony/thanks": "^1.0"
},
"autoload": {
"classmap": [
@ -51,11 +51,10 @@
]
},
"config": {
"platform": {
"php": "7.1.3"
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}