Skip to content

Commit

Permalink
Updated compatibility to Laravel 5.6 (#93)
Browse files Browse the repository at this point in the history
The [upgrade guide] (https://laravel.com/docs/5.6/upgrade) for L5.6 doesn't seem to introduce any breaking changes.
  • Loading branch information
Helder Lucas authored and Caleb Fidecaro committed Apr 9, 2018
1 parent 593a4fa commit 56468a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*"
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "5.5.*|6.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*"
"mockery/mockery": "~0.9|~1.0",
"phpunit/phpunit": "5.5.*|6.0.*|7.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 56468a3

Please sign in to comment.