2308 Commits (056dc5d690337c871064ea2d54cd271cfda8c5ed)
 

Author SHA1 Message Date
Jordi Boggiano 056dc5d690 Move config to all VcsDownloaders, enforce array for github-protocols 12 years ago
Jordi Boggiano 7023767501 Update docs and schema for new config option 12 years ago
Jordi Boggiano 5b419c76ca Fix tests 12 years ago
Jordi Boggiano 122f66098e Merge remote-tracking branch 'hason/git_config' 12 years ago
Jordi Boggiano 3f4b6bf83b Update requirements info, refs #1071 12 years ago
Jordi Boggiano 509b8b9853 Merge pull request #1073 from Pawka/f-searchfix
Fatal on: ./composer.phar search something
12 years ago
Jordi Boggiano 0d3f7fcc89 Merge pull request #1078 from derrabus/master
Symfony 2.1 is stable now
12 years ago
Jordi Boggiano 41c13f0c5f Update lock file 12 years ago
Jordi Boggiano 20347520f2 Merge pull request #1051 from HosipLan/bug/require-files-in-right-order
Require files in right order
12 years ago
Martin Hasoň 3b6bd761ec Set protocols for github in composer config file 12 years ago
Jordi Boggiano 07a982f5b9 Merge pull request #1077 from mheleniak/script_errors
scripts in pre-*-cmd which are not found (yet) no longer halt composer
12 years ago
Alexander M. Turek 25de6b61c6 Symfony 2.1 is stable now. 12 years ago
Mateusz Heleniak 1e458072cf scripts in pre-*-cmd which are not found (yet) no longer halt composer 12 years ago
Filip Procházka 80e9999d1c typo 12 years ago
Filip Procházka 9d8db4e148 AutoloadGenerator: respect dependencies, when requiring files 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
Povilas Balzaravicius Pawka 57d1b5a37d Issue #1056. Fixed callback call error on search command. 12 years ago
Jordi Boggiano 0689e24e83 Update command descriptions, fixes #1068 12 years ago
Jordi Boggiano 5d2ff93324 Merge pull request #1067 from stof/suggestions
Refactored the search of suggested packages to support replacements
12 years ago
Christophe Coevoet 9e372b1d8b Simplified the code 12 years ago
Christophe Coevoet d0faa016c1 Refactored the search of suggested packages to support replacements
Fixes #752
12 years ago
Christophe Coevoet f181dc84e2 Added tests for the suggestions
The test about replaced packages is failing because of #752.
12 years ago
Jordi Boggiano d5916ce731 Fix test 12 years ago
Jordi Boggiano 10d1a4382f Only generate lock file when actually necessary, fixes #1064 12 years ago
Jordi Boggiano e0dc045955 Merge pull request #1054 from mheleniak/clean_up_bat_files
Clean up *.bat files when binary is removed
12 years ago
Jordi Boggiano ecda3ea74c Merge pull request #1060 from fabpot/fix-show-command-warning
Fix PHP warning in the show command when using the -s flag
12 years ago
Jordi Boggiano 0932f65a17 Return 7 chars and not 6 for short git hashes, formatting fixes 12 years ago
Jordi Boggiano 338730b19b Merge remote-tracking branch 'zczapran/issue/1043_wrong_output_for_versions_when_updating' 12 years ago
Jordi Boggiano e01a9c564d Fix parsing of stability for lowercased RC versions 12 years ago
Jordi Boggiano ecb6dcb60d Merge pull request #1045 from benji07/shebang-bug
PEAR - Bug with shell shebang ?
12 years ago
Benjamin Lévêque 042d2d4a77 readlink -f is missing on osx
+ osx can't execute a script with an another script
12 years ago
Fabien Potencier b5897b291d Fix PHP warning in the show command when using the -s flag 12 years ago
Mateusz Heleniak 924d39f405 also clean up *.bat files 12 years ago
Zbigniew Czapran 8d966547a2 removed overkill function isHash as suggested by @stloyd 12 years ago
Zbigniew Czapran c0c23033d5 simplified if statement 12 years ago
Zbigniew Czapran 730f206cea removed unneccesary PackageMock and trailing whitespaces 12 years ago
Zbigniew Czapran 80c2736021 in VersionParser only truncate the version if hash 12 years ago
Jordi Boggiano a04591bbd7 Update to latest dev version of process 12 years ago
Jordi Boggiano 5b7afe26f2 Update deps 12 years ago
Jordi Boggiano 781e0d4f55 Add detection of gitolite user for git repos 12 years ago
Jordi Boggiano 803178d28f CS fixes for #1038 12 years ago
Jordi Boggiano 9f3f80a8d0 Merge remote-tracking branch 'CHH/feature/smarter-packagejson-append' 12 years ago
Christoph Hochstrasser 560d6daccf Using separate variable for URL parts 12 years ago
Christoph Hochstrasser 841efc98a6 Appending 'packages.json' only if not present in URL 12 years ago
Jordi Boggiano e2f8098f53 Fix depends command on 5.3, fixes #1034 12 years ago
Jordi Boggiano 5a247ca9a5 Fix regression in updating dev packages to latest ref, fixes #1030 12 years ago
Jordi Boggiano f4f14b684a Add note about hiddeninput.exe sources, fixes #675 12 years ago
Jordi Boggiano 5755158e5b Merge pull request #1029 from stof/autoload_notice
Removed a PHP notice when dumping the autoloader
12 years ago
Christophe Coevoet 66b83a39d2 Removed a PHP notice when dumping the autoloader
This occured when the root package has a target-dir but does not have
configure a PSR-0 autoloader.
Fixes #1028
12 years ago