45 Commits (625e174f76a44bb9adfd27fc890e73e9b1eef030)

Author SHA1 Message Date
Jordi Boggiano 514a3cde77 CS fixes 12 years ago
Jordi Boggiano 9b2e3766c0 Show reference as well in show command overview 12 years ago
Jordi Boggiano 365058ee99 Fix CS 12 years ago
go.schmidt f748fb1953 fixed version output for show command 12 years ago
Pascal Borreli 83fd3967f0 Fixed PHPDoc 12 years ago
Jordi Boggiano ee0cd07468 CS fixes 12 years ago
Jordi Boggiano 59edd4e6d6 Show version in composer show --self 12 years ago
Ismael Ambrosi 18086aa5e7 Added option to display dev-required packages 12 years ago
Fabien Potencier b5897b291d Fix PHP warning in the show command when using the -s flag 12 years ago
Jordi Boggiano a0903d4d35 Update create-project and show commands to use the new filterPackages method 12 years ago
Jordi Boggiano d6de4a0036 Rename Package interfaces to reduce BC issues 12 years ago
Jordi Boggiano e0edd882c5 Add --self flag to composer show to see the root package info 12 years ago
Jordi Boggiano fd776853a4 Show version for platform/installed packages, fixes #825 12 years ago
Jordi Boggiano ffecd39d33 Refactor repositories handling in config/factory/loader, fixes #828, fixes #826 12 years ago
Jordi Boggiano 3ac11b932c Expose default repositories in system config file 12 years ago
Jordi Boggiano 4a6ae454c2 Merge remote-tracking branch 'dpb587/multiple-repos'
Conflicts:
	src/Composer/Factory.php
	src/Composer/Package/Loader/RootPackageLoader.php
	tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
12 years ago
Jordi Boggiano 5edb49c067 Show include path in show command 12 years ago
Jordi Boggiano 704b7a655f Clarity fix 12 years ago
Jordi Boggiano c694bd57a3 Merge remote-tracking branch 'digitalkaoz/issue_397' 12 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Danny Berger 8d6d155153 Add internal support for multiple default composer repositories. 12 years ago
Jordi Boggiano 7837be0621 Fix creation of ComposerRepository, refs #587 12 years ago
Jordi Boggiano 4cc45d3c37 Add require-dev and other missing links in show command 12 years ago
Povilas Balzaravicius Pawka 443ce65765 Fix fatal on show command 12 years ago
Jordi Boggiano ea2d46bcff Fix ComposerRepository calls, fixes #475 12 years ago
digitalkaoz 7cdb793b40 added support section to composer.json 12 years ago
Igor Wiedler cd6eb49427 fix notice when running show command on package without keywords 12 years ago
Jordi Boggiano 09083089ff Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts:
	src/Composer/Command/ShowCommand.php
12 years ago
Jordi Boggiano 5dba49af54 Show package descriptions in show/search commands, merge similar packages in show, fixes #366 12 years ago
Jordi Boggiano 33c926c303 Show/Search command cleanups 12 years ago
digitalkaoz 741a66e504 added description to show command, searching in description aswell 12 years ago
digitalkaoz e6e90bb174 added keywords to show command 12 years ago
Martin Hasoň 98d7e31c74 Sort versions before print 12 years ago
Jordi Boggiano 0e6cf61b67 Avoid showing duplicates versions 13 years ago
Jordi Boggiano 5eb333680b Rename findPackagesByName to findPackages and allow version arg 13 years ago
Jordi Boggiano 6971657ad0 Merge debug:packages into the show command (if used without package arg) 13 years ago
Jordi Boggiano 247d19e2f8 Add type hints 13 years ago
Jordi Boggiano 93baa38d5c Allow show command to work without a composer.json 13 years ago
Jordi Boggiano 385075cda3 Cosmetic fixes 13 years ago
Christophe Coevoet 1fdb7aef56 Changed the ShowCommand to use the new method 13 years ago
Jordi Boggiano 3b9dd59da3 Fix typo 13 years ago
Jordi Boggiano 9452a94e30 Fix regression in previous merge 13 years ago
Igor Wiedler 85ec42bac3 display highest package version by default on show command 13 years ago
Jordi Boggiano a2caa7c5e6 Adjustments to the show command 13 years ago
digitalkaoz 6451087039 added a show command for packages 13 years ago