Skip to content

Commit

Permalink
DBP: Strict Laravel versions support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Feb 20, 2017
1 parent 532b816 commit 9d4735f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1",
"illuminate/database": "^5.1"
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d4735f

Please sign in to comment.