Skip to content

Commit

Permalink
Merge pull request #8 from roderik/master
Browse files Browse the repository at this point in the history
Increase minimum stability of this bundle, and try to use only stable tagged versions of dependencies. Targetted at Symfony 2.3 and the 2.3 series of Kunstmaan bundles.
  • Loading branch information
Roderik van der Veer committed Apr 3, 2014
2 parents f1340b5 + a43a4b5 commit c76e903
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,25 @@
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.1.0",
"symfony/symfony": "2.3.*",
"behat/behat": "2.4.*",
"behat/mink": "1.4.*",
"behat/symfony2-extension": "1.0.*",
"behat/mink-extension": "1.0.*",
"behat/mink-browserkit-driver": "1.0.*",
"behat/mink-selenium2-driver": "1.0.*",
"behat/mink-browserkit-driver": "1.0.*",
"behat/mink-selenium2-driver": "1.0.*",
"behat/mink-goutte-driver": "1.0.*",
"behat/mink-sahi-driver": "1.0.*",
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": { "Kunstmaan\\BehatBundle": "" }
},
"target-dir": "Kunstmaan/BehatBundle"
"target-dir": "Kunstmaan/BehatBundle",
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}

0 comments on commit c76e903

Please sign in to comment.