Skip to content

Commit

Permalink
Add support for latest Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Llanos committed Dec 26, 2019
1 parent b443f53 commit 490d503
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.6.4",
"doctrine/dbal": "~2.5",
"illuminate/support": "~5.1",
"illuminate/database": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/filesystem": "~5.1",
"illuminate/console": "~5.1"
"doctrine/dbal": ">=2.5",
"illuminate/support": ">=5.1",
"illuminate/database": ">=5.1",
"illuminate/contracts": ">=5.1",
"illuminate/filesystem": ">=5.1",
"illuminate/console": ">=5.1"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 490d503

Please sign in to comment.