Skip to content

Commit

Permalink
Lock in more specific composer deps, in an attempt to quell the memor…
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed May 28, 2014
1 parent 0cdcea5 commit 2bb6e98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -13,15 +13,15 @@
"zeelot/kohana-media": "1.3.*@dev"
},
"require-dev": {
"behat/behat": "2.5.*@stable",
"behat/behat": "~2.5.2",
"behat/mink-extension": "~1.3",
"behat/mink-goutte-driver": "~1.0",
"fabpot/goutte": "~1.0",
"guzzle/guzzle": "3.9.*",
"phpunit/phpunit": "3.7.*",
"phpunit/dbunit": ">=1.2",
"phpspec/phpspec": "2.0.*@dev",
"symfony/console": "2.5.*@dev"
"guzzle/guzzle": "~3.9.1",
"phpunit/phpunit": "~3.7.37",
"phpunit/dbunit": "~1.2.3",
"phpspec/phpspec": "~2.0.0",
"symfony/console": "~2.4.5"
},
"minimum-stability": "dev",
"config": {
Expand Down

0 comments on commit 2bb6e98

Please sign in to comment.