Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #17 from shouze/master
Browse files Browse the repository at this point in the history
Fixing dependencies for 1.0.1 release
  • Loading branch information
shouze committed Dec 26, 2014
2 parents b381a79 + baebfb2 commit 7701d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"homepage": "https://github.com/rezzza/tk1-contexts",

"require": {
"php": ">=5.3.2",
"php": ">=5.3.3",
"behat/behat": "~2.5",
"behat/symfony2-extension": "~1.1",
"symfony/symfony": "~2.3",
"atoum/atoum": "*",
"sanpi/behatch-contexts": "dev-behat-2.x"
"atoum/atoum": "~1.0",
"behatch/contexts": "dev-behat-2.x"
},

"suggest": {
Expand All @@ -25,7 +25,7 @@

"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.0.x-dev"
}
},

Expand Down

0 comments on commit 7701d4e

Please sign in to comment.