Last active
August 29, 2015 14:08
-
-
Save ricbra/0e38f66ecac91f9573c0 to your computer and use it in GitHub Desktop.
phpspec composer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
}, | |
"require-dev": { | |
"sensio/generator-bundle": "~2.3", | |
"phpspec/phpspec": "~2.0", | |
"behat/behat": "~3.0", | |
"behat/symfony2-extension": "~2.0@dev", | |
"behat/mink-extension": "~2.0@dev", | |
"behat/mink-browserkit-driver": "~1.2@dev", | |
"behat/mink-selenium2-driver": "@dev", | |
"behat/mink": "~1.6@dev" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment