Skip to content

Commit

Permalink
Increase minimum stability of this bundle, and try to use only stable…
Browse files Browse the repository at this point in the history
… 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
1 parent f1340b5 commit a43a4b5
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 a43a4b5

Please sign in to comment.