Skip to content

Commit

Permalink
upgrade to laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drolean committed May 22, 2018
1 parent 5e06fb9 commit b248580
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"illuminate/config": "~5.5.0",
"illuminate/database": "~5.5.0",
"illuminate/support": "~5.5.0"
"php": "^7.1",
"illuminate/config": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~6.3",
"orchestra/testbench": "~3.5.0",
"orchestra/database": "~3.5.0"
"phpunit/phpunit": "^6.5 || ^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/database": "~3.5.0|~3.6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -40,6 +39,9 @@
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
Expand Down

0 comments on commit b248580

Please sign in to comment.