1674 Commits (2c9e43737e495e6f93d9ac0266a64bc9356e25d3)
 

Author SHA1 Message Date
Maxim Chernyshev 1ae0a1b7af Follow-up coding standard fixes 12 years ago
Maxim Chernyshev 37476eb61f Fixed indentation 12 years ago
Maxim Chernyshev 8918551f29 Simplified proxy port determination and passed tests 12 years ago
Maxim Chernyshev 2ca50a1ef3 Merged in upstream 12 years ago
Maxim Chernyshev 419a1cedf0 Proxy credentials are now passed as part of HTTP headers 12 years ago
Jordi Boggiano 14f7d10478 Fix typos 12 years ago
Michael Cullum 2653ece028 Adding author role to ArrayLoader Test 12 years ago
Michael Cullum 0edc94cdce Adding role to author information 12 years ago
Jordi Boggiano 4e24ab659f Merge pull request #644 from krymen/installer_typo_fix
Fixed typo in the Installer
12 years ago
Nils Adermann 157b0bdecc Merge pull request #648 from fabpot/fix-version
Fix for when the version is explicitely set in the composer.json file

Fixes #647
12 years ago
Fabien Potencier 0923025455 Fix for when the version is explicitely set in the composer.json file 12 years ago
Nils Adermann efae2c8829 Alias root packages added in a4c2337 need to report composer.json alias info 12 years ago
Krzysztof Menżyk 2d4d984929 Fixed typo in the Installer 12 years ago
Jordi Boggiano f7440076fa Revert "Merge remote-tracking branch 'naderman/remove-packages-by-default'"
This reverts commit 2988152602, reversing
changes made to adb4188e12.
12 years ago
Jordi Boggiano a4c2337433 Load root packages as aliases if they are aliased so that they replace everything 12 years ago
Jordi Boggiano f3df4772f9 Make sure htaccess is created 12 years ago
Jordi Boggiano a30e6109bf Fix 5.4.0 interop in formatting of empty array/objects 12 years ago
Jordi Boggiano 58276d0a52 Warn the user but do not fail hard when a repo can not be synced 12 years ago
Jordi Boggiano b0b3e17a37 Report errors when a git repo can not be synced up 12 years ago
Jordi Boggiano fded3d8bdd Update vendors 12 years ago
Jordi Boggiano b3164de813 Fix tests 12 years ago
Jordi Boggiano 115dc407fa Merge remote-tracking branch 'GromNaN/git-dir' 12 years ago
Jordi Boggiano 43968c23f9 Update CHANGELOG 12 years ago
Jordi Boggiano 2988152602 Merge remote-tracking branch 'naderman/remove-packages-by-default' 12 years ago
Jordi Boggiano adb4188e12 Add detection of the current version from git if possible 12 years ago
Jordi Boggiano 7b2d3ff6a2 Refactor InstallerTest to be a bit more future proof 12 years ago
Jordi Boggiano 63c6c6d875 Cache the version parser used in TestCase 12 years ago
Jordi Boggiano bd50ad32f0 Refactor InstallationManagerMock 12 years ago
Jordi Boggiano 2dffa612a3 Merge remote-tracking branch 'igorw/root-install-twice' 12 years ago
Jordi Boggiano d60188903d Add warning for PHP <5.3.2 users that didn't use the installer 12 years ago
Nils Adermann d51ebb9650 Merge pull request #1 from Seldaek/patches
Patches
12 years ago
Jordi Boggiano 2c726123cf Merge pull request #642 from danielholmes/patch-1
Fixed variable reference in verbose pear repository message
12 years ago
Daniel Holmes d44b81527b Fixed variable reference in verbose pear repository message 12 years ago
Jordi Boggiano e982c19bdb Add fields to sample satis config 12 years ago
Jordi Boggiano d5e35fbe19 Clarify output 12 years ago
Jordi Boggiano b3659d85f3 Force platform packages to remain installed 12 years ago
Jordi Boggiano 22a825fc07 Clean up vendor dir after a package was removed 12 years ago
Jordi Boggiano b99f9bae60 Let the user know a package is being removed 12 years ago
Jordi Boggiano b356c30c5c Remove rogue. dot 12 years ago
Jordi Boggiano 66dc17bf39 Avoid adding duplicate aliases 12 years ago
Nils Adermann f4d5568937 Rules of type feature are no longer needed 12 years ago
Nils Adermann d153ab3f8f Call feature rules update rules, as there is no difference in composer 12 years ago
Nils Adermann f98ab2e491 An array of installed packages is no longer needed in the solver 12 years ago
Nils Adermann 7be4b82ad2 Move all solver members to top of the file 12 years ago
Nils Adermann 6410817c4e Policy rules cannot conflict with jobs anymore
As we no longer need special feature rules for updating installed packages
we don't have policy rules which might conflict with job rules anymore.
Everything is driven by jobs now.
12 years ago
Nils Adermann 3618ddacb0 Remove commented out debug output 12 years ago
Nils Adermann 2cb2cde096 Installed packages are now always removed unless otherwise requested
This means that an update request must always be accompanied by an install
request, otherwise the package might be removed rather than updated.
12 years ago
Nils Adermann 1a48ebaf57 Create lookup table for installed packages in only one place 12 years ago
Nils Adermann 0e537b9c93 We won't implement choice rules, you need to edit composer.json to choose 12 years ago
Nils Adermann 5ba9a887c2 We do not support any options to keep obsolete packages 12 years ago