4433 Commits (4e774e8b2cba4e34a19a0fcb5824e1ad17ec73fb)
 

Author SHA1 Message Date
Jordi Boggiano a023c7929a Merge pull request #2895 from SlikNL/classmap-warning-example
Improve ambiguity warning test coverage and avoid ambiguity warning for example directories
10 years ago
Denis Sokolov 836534067b Avoid ambiguity warning for example directories as well
In particular, PEAR repositories use a classmap and example directories trigger
multiple false positive warnings.
10 years ago
Denis Sokolov 65b9cca7b5 Fix ClassMapGenerator unambiguousReference test coverage
Without this fix the test only covers having files in "test", the "fixture"
portion it is not covered at all, because all fixtures in phpunit tests
are already in "test" directory
10 years ago
Nils Adermann e93eeca13a Merge pull request #2894 from naderman/update-no-dev
Add an --update-no-dev option to the require command
10 years ago
Nils Adermann 8aac44d57d Merge pull request #2893 from naderman/require-delete-duplicate
When requiring a package remove it from require-dev and vice versa
10 years ago
Nils Adermann a2b227740a Add an --update-no-dev option to the require command 10 years ago
Nils Adermann f479db6934 Merge pull request #2892 from ptarjan/patch-1
use HHVM_VERSION
10 years ago
Nils Adermann 465f0e3761 When requiring a package remove it from require-dev and vice versa 10 years ago
Paul Tarjan ddec582ca1 use HHVM_VERSION
this one is better (they are the same)
10 years ago
Nils Adermann 78f2ad95a9 Correctly add decision reason to transaction 10 years ago
Jordi Boggiano e7b82cdd88 Only check in require and for non-platform packages, add flag to make this warning optional, refs #2320 10 years ago
Jordi Boggiano e0004d0656 Merge remote-tracking branch 'stof/validate_unbound_constraints' 10 years ago
Jordi Boggiano f6bf7e4a7b Add dev-master example 10 years ago
Jordi Boggiano d540a2fc2c Merge remote-tracking branch 'origin/master' 10 years ago
Jordi Boggiano a099591735 Adjustments to unbound constraint docs 10 years ago
Jordi Boggiano 99cfb42b8f Merge remote-tracking branch 'stof/doc_unbound' 10 years ago
Jordi Boggiano b7f45b688d Merge pull request #2891 from igorw/skip-bin-log-msg
Clarify log messages when skipping existing bins
10 years ago
Igor Wiedler c0086ba1e3 Clarify log messages when skipping existing bins 10 years ago
Jordi Boggiano 1efa02a7ab Merge pull request #2888 from BreiteSeite/master
fixed: dead symlink breaks gc
10 years ago
Michael Kühn 5b7e39e919 fixed: dead symlink breaks gc 10 years ago
Jordi Boggiano d99212da52 Fix integration tests 10 years ago
Jordi Boggiano 3c0edd8c7f Process remove ops first, fixes #2874 10 years ago
Jordi Boggiano a931faaa34 Fix boolean check fail from a8ec134c2c 10 years ago
Jordi Boggiano abc34cc62a Merge pull request #2883 from dzuelke/dev-suggestions
Only print suggestions in dev mode
10 years ago
David Zuelke a8ec134c2c Only print suggestions in dev mode
There is no need to clutter the screen/logs/whatever with suggestions in production installs. If someone didn't care about them in dev mode, they certainly won't in production :)
10 years ago
Jordi Boggiano b580ad66a0 Merge pull request #2868 from zeke/master
update homebrew instructions
10 years ago
Jordi Boggiano fa084998d5 Merge pull request #2870 from pierredup/patch-1
Fix typo
10 years ago
Pierre du Plessis 244e865a35 Fix typo 10 years ago
zeke c16f83a8c8 use php 5.5 in homebrew instructions 10 years ago
zeke 8c382d4929 forget a homebrew step that's required for php installation 10 years ago
zeke dbbe91135e update homebrew instructions 10 years ago
Jordi Boggiano 0902305196 Fix classmap generator warnings and tests 10 years ago
Jordi Boggiano 8974a1ac92 Ignore ambiguous classes in tests/fixtures dirs, fixes #2858 10 years ago
Jordi Boggiano 355dc67038 Tweak wording a bit 10 years ago
Jordi Boggiano d97d77b656 Merge remote-tracking branch 'hkdobrev/tilde-examples' 10 years ago
Jordi Boggiano f56d315036 Ensure both bash and stty are present to assume cygwin, fixes #2857 10 years ago
Jordi Boggiano 6e16d53def Also use rawurlencode in git downloader, refs #2859 10 years ago
Jordi Boggiano 03567dfde7 Merge remote-tracking branch 'WARrior-Alex/master' 10 years ago
Alex Romanenko 5078d7c4fb Fix space in password for git auth 10 years ago
Haralan Dobrev aa1745ce2a Specify how ~ constraints handle pre-releases
The "next significant release" a.k.a as the tilde version constraint
would not install a pre-release (alpha, beta, RC) which is not in the same
version namespace.

But in the examples so far it was shown as `~1.2` equals `>=1.2,<2.0` which
would actually install `2.0-beta.1`, because it the pre-release is before
the `2.0` release.

See https://github.com/composer/getcomposer.org/issues/64
10 years ago
Jordi Boggiano 321bd3e1f7 Merge pull request #2855 from karptonite/patchambiguous
Bugfix: Don't show Ambiguous class resolution warning when not ambiguous
10 years ago
Daniel Karp e3be04c443 Don't show Ambiguous class resolution warning if class when not ambiguous
if a class or interface is defined twice in the same class, this should not produce a warning
10 years ago
Jordi Boggiano 7daf876d70 Fix test because the order of filesystem iteration is non deterministic 10 years ago
Jordi Boggiano 781c97fa9b Refactor to avoid global static state 10 years ago
Jordi Boggiano c3ab09750d Merge remote-tracking branch 'johnikx/ambiguous-reference-warning' 10 years ago
Jordi Boggiano 3e8a767f8a Attempt using bash on windows if it is available, fixes #2831 10 years ago
Jordi Boggiano 07b8fe8109 Refactor code so it works cross-platform, refs #2825 10 years ago
Jordi Boggiano 01bf61fede Merge remote-tracking branch 'sebbrandt87/master' 10 years ago
Sebastian Brandt f633ab503e Update SvnDownloader.php 10 years ago
Jordi Boggiano 8e2b1c3e24 Merge pull request #2838 from timroberson/issue-2826
Add auth for private, non-GitHub repos (#2826)
10 years ago