Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Dependency update...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhariani committed Jan 14, 2014
1 parent 6014631 commit aa2812d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"require": {
"php": ">=5.4.0",
"guzzle/guzzle": "~3.8",
"jenssegers/mongodb": "*"
"jenssegers/mongodb": "1.1.2",
"illuminate/support": "4.1.x",
"illuminate/cache": "4.1.x",
"illuminate/auth": "4.1.x",
"illuminate/database": "4.1.x",
"illuminate/events": "4.1.x"
},
"require-dev": {
"orchestra/testbench": "2.1.*",
Expand Down

0 comments on commit aa2812d

Please sign in to comment.