Skip to content

Commit

Permalink
support Laravel 5.5.*
Browse files Browse the repository at this point in the history
  • Loading branch information
williamoliveira authored Sep 24, 2017
1 parent bcd10ba commit ead5259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"phpunit/phpunit": "~5.4",
Expand Down

0 comments on commit ead5259

Please sign in to comment.