Skip to content

Commit

Permalink
Add support for laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl authored Feb 12, 2018
1 parent 561d7fe commit b24fc04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
},
"require-dev": {
"laravel/laravel": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"phpunit/phpunit": "5.7 || 6.0",
"laravel/laravel": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"phpunit/phpunit": "5.7 || 6.0 || 7.0",
"mockery/mockery": "^0.9.9"
},
"autoload": {
Expand Down

0 comments on commit b24fc04

Please sign in to comment.