Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-28 | composer: keep composer autocompletion when using global (#5933) | Thomas Ruiz | |
2018-10-17 | reword | Marc Cornellà | |
2018-10-15 | Composer Readme added | Sagar Patil | |
2018-08-19 | composer: 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-07 | Fix Standard Error Redirection for composer plugin (#5935) | jrisebor | |
2017-02-22 | Use 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-20 | Update composer.plugin.zsh (#5889) | travoltron | |
Adds remove/global remove and optimize-autoloader commands. | |||
2015-12-06 | [Composer] redirect stderr to /dev/null for completion commands | Bilal Amarni | |
2015-02-17 | Fix: "\s" is a gawk-specific regexp operator. | Oleg Voronkovich | |
2015-02-10 | Remove composer.json file requirement | Marc 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-10 | Add aliases for composer global | Maxime Fabre | |
2015-02-10 | Allow 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-10 | Fix get command list for recent composer versions | Julien Pepy | |
2014-09-01 | Revert "Add Composer's local binaries to PATH" | Robby Russell | |
2014-08-31 | Add Composer's local binaries to PATH | nervo | |
2014-06-28 | Add Composer's global binaries to PATH | Rob Loach | |
2013-06-21 | remove unused function | Gunther Konig | |
2013-06-21 | autocomplete required packages as second argumet | Gunther Konig | |
2013-04-23 | Merge pull request #1634 from Anahkiasen/patch-1 | Robby Russell | |
Add alias for "composer dump-autoload" | |||
2013-03-13 | Autocomplete composer default methods if composer.json is not available | hacfi | |
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-28 | Add alias for "composer dump-autoload" | Maxime Fabre | |
2012-10-05 | added a comment to the composer installation alias | Daniel Gomes | |
2012-10-05 | added Composer completition and aliases | Daniel Gomes | |