Skip to content

Instantly share code, notes, and snippets.

@kuya-joe
Forked from jibone/composer.json
Created July 5, 2021 03:28
Show Gist options
  • Select an option

  • Save kuya-joe/cba814ca63814906f226f3aefcb08940 to your computer and use it in GitHub Desktop.

Select an option

Save kuya-joe/cba814ca63814906f226f3aefcb08940 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