Skip to content

Commit

Permalink
Change illuminate/database version constraint to ~4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanchez committed Jun 15, 2014
1 parent 6247f7b commit 8d503a1
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 @@ -23,7 +23,7 @@
"psr-0": { "Illuminate\\CodeIgniter" : "src/" }
},
"require": {
"illuminate/database": "~4.1.0"
"illuminate/database": "~4.1"
},
"require-dev": {
"mockery/mockery": "~0.7",
Expand Down

0 comments on commit 8d503a1

Please sign in to comment.