summaryrefslogtreecommitdiff
path: root/plugins/composer/composer.plugin.zsh
AgeCommit message (Collapse)Author
2018-08-19composer: Fix bin directory when Composer is not available (#6240)Rob Loach
* Fix for Composer's bin when Composer isn't global When Composer isn't globally installed, the `composer global` call results in an error. This checks to see if Composer is available before making the call. When Composer isn't available, it will just manually set the directories. * Fix Composer brackets in global bin directory * composer: Apply feedback from ricpelo This applies ricpelo's feedback at https://github.com/robbyrussell/oh-my-zsh/pull/6240#pullrequestreview-64253321 * composer: Fix path check syntax * composer: test with $commands[] syntax
2017-11-07Fix Standard Error Redirection for composer plugin (#5935)jrisebor
2017-02-22Use proper config bin directory (#5886)Ricardo Pérez
Add the proper config bin directory to `PATH` instead of the previously (incorrect) fixed `~/.composer/vendor/bin`. Nowadays the right config dir is `~/.config/composer/vendor/bin`.
2017-02-20Update composer.plugin.zsh (#5889)travoltron
Adds remove/global remove and optimize-autoloader commands.
2015-12-06[Composer] redirect stderr to /dev/null for completion commandsBilal Amarni
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