2010 Commits (2ede0a3b54a3d202aa25eb18bc8dc6ac16a40ba9)
 

Author SHA1 Message Date
Jordi Boggiano 2ede0a3b54 Merge remote-tracking branch 'naderman/fix-duplicate-alias' 12 years ago
Nils Adermann d84273ee34 Merge pull request #833 from Seldaek/installmgr_cleanup
Use the config object to define the vendor dir and not the installation manager
12 years ago
Nils Adermann 11e67bdf52 Merge pull request #832 from Seldaek/instinterface
Expose the whole composer context to the custom installers
12 years ago
Nils Adermann 297bc914fc Merge pull request #859 from Seldaek/whitelist_fix
Fix update whitelist behavior, fixes #782
12 years ago
Nils Adermann 4eb5f73718 Only create alias package in repositories on the fly if necessary, fixes #793 12 years ago
Nils Adermann 9346d4a501 Make the InstallationManagerMock behave like the real class on alias install 12 years ago
Nils Adermann 3c7fbe9264 Add a test which verifies that aliases do not get duplicated on update 12 years ago
Nils Adermann 050439a0d3 Add support for defining assertions on expected lock files to integration tests 12 years ago
Jordi Boggiano 5c30fcb777 Fix update whitelist behavior, fixes #782 12 years ago
Nils Adermann f0345f0592 Aliases cannot be updated, they must be uninstalled, fixes #803 12 years ago
Nils Adermann 0da71001e3 Add test for updating an aliased package to a non-aliased one 12 years ago
Jordi Boggiano 011db77876 Output message before altering the source ref, fixes #851 12 years ago
Jordi Boggiano 890e60c614 Allow multiple configs to disable the same repo 12 years ago
Jordi Boggiano e0edd882c5 Add --self flag to composer show to see the root package info 12 years ago
Jordi Boggiano fa982a99c8 Quiet composer install 12 years ago
Jordi Boggiano 656feda837 Revert previous change, use GIT_ASKPASS env var instead 12 years ago
Jordi Boggiano 4ee1ff46a8 Try ssh before http auth, and make sure ssh fails fast if no login is possible 12 years ago
Jordi Boggiano 9333579ef1 Notify installs via create-project 12 years ago
Jordi Boggiano a8700fb293 Fix lock file 12 years ago
Jordi Boggiano e0fc0e1c7d Merge remote-tracking branch 'RobLoach/beta' 12 years ago
Jordi Boggiano cb7e86d538 Rename tests/phpunit.xml.dist for clarity 12 years ago
Rob Loach 03d031c265 Add minimum-stability to target the Symfony betas 12 years ago
Jordi Boggiano 07a266793d Fix invalid function call 12 years ago
Jordi Boggiano 698c642a9f Deduplicate packages with a similar name/version in the error output 12 years ago
Jordi Boggiano adaa788955 Require file autoloads after the autoloader is registered 12 years ago
Jordi Boggiano b876dcbafb Use the config object to define the vendor dir and not the installation manager 12 years ago
Jordi Boggiano a4c829749e Expose the whole composer context to the custom installers, fixes #672 12 years ago
Jordi Boggiano fd776853a4 Show version for platform/installed packages, fixes #825 12 years ago
Jordi Boggiano fc8d92e7a2 Make sure no error is output if env is missing 12 years ago
Jordi Boggiano c28f3aa5c5 Merge remote-tracking branch 'smasty/patch-1' 12 years ago
Jordi Boggiano 96bff33aa9 Merge remote-tracking branch 'Partugal/dev-warning' 12 years ago
Jordi Boggiano ffecd39d33 Refactor repositories handling in config/factory/loader, fixes #828, fixes #826 12 years ago
Sergey Linnik 2448c5a7c2 don't display dev expiration time warning when running self-update command 12 years ago
Smasty 58f0d4aeac fix CS 12 years ago
Smasty bd83eb93bf ConsoleIO::askAndHideAnswer - added support for zsh, ksh and csh shells. 12 years ago
Jordi Boggiano 74c2fd5f06 Merge pull request #824 from beryllium/bug823
PECL-UUID does not define a version constant, use phpversion() instead
12 years ago
Jordi Boggiano 488e794c9b Merge repos instead of replacing 12 years ago
Jordi Boggiano 3ac11b932c Expose default repositories in system config file 12 years ago
Jordi Boggiano 4a6ae454c2 Merge remote-tracking branch 'dpb587/multiple-repos'
Conflicts:
	src/Composer/Factory.php
	src/Composer/Package/Loader/RootPackageLoader.php
	tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php
12 years ago
Jordi Boggiano 66e9dcddf4 CS fixes 12 years ago
Jordi Boggiano b566ba77ac Fix behavior broken by #665 12 years ago
Jordi Boggiano de449aa144 Merge remote-tracking branch 'PSeiffert/master'
Conflicts:
	src/Composer/Factory.php
	src/Composer/Repository/RepositoryManager.php
12 years ago
Kevin Boyd 09be4ed936 PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information 12 years ago
Jordi Boggiano 6e90c0be51 CS fixes 12 years ago
Jordi Boggiano 95bc5c4898 Fix openssl/pcre matches, and skip other exts properly 12 years ago
Jordi Boggiano 887d913eb6 Merge remote-tracking branch 'ChristianRiesen/master' 12 years ago
Jordi Boggiano 383c3f0153 Avoid tokenizing files for nothing 12 years ago
Christian Riesen 70e7194b07 Changes after excellent feedback from Jordi 12 years ago
Jordi Boggiano f1320bf7a1 Update docs about operators 12 years ago
Jordi Boggiano 4fcc114f97 Merge pull request #808 from palex-fpt/not-equal-operator
Add '<>' operator to Version Parser
12 years ago