Use composer platform config

This commit is contained in:
Graham Campbell 2018-02-14 13:38:24 +00:00 committed by GitHub
parent 3d8ba1d4d2
commit c5ae665858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

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