Skip to content

Commit

Permalink
added laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jul 14, 2018
1 parent c822ab9 commit 201967d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"require":{
"php":">=5.5.9",
"illuminate/support":"5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/view":"5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/support":">=5.2 <6.0",
"illuminate/view":">=5.2 <6.0"
},
"require-dev":{
"mockery/mockery":"~0.9",
Expand Down

0 comments on commit 201967d

Please sign in to comment.