2078 Commits (354b82bb8c74e6c32f304fb1eb21638ea9bcb5b3)
 

Author SHA1 Message Date
Jordi Boggiano 354b82bb8c Fix git checkouts of custom branches, fixes #889 12 years ago
Nils Adermann f12818233d Merge pull request #909 from missinglink/master
Minor copy change
12 years ago
Jordi Boggiano 5e1c01e132 Merge pull request #911 from adrienbrault/patch-1
Fix Solver CS
12 years ago
Jordi Boggiano b007836a13 Merge pull request #912 from WanWizard/master
fixed getContext() choking on empty HTTP_PROXY environment variable
12 years ago
WanWizard e24226162d fixed getContext() choking on empty HTTP_PROXY environment variable
Signed-off-by: WanWizard <wanwizard@wanwizard.eu>
12 years ago
Adrien Brault 4263fe9255 Fix Solver CS 12 years ago
Peter Johnson 2f26d2a749 Copy change 12 years ago
Jordi Boggiano bf245ab885 Merge pull request #907 from chEbba/package-support
Add getSupport method to the PackageInterface.
12 years ago
Kirill chEbba Chebunin c62d4179b3 Remove unnecessary use statement from ArrayDumperTet 12 years ago
Kirill chEbba Chebunin 75d756f665 Add getSupport method to the PackageInterface. 12 years ago
Nils Adermann 4592765874 Merge pull request #903 from iambrosi/patch-1
Fixed typos
12 years ago
Ismael Ambrosi b368031657 Fixed typos 12 years ago
Jordi Boggiano d87b8d3493 Merge pull request #886 from palex-fpt/pear-binaries
Pear binaries
12 years ago
Jordi Boggiano 39b8cea28d Merge pull request #902 from ffguru/patch-1
correct path of autoload_namespaces.php
12 years ago
ffguru daea0c76cc correct path of autoload_namespaces.php 12 years ago
Nils Adermann 302948db3e Merge branch 'versioncomp'
* versioncomp:
  Correctly treat dev versions for other types of comparisons and add tests
  Remove useless ternary operator
  Prevent seeing dev versions as equal when they are not, fixes #848
12 years ago
Nils Adermann 560c3254d4 Correctly treat dev versions for other types of comparisons and add tests 12 years ago
Nils Adermann bbdbfc97ea Remove useless ternary operator 12 years ago
Jordi Boggiano 2f7130200a Prevent seeing dev versions as equal when they are not, fixes #848 12 years ago
Jordi Boggiano 07ae0cdb37 Merge pull request #896 from michaelmcandrew/patch-1
"Out of the box, composer supports three types" (not two types)...
12 years ago
Michael McAndrew 91d399148b seems to me like "Out of the box, composer supports three types" (not two types) of package type. 12 years ago
Jordi Boggiano 37ef2037cf Add test case to ensure replace does not allow hijacking packages 12 years ago
Jordi Boggiano 6a8be06dcf Merge pull request #893 from Adel-E/patch-2
Fix phpdocs
12 years ago
Adel d3b9f5c33f Fix phpdocs 12 years ago
Jordi Boggiano eb283b34e4 Revert "Fix git checkouts of custom branches, fixes #889"
This reverts commit cbf27bb422.
12 years ago
Jordi Boggiano cbf27bb422 Fix git checkouts of custom branches, fixes #889 12 years ago
Alexey Prilipko 75d3d57117 Version parser stability regexp update 12 years ago
Jordi Boggiano 5325aef8fe Rename brackets to parenthesis for clarity, fixes #888 12 years ago
Jordi Boggiano cc063cce94 Merge pull request #883 from sylvainfilteau/feature-prepend-include-path
Change the order of the include paths
12 years ago
Alexey Prilipko 490b2c0295 Add package name prefix for non 'php', 'script' and 'www' roles 12 years ago
Jordi Boggiano 3eaa05edb9 Merge pull request #882 from prehfeldt/doc-fixes
fixed typos in doc
12 years ago
Alexey Prilipko 22d41845ae Exclude dirs from list of binaries 12 years ago
Sylvain Filteau 51404659ef Change the order of the include paths
Composer installed libraries should have precedence over other libraries in the
system (like PEAR installed libraries).

Made composer prepend it's include_path configuration instead of appending it.
12 years ago
Alexey Prilipko bc2d30492a Add php proxies to replacement vars. 12 years ago
prehfeldt 8fde6edfdf fixed typos in doc 12 years ago
Jordi Boggiano 6adc81c38b Merge pull request #873 from RobLoach/stabilitydocs
Update minimum-stability documentation
12 years ago
Rob Loach 12cf2441e0 Fix by @stof: Forgot RC as a minimum-stability flag. #r1101718 12 years ago
Rob Loach dbf2466040 Reference the discussion rather than the documentation for #873 12 years ago
Rob Loach 4f922ffa28 Update minimum-stability documentation 12 years ago
Jordi Boggiano 6573fd3f77 Add hint in solver exceptions as to what may be wrong 12 years ago
Jordi Boggiano a5f0872152 Update changelog 12 years ago
Jordi Boggiano 175d1939b5 Fix tests 12 years ago
Jordi Boggiano f4409d9168 Fix problem output formatting, fixes #871 12 years ago
Jordi Boggiano e6f7150196 Change default minimum-stability to "stable", fixes #744 12 years ago
Jordi Boggiano f8d671a07a Tweak exception message 12 years ago
Jordi Boggiano 47a8dccfb0 Merge remote-tracking branch 'henrikbjorn/validate-camelcase' 12 years ago
Henrik Bjørnskov 0e73f3187b Validate the name.
If uppercase characters is found suggest a new name with all lowercase
and using - as a seperator where the camelcased characters was found.
12 years ago
Jordi Boggiano 0a55707f3e Merge pull request #868 from palex-fpt/pear-binaries
Add php proxies that add all locally installed packages to include_path
12 years ago
Alexey Prilipko 3bdae180f6 Add php proxies that add all locally installed packages to include_path. PEAR binaries are run through these proxies. 12 years ago
Jordi Boggiano 74da2f6730 Remove unnecessary code 12 years ago