Skip to content

Instantly share code, notes, and snippets.

@jibone
Created August 12, 2013 04:50
Show Gist options
  • Save jibone/6208312 to your computer and use it in GitHub Desktop.
Save jibone/6208312 to your computer and use it in GitHub Desktop.
My generic composer file for a PHP project.
{
"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