1814 Commits (5357e3503fda9ce90ba196312e581ad28297b73e)
 

Author SHA1 Message Date
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
Jordi Boggiano 41bd845c54 Merge pull request #634 from igorw/bin-relative-symlink
[Installer] Make bin symlinks relative, closes #620
12 years ago
Igor Wiedler 8d71030cc1 [Installer] Classic var_dump must be removed 12 years ago
Igor Wiedler aa4ececa2a [Installer] Make bin symlinks relative, closes #620 12 years ago
Jordi Boggiano 54f2e8fb45 Merge pull request #633 from igorw/fix-installer-remove-bins
[Installer] Fix removeBinaries, closes #567
12 years ago
Igor Wiedler b83422b051 [Installer] Fix removeBinaries, closes #567 12 years ago
Jordi Boggiano f5ea87e855 Merge pull request #632 from igorw/no-suggest-installed
Do not suggest packages that were installed
12 years ago
Igor Wiedler 1e23354666 Do not suggest packages that were installed 12 years ago
Jordi Boggiano 8ff497ac6f Skip filter_var on 5.3.2 since it is buggy 12 years ago
Igor Wiedler 0995933183 Do not install root package as a vendor if some dependency requires it, closes #480
Also add some tests for the installer.
12 years ago
Jordi Boggiano ed8aa8322a Do not prevent updates if untracked files are present 12 years ago