Skip to content

Commit

Permalink
Merge pull request #9 from williamoliveira/williamoliveira-patch-1
Browse files Browse the repository at this point in the history
support Laravel 5.5.*
  • Loading branch information
williamoliveira authored Sep 24, 2017
2 parents bcd10ba + ead5259 commit 8752baa
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 8752baa

Please sign in to comment.