2230 Commits (573aad880121297fa823d303e1d1b296eb503cb4)
 

Author SHA1 Message Date
Jordi Boggiano 573aad8801 Check if ini_set exists before calling it 12 years ago
Jordi Boggiano 41fc6ff9ee Fix formatRequirements return value, fixes #1026 12 years ago
Jordi Boggiano 99c33a54fd Merge pull request #1027 from bamarni/patch-2
fixed typo
12 years ago
Bilal Amarni 5669419416 fixed typo 12 years ago
Jordi Boggiano 456b35ae72 Disable xdebug scream/show_exception_trace, fixes #989 12 years ago
Jordi Boggiano f08c748658 Fix tests, fix handling of branches with slashes in GitDriver, fixes #935 12 years ago
Jordi Boggiano fbaf6bf5f7 Add --profile flag to display very basic profiling metrics 12 years ago
Jordi Boggiano 997ef763b4 urlencode() github calls for safety, refs #935 12 years ago
Jordi Boggiano 4b18be75d7 Add test for fancy branch names, refs #935 12 years ago
Nils Adermann 27d8904abe resetToOffset method was moved to the Decisions class a while ago 12 years ago
Jordi Boggiano 242df060c7 Clarify exception message 12 years ago
Jordi Boggiano 036c81b1cc Fix package name in docs 12 years ago
Jordi Boggiano c446331a02 Fix phar compilation 12 years ago
Jordi Boggiano f7feb82915 Clarify docs 12 years ago
Jordi Boggiano 20b231342c Merge pull request #1016 from shama/faq-installers
Reword custom directory FAQ
12 years ago
Kyle Robinson Young 404c944adc Reword custom directory FAQ 12 years ago
Jordi Boggiano ab38ee3187 Fix travis icon 12 years ago
Jordi Boggiano b96c1dd5fa Prevent missing bins from breaking the whole install 12 years ago
Nils Adermann de6bb0409b Merge pull request #1008 from mheleniak/master
output info before fetching composer repos
12 years ago
Jordi Boggiano 5e0b39eeb0 Update CHANGELOG 12 years ago
Jordi Boggiano 521bbe6556 CS fixes 12 years ago
Jordi Boggiano ef637c8f1a CS fixes 12 years ago
Jordi Boggiano ef1f8a605f Fix file modes 12 years ago
Jordi Boggiano 4d84f62cd9 Improve consistency and formatting of verbose output for update/install 12 years ago
Jordi Boggiano 1aed88003f Merge remote-tracking branch 'digitalkaoz/issue_801'
Conflicts:
	src/Composer/Downloader/VcsDownloader.php
12 years ago
Jordi Boggiano 2af2c27168 Add regression test for files autoload in root package, fixes #880 12 years ago
Jordi Boggiano 06675259d9 Merge remote-tracking branch 'origin/master' 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 43fa5d5c40 Merge pull request #1010 from baldurrensch/zip_error_check
Added a check for the return code when extracting zip file
12 years ago
Jordi Boggiano 5b4c6f6296 Merge remote-tracking branch 'fixe/status-command'
Conflicts:
	src/Composer/Console/Application.php
12 years ago
Nils Adermann 750fda93b4 Merge pull request #1011 from ktomk/patch-5
Correction of SPDX license identifier examples
12 years ago
Tom Klingenberg e3cbe3fb1e Correction of SPDX license identifier examples
The more common LGPL version number is 2.1 not 2.0, this is a minor mistake I made and should be corrected now.
12 years ago
Baldur Rensch 1398757963 Added a check for the return code when extracting zip file 12 years ago
Mateusz Heleniak ac746ee5b0 fixed unit tests 12 years ago
Jordi Boggiano 7b3ce479cd Merge pull request #1006 from ClementGautier/patch-1
Fixed typo
12 years ago
Jordi Boggiano a54bf6269e Improve error messages when network failures occur 12 years ago
Mateusz Heleniak edc63c2b49 output info before fetching composer repos 12 years ago
Clément Gautier d87d010c35 Fixed typo 12 years ago
Jordi Boggiano a2171e2ed1 Expose LibraryInstallerTest properties to child classes 12 years ago
Jordi Boggiano de4e9c4022 Fix InputOption requirement flags 12 years ago
Jordi Boggiano 58b145b7ed Update vendors 12 years ago
Jordi Boggiano b5c60dd92a Merge remote-tracking branch 'simensen/init-min-stab' 12 years ago
Jordi Boggiano dbd44d6bcf Handle empty namespaces 12 years ago
Jordi Boggiano 2d670fc5cb Merge pull request #1003 from benwaine/documentation_clarification
Added a small clarification to the 05-repositories article.
12 years ago
Jordi Boggiano fde3135a12 Add dump-autoload docs 12 years ago
Jordi Boggiano 269b3481c4 Fix PEAR binaries when the bin dir is non standard, fixes #1001 12 years ago
Jordi Boggiano b7d0892e46 Do not use the .bat php proxy for unixy bins 12 years ago
Ben Waine 1ca478de85 Added a small clarification to the 05-repositories article to
make it clearer how to use version constraints when making use
of your own VCS repository.
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