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

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyx committed Aug 28, 2014
1 parent 58a00c6 commit 86e9f2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/bin/*
/vendor/*
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

"require": {
"php": ">=5.3.2",
"behat/behat": "~2.5.0",
"behat/symfony2-extension": "~1.1",
"behat/behat": "~3.0",
"behat/symfony2-extension": "dev-master",
"atoum/atoum": "dev-master"
},

Expand All @@ -23,7 +23,7 @@

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

0 comments on commit 86e9f2b

Please sign in to comment.