Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |