Skip to content

Commit

Permalink
Drop the overspecific ORM version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers authored Jan 30, 2017
1 parent a76c6a9 commit 56bc4d0
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 @@ -22,7 +22,7 @@
"illuminate/config": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/console": "~5.1",
"laravel-doctrine/orm": "1.0.*|1.1.*|1.2.*"
"laravel-doctrine/orm": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 56bc4d0

Please sign in to comment.