Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Updated composer.json to work with stable minimum-stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Aug 3, 2012
1 parent c9f0c9f commit d3fa3b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"symfony/symfony": "2.0.*",
"doctrine/orm": "2.1.*",

"sensio/framework-extra-bundle": "2.0.*",
"sensio/framework-extra-bundle": "2.0.*@dev",
"knplabs/knp-paginator-bundle": "*"
},
"require-dev": {
"behat/behat": ">=2.4@stable",
"behat/mink": ">=1.4@stable",
"behat/behat": ">=2.4",
"behat/mink": ">=1.4",
"behat/symfony2-extension": "*",
"behat/mink-extension": "*",
"behat/mink-browserkit-driver": "*",
"behat/common-contexts": "*",
"benwaine/phabric": "*"
"behat/common-contexts": "*@dev",
"benwaine/phabric": "*@dev"
},
"autoload": {
"psr-0": { "PSS\\Bundle\\BlogBundle": "" }
Expand Down

0 comments on commit d3fa3b1

Please sign in to comment.