Skip to content

Commit

Permalink
Support Laravel 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers authored Sep 1, 2016
1 parent 97b7594 commit d6e2c9f
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 @@ -23,10 +23,10 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/auth": "5.1.*|5.2.*",
"illuminate/config": "5.1.*|5.2.*",
"illuminate/contracts": "5.1.*|5.2.*",
"illuminate/support": "5.1.*|5.2.*",
"illuminate/auth": "~5.1",
"illuminate/config": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"laravel-doctrine/orm": "1.0.*|1.1.*|1.2.*"
},
"require-dev": {
Expand Down

0 comments on commit d6e2c9f

Please sign in to comment.