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 Aug 31, 2016
1 parent 73aa5ec commit 45939ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"require": {
"php": ">=5.5.9",
"doctrine/migrations": "~1.1",
"illuminate/contracts": "5.1.*|5.2.*",
"illuminate/console": "5.1.*|5.2.*",
"illuminate/support": "5.1.*|5.2.*",
"illuminate/contracts": "~5.1",
"illuminate/console": "~5.1",
"illuminate/support": "~5.1",
"laravel-doctrine/orm": "1.0.*|1.1.*|1.2.*"
},
"require-dev": {
Expand Down

0 comments on commit 45939ec

Please sign in to comment.