Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Created July 11, 2013 15:16
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philsturgeon/5976359 to your computer and use it in GitHub Desktop.
Save philsturgeon/5976359 to your computer and use it in GitHub Desktop.
Composer Dev Requirements
{
"require": {
"laravel/framework": "4.0.*",
},
"require-dev": {
"behat/behat": "2.4.*",
"mockery/mockery": "0.7.*",
"fzaninotto/Faker": "1.2.*",
"pdepend/pdepend" : "1.1.*",
"phpmd/phpmd" : "1.4.*",
"phploc/phploc": "*",
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*",
"sebastian/phpcpd": "*",
"mayflower/php-codebrowser": "*"
}
}
@yahuarkuntur
Copy link

Ghost dependency at line 9 ;)

@onigoetz
Copy link

For all the build tools I have a separate composer.json that symlinks them to the system.
As these tools have a truckload of dependencies and easily manage to not be installable.

I know, it's a bit of a step back to PEAR, but at least it doesn't affect my app with old dependencies

@JasonMortonNZ
Copy link

@onigoetz can you post up a gist showing how you do that?.It sounds like a v.interesting way of doing things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment