315 Commits (1b7906e82db7782e52f541c4651c93c57fed6783)

Author SHA1 Message Date
Jordi Boggiano 1b7906e82d Add --unset flag 12 years ago
Jordi Boggiano d00d7eef7f Use default editors if EDITOR is not set, improve windows compatibility 12 years ago
Jordi Boggiano 0615455087 Clean up syntax/docs & simplify some bits of code 12 years ago
Jordi Boggiano 1a638959c2 Merge remote-tracking branch 'JoshuaEstes/feature/config' 12 years ago
Joshua Estes 74c344ffe4 bug fix 12 years ago
Joshua Estes 41bc8fd1b6 updated the help for the command 12 years ago
Joshua Estes ebc67f3191 added the ablity to allow users the option of telling where the file they want to edit/update is 12 years ago
Joshua Estes 2e34ada3f0 updated some of the core functionality, only supports process timeout and repositories 12 years ago
Joshua Estes cec8debcdc added a validate schema function to make sure the user does not enter vomit into the config files 12 years ago
Joshua Estes 7b00dfab4c updated value argument to be array 12 years ago
Joshua Estes 3c5500aa95 updated a few things, works a little nicer, but still not yet to the point where it should be 12 years ago
Joshua Estes 6386921f99 deleted the repository, added a config command that current will just list the config for either file and open vim to edit the file 12 years ago
Arnaud Le Blanc 0119e80c18 added --prefer-dist option to require command 12 years ago
Joshua Estes 457d0aac94 cleaned up and added more comments 12 years ago
Johannes M. Schmitt 4e769e1100 moved some code to a dedicated class 12 years ago
Joshua Estes 7be31e12ec add a repository in either the global config or the local composer.json file 12 years ago
Joshua Estes e416d451c1 blah, don't need that 12 years ago
Joshua Estes ec71674826 added empty configuration command and updated the application class to pull it in for display 12 years ago
Jordi Boggiano a9afa8bc1f Merge remote-tracking branch 'mheleniak/prefer_dist' and fix dists
Conflicts:
	src/Composer/Installer.php
	src/Composer/Package/Locker.php
12 years ago
Ulrich Kautz ccf2539462 Search only in name 12 years ago
Jordi Boggiano 5b419c76ca Fix tests 12 years ago
Jordi Boggiano 122f66098e Merge remote-tracking branch 'hason/git_config' 12 years ago
Martin Hasoň 3b6bd761ec Set protocols for github in composer config file 12 years ago
Povilas Balzaravicius Pawka bbac63821c Search: initialize lowMatches as empty array. 12 years ago
Povilas Balzaravicius Pawka 7154ef9af7 search: fixed output error when no results found. 12 years ago
Jordi Boggiano 0689e24e83 Update command descriptions, fixes #1068 12 years ago
Fabien Potencier b5897b291d Fix PHP warning in the show command when using the -s flag 12 years ago
Mateusz Heleniak aa0ff14be5 added --prefer-dist option 12 years ago
Jordi Boggiano e2f8098f53 Fix depends command on 5.3, fixes #1034 12 years ago
Nils Adermann 01593e0628 Merge pull request #1015 from Seldaek/memory
Reduce memory usage by only loading packages that are actually needed, fixes #456
12 years ago
Jordi Boggiano 41fc6ff9ee Fix formatRequirements return value, fixes #1026 12 years ago
Jordi Boggiano f9f86f03ae Performance improvements to create-project 12 years ago
Jordi Boggiano e1bd2fd6df Clean ups after feedback 12 years ago
Jordi Boggiano a0903d4d35 Update create-project and show commands to use the new filterPackages method 12 years ago
Jordi Boggiano c31d588b7d Update init and depends commands to use the new filterPackages method 12 years ago
Jordi Boggiano 012798b179 Convert search command to use the filterPackages method 12 years ago
Jordi Boggiano d6de4a0036 Rename Package interfaces to reduce BC issues 12 years ago
Jordi Boggiano ef637c8f1a CS fixes 12 years ago
Jordi Boggiano 4d84f62cd9 Improve consistency and formatting of verbose output for update/install 12 years ago
Jordi Boggiano 209d3ebfc4 Show detailed changes in verbose mode, refs #842 12 years ago
Jordi Boggiano 756c7a04fd Add alias to dump-autoload 12 years ago
Jordi Boggiano 5b4c6f6296 Merge remote-tracking branch 'fixe/status-command'
Conflicts:
	src/Composer/Console/Application.php
12 years ago
Clément Gautier d87d010c35 Fixed typo 12 years ago
Jordi Boggiano de4e9c4022 Fix InputOption requirement flags 12 years ago
Beau Simensen d0773b20df Added minimum-stability option to init command, minor bug fixes
Added the ability to specify `minimum-stability` as an option.
Also added `homepage` and `require-dev` to the whitelist and
added necessary code to format dev requirements only if dev
requirements are present.
12 years ago
Jordi Boggiano 2edb26db65 Add --optimize flag to dump-autoload that allows turning PSR0 into classmaps 12 years ago
Jordi Boggiano 398d97a629 Merge remote-tracking branch 'schmittjoh/disableCustomInstaller' 12 years ago
Jordi Boggiano 9af18880f7 Merge remote-tracking branch 'digitalkaoz/issue_627' 12 years ago
Tiago Ribeiro aba2ab2212 Added status command to display local changes to packages 12 years ago
Johannes M. Schmitt f5ce2d577b fixed typo 12 years ago