Created
August 12, 2013 04:50
-
-
Save jibone/6208312 to your computer and use it in GitHub Desktop.
My generic composer file for a PHP project.
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": { | |
"php": ">=5.3.1", | |
"behat/behat": "2.4.*@stable", | |
"behat/mink": "1.4@stable", | |
"behat/mink-extension": "*", | |
"behat/mink-goutte-driver": "*", | |
"behat/mink-sahi-driver": "*", | |
"behat/mink-selenium-driver": "*", | |
"behat/mink-selenium2-driver": "*", | |
"behat/mink-zombie-driver": "*", | |
"phpunit/phpunit": "3.7.*", | |
"slim/slim": "2.*", | |
"slim/views": "0.1.*", | |
"j4mie/idiorm": "*", | |
"davedevelopment/phpmig": "*", | |
"pimple/pimple": "1.*" | |
}, | |
"config": { | |
"bin-dir": "bin/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment