Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Llanos committed Oct 20, 2016
1 parent f15b577 commit 7663842
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.3",
"illuminate/database": "^5.3",
"illuminate/contracts": "^5.3",
"illuminate/filesystem": "^5.3",
"illuminate/console": "^5.3"
"doctrine/dbal": "~2.5",
"illuminate/support": "~5.3",
"illuminate/database": "~5.3",
"illuminate/contracts": "~5.3",
"illuminate/filesystem": "~5.3",
"illuminate/console": "~5.3"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 7663842

Please sign in to comment.