2972 Commits (0ba335730e54871b888770bc1fd1737ce7414cfa)
 

Author SHA1 Message Date
Shane Auckland 0ba335730e Specific schema validation failure messages (fixes issue #1616) 12 years ago
Jordi Boggiano 35e0054e8a Merge pull request #1615 from shanethehat/loop-optimization
Optimizing loops
12 years ago
Shane Auckland 914a4b32e4 removing incorrect optimization 12 years ago
Shane Auckland c6c521bfae optimizing loops 12 years ago
Jordi Boggiano e43d0b5a5b Allow for "proprietary" as license identifier 12 years ago
Jordi Boggiano 7b4d1251cb Fix test suite 12 years ago
Jordi Boggiano 5652ce5e55 Update SPDX license identifiers 12 years ago
Jordi Boggiano 8518cd1be8 Add post-autoload-dump event to docs/schema 12 years ago
Jordi Boggiano 8d55b9cced Merge remote-tracking branch 'ronnylt/script-event-post-dump-autoload'
Conflicts:
	tests/Composer/Test/Autoload/AutoloadGeneratorTest.php
12 years ago
Jordi Boggiano cee34b4faa Add the include_paths.php autoload file to the phar when it is present 12 years ago
Jordi Boggiano d4c9a9004a Add support for the hashed provider includes 12 years ago
Jordi Boggiano 2c4c5dd764 Fail hard only after 3 failed attempts 12 years ago
Jordi Boggiano c7ed20e9d8 Fix minor issues in json code 12 years ago
Jordi Boggiano 5f48d5277d Fix tests 12 years ago
Jordi Boggiano b750e70f5f Abort execution when a RepositorySecurityException is thrown 12 years ago
Jordi Boggiano 545372172d Document provider-includes 12 years ago
Jordi Boggiano 995dc40130 Make packagist downgrade out of ssl after fetching the main file, since the other files can be verified via sha256 12 years ago
Jordi Boggiano 211b69b38b Adjust exception message 12 years ago
Jordi Boggiano b59489f6ae Merge remote-tracking branch 'edas/exception-on-broken-signature' 12 years ago
Jordi Boggiano 9521d1e7ad Make use of new hashed provider filenames, fixes #1431, refs composer/packagist#283 12 years ago
Jordi Boggiano b4c2347b24 Test fixes 12 years ago
Jordi Boggiano 3ca22f9ef1 Fix class name 12 years ago
Jordi Boggiano 27898c4c31 Suppress errors from mkdir calls that are checked for failure 12 years ago
Jordi Boggiano 0525297ff5 Always move time to the end of the package spec in the lock file, fixes #1498 12 years ago
Jordi Boggiano b7cd971b06 Merge pull request #1598 from fabpot/package-time-fix
fixed time parsing when the composer.lock file has an old time format
12 years ago
Fabien Potencier ab4e3fbf86 fixed time parsing when the composer.lock file has an old time format 12 years ago
Jordi Boggiano 9dfdc86292 Rephrase package not found troubleshooting entry 12 years ago
Jordi Boggiano 7620541c27 Merge remote-tracking branch 'pscheit/patch-1' 12 years ago
Jordi Boggiano 97fdcd7207 Clarify tilde operator docs 12 years ago
Jordi Boggiano 5a484cb3a9 Make sure target-dir plays well with classmap and files autoload, for root and deps, refs #1550 12 years ago
Jordi Boggiano ab1256e135 Merge remote-tracking branch 'cmodijk/master' 12 years ago
Jordi Boggiano 518253e150 Show proper repo information and not always the default ones 12 years ago
Jordi Boggiano 8ac4b649c3 Merge remote-tracking branch 'gerryvdm/master'
Conflicts:
	src/Composer/Command/ShowCommand.php
12 years ago
Jordi Boggiano b7b1a1eab6 Merge remote-tracking branch 'igorw/patch-5' 12 years ago
Jordi Boggiano 087bc44f44 Update deps 12 years ago
Jordi Boggiano b4d691e46d Add test for escape sequences 12 years ago
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 12 years ago
Igor Wiedler ce7a75fe03 Display SSL errors
`curl -s` not only hides the progress bar, it also hides errors. `-S` makes the errors show up again.
12 years ago
Jordi Boggiano e348642aa7 Fix json manipulator handling of escaped backslashes, fixes #1588 12 years ago
Jordi Boggiano 1e15edc43d Fix repository test 12 years ago
Jordi Boggiano 4615ded35e Merge pull request #1592 from shama/faq-installers
Recommend actual version as constraint with installers.
12 years ago
Kyle Robinson Young 94a708cfc5 Recommend actual version as constraint with installers. Ref composer/installers#58. 12 years ago
Jordi Boggiano 940c2a079d Show failures more clearly in test setup 12 years ago
Jordi Boggiano 2e12993c9c Make selfupdate use ssl when possible 12 years ago
Jordi Boggiano d4fb7bd251 Substract 1char from the width to avoid blank lines in the output on windows 12 years ago
Jordi Boggiano 211ca0c826 Merge remote-tracking branch 'KingCrunch/pretty-show' 12 years ago
Jordi Boggiano c55c9e4e8d Use strtr instead of str_replace 12 years ago
Jordi Boggiano 79163023fc Merge remote-tracking branch 'johnstevenson/backslash-fix' 12 years ago
Sebastian Krebs b5c7d97e8c Pretty "show"-command 12 years ago
Eric Daspet a8a99cee24 Fix RepositorySecurityException class name 12 years ago