2499 Commits (c2d9fa43eb4aa747ce72b98de689208d7558844a)
 

Author SHA1 Message Date
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
Mateusz Heleniak d0829adfee added test case 12 years ago
Mateusz Heleniak be736c745e better exception message 12 years ago
Mateusz Heleniak 6489487245 compare references when using dists 12 years ago
Mateusz Heleniak aa0ff14be5 added --prefer-dist option 12 years ago
Zbigniew Czapran 8d966547a2 removed overkill function isHash as suggested by @stloyd 12 years ago
bboer 00361e0087 Fixed tests 12 years ago
Igor Wiedler 0766bb98f7 Vertically justify text to the top of the page 12 years ago
Igor Wiedler 129a061318 Wrap listings in minipage to prevent page breaks 12 years ago
Igor Wiedler 674a0b12a6 Increase margin by 0.5in 12 years ago
Igor Wiedler da2c9084f4 Smaller page margins that are same on all sides 12 years ago
Igor Wiedler 653a3af609 Update name to "The Composer Community"
(so I don't get blamed for breaking it)
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
bboer d1a452b00b Made repoConfig available for the VcsDriver to be able to provide additional configuration options easily. 12 years ago
Jordi Boggiano a04591bbd7 Update to latest dev version of process 12 years ago
Igor Wiedler 45156263e7 Add script to produce a PDF version of the docs 12 years ago
Igor Wiedler d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 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
bboer 93628c42d8 Add support for alternative structures 12 years ago
Jordi Boggiano e2f8098f53 Fix depends command on 5.3, fixes #1034 12 years ago
Tim Heil 6c1820d006 Add troubleshooting URL to error message 12 years ago
Tim Heil f2ba19ace2 Troubleshooting ... some lessons learnt 12 years ago
Tim Heil 068e1f3615 Add sub-headlines to Repositories chapter 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
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 3946a44499 Merge remote-tracking branch 'chEbba/memory_limit'
Conflicts:
	bin/composer
12 years ago
Jordi Boggiano 6f77df296a Speed up Pool::match for common case 12 years ago
Jordi Boggiano 573aad8801 Check if ini_set exists before calling it 12 years ago
Kirill chEbba Chebunin 34c4f94619 Fix typo in troubleshooting doc 12 years ago
Kirill chEbba Chebunin 21596b2ccd Increase memory to 512M, remove warning 12 years ago
Kirill chEbba Chebunin ba45ef2b70 Remove commented code forom cli script 12 years ago
Kirill chEbba Chebunin 4f129424e1 Increase memory_limit to 256M if it is lower than this value 12 years ago
Jordi Boggiano 41fc6ff9ee Fix formatRequirements return value, fixes #1026 12 years ago