4881 Commits (e5985a9b559747a5f3868361ff26c31818d8c184)
 

Author SHA1 Message Date
Jordi Boggiano e5985a9b55 Merge pull request #3778 from edhgoose/patch-1
Fix reference to getIO as per #3777
9 years ago
Jordi Boggiano 2eb69f120e Move check to follow the previous code change 9 years ago
Jordi Boggiano 0c775e997e Fallback to https directly if ssh proto is disabled on github private repos, fixes #2786 9 years ago
Edward Hartwell Goose bcb5e479b7 Fix reference to getIO as per #3777 9 years ago
Jordi Boggiano e0ce559838 Merge remote-tracking branch 'alcohol/write-errors-to-stderr'
Conflicts:
	src/Composer/Command/LicensesCommand.php
9 years ago
Jordi Boggiano c573ae5781 Add missing LICENSE files from dependencies, fixes #3776 9 years ago
Jordi Boggiano ad40dbf941 Merge remote-tracking branch 'origin/master' 9 years ago
Jordi Boggiano 182cfbc249 Merge remote-tracking branch 'SofHad/licenses'
Conflicts:
	src/Composer/Command/LicensesCommand.php
9 years ago
Jordi Boggiano 475c84d4b1 Merge pull request #3775 from rantonmattei/patch-1
VCS section: add requirements for the branch name
9 years ago
Raphael Antonmattei 7b635f835d VCS section: add requirements for the branch name
If you want to use a custom branch in your requirements in your `composer.json`, that branch must be prefixed with "dev-" or you'll get an error:
```sh
[UnexpectedValueException]
  Could not parse version constraint some-branch: Invalid version string "some-branch".
```

It took me a while to find that info, so I figured I'd rather edit the doc.
Let me know.
9 years ago
Jordi Boggiano 3ba581f0df Improve error messages for required hhvm/php versions, fixes #3767 9 years ago
Jordi Boggiano 2426788cdc Merge pull request #3774 from xabbuh/update-table
remove unused method argument
9 years ago
Jordi Boggiano c2f2ddfa5c Merge remote-tracking branch 'GromNaN/prophecy'
Conflicts:
	composer.lock
9 years ago
Christian Flothmann fa3ea2a626 remove unused method argument
Unlike the `TableHelper`, the `render()` method of the `Table` class
does not make use of an `$output` argument. The actual `OutputInterface`
to send the table to is passed in the constructor instead.
9 years ago
Rob Bast 3d329622d7 overwrite -> overwriteError 9 years ago
Rob Bast 3c7a617753 overwriteError + ask[X]() to stderr 9 years ago
Rob Bast ec434e4576 Formatting only 9 years ago
Rob Bast cb336a5416 Implement writeError throughout Composer 9 years ago
Jordi Boggiano 84d4594278 Merge remote-tracking branch 'alcohol/update-tablehelper-to-table' 9 years ago
Jordi Boggiano 0b4a9235f4 CS fixes 9 years ago
Jordi Boggiano 3cff4a3bb9 Check for homepages in local repo first if available to make the home command faster 9 years ago
Jordi Boggiano 01476214da Tweak satis/toran/packagist docs 9 years ago
Jordi Boggiano c291b07abd Merge pull request #3764 from alcohol/retry-slow-test
retry slow test if timeout occurs
9 years ago
Jordi Boggiano 09da587ee2 Forward args 9 years ago
Jordi Boggiano 074a748675 missing use statements :s 9 years ago
Jordi Boggiano 3efed220a6 Clean up event dispatching code and make package events extend installer events 9 years ago
Jordi Boggiano 235b0cf84e Merge pull request #3758 from qw3rtman/follow-symfony-coding-standards
Conform with Symfony Coding Standards
9 years ago
Rob Bast 85955d82a6 Raise timeout to 5 minutes 9 years ago
Jérôme Tamarelle 9c58fd725f Update deps 9 years ago
Jérôme Tamarelle b91be79137 Update PHPUnit version to get prophecy 9 years ago
Rob Bast 85182cf7e1 Update dependency version constraint 9 years ago
Rob Bast 3dd93c91b8 TableHelper is deprecated, switched to Table 9 years ago
Nimit Kalra b2b9688c92 Conform with Symfony Coding Standards
According to Symfony Coding Standards, a single space must be added around binary operators excluding the concatenation operator.

"Add a single space around binary operators (==, &&, ...), with the exception of the concatenation (.) operator" (http://symfony.com/doc/current/contributing/code/standards.html)
9 years ago
Jordi Boggiano 833ce98426 Merge pull request #3747 from vkartaviy/patch
Added missing $learnedWhy property
9 years ago
Jordi Boggiano 5744981795 Merge pull request #3702 from alcohol/feature/list-scripts
Added --list to run-script command, closes #3671
9 years ago
Jordi Boggiano 0e977e3fde Add more docs to config command 9 years ago
Jordi Boggiano efcd1e4247 Merge pull request #3749 from alcohol/allow-setting-packagist-to-false-through-config-command
composer config repositories.packagist false
9 years ago
Jordi Boggiano 306f5518d6 Merge pull request #3750 from DavidPrevot/git
Config Git repository user
9 years ago
Jordi Boggiano 5d3c7ab6b7 Rename test files and descriptions 9 years ago
Jordi Boggiano b4698568d2 Adjust tests and fix installer code to create the pool using locked requirements and not the composer.json reqs 9 years ago
Jordi Boggiano df23836a0e Merge remote-tracking branch 'bestform/replaced-packages-should-not-be-installed-in-a-different-version' 9 years ago
Jordi Boggiano fb562ceb65 Merge pull request #3752 from felixkiss/patch-1
Update RootPackageInterface.php
9 years ago
Jordi Boggiano 01a244d3c8 Merge pull request #3753 from felixkiss/patch-2
Update why-are-unbound-version-constraints-a-bad-idea.md
9 years ago
Felix Kiss 65f8d1c247 Update why-are-unbound-version-constraints-a-bad-idea.md
Minor text improvement
10 years ago
Felix Kiss b86f9bf4ba Update RootPackageInterface.php
Fix typo
10 years ago
David Prévot e5ede671d2 Config Git repository user
One can’t assume a Git user is already setup for the tests.
10 years ago
Rob Bast 47d75f77d5 Let's be gentle and allow FALSE too 10 years ago
Rob Bast ef92a06205 composer config repositories.packagist false
closes #3728, closes #3713, closes #3290, not sure about #3025
10 years ago
Vladimir Kartaviy 813fd0b703 Added missing $learnedWhy property 10 years ago
Matthias Derer 1425bb7fc3 added tests to reproduce the bug 10 years ago