summaryrefslogtreecommitdiff
path: root/plugins/composer/composer.plugin.zsh
AgeCommit message (Collapse)Author
2015-02-17Fix: "\s" is a gawk-specific regexp operator.Oleg Voronkovich
2015-02-10Remove composer.json file requirementMarc CornellĂ 
This is because we can't be sure which arguments require a json file and which don't, so the `else' statement will always be difficult to check for correctness.
2015-02-10Add aliases for composer globalMaxime Fabre
2015-02-10Allow completion for 'composer.phar', not only 'composer'Andrey Janzen
Use $_comp_command1 for command list generation instead of 'composer': `$_comp_command1` contains the command written in the command line. This allows us to have a different composer name
2015-02-10Fix get command list for recent composer versionsJulien Pepy
2014-09-01Revert "Add Composer's local binaries to PATH"Robby Russell
2014-08-31Add Composer's local binaries to PATHnervo
2014-06-28Add Composer's global binaries to PATHRob Loach
2013-06-21remove unused functionGunther Konig
2013-06-21autocomplete required packages as second argumetGunther Konig
2013-04-23Merge pull request #1634 from Anahkiasen/patch-1Robby Russell
Add alias for "composer dump-autoload"
2013-03-13Autocomplete composer default methods if composer.json is not availablehacfi
This plugin currently doesn't autocomplete composer commands if there is no composer.json in the current dir. However, the commands create-project, init, search, selfupdate and show are still useful without a composer.json!
2013-02-28Add alias for "composer dump-autoload"Maxime Fabre
2012-10-05added a comment to the composer installation aliasDaniel Gomes
2012-10-05added Composer completition and aliasesDaniel Gomes