151 Commits (99e260adf04036c39f4c4042ec27c2ce9da3cd9f)

Author SHA1 Message Date
Jordi Boggiano 8ffe3c2e26 Cosmetic fixes 12 years ago
Jordi Boggiano c580cb8ba8 Add package argument to the update command, fixes #470, fixes #450 12 years ago
Nils Adermann 41215a0e47 Require first version of a root package alias, rather than alias
This makes sure that the alias will always be installed, even if it isn't
technically needed.
12 years ago
Jordi Boggiano 79826ee5c9 Fix dry-run output 12 years ago
Jordi Boggiano 0752e2b96b Fix output of dry run with --dev, fixes #676 12 years ago
Jordi Boggiano 63d7abf196 Fix dry run skipping some critical steps 12 years ago
Jordi Boggiano e25ccddeb7 Skip all scripts and not just command ones 12 years ago
Jordi Boggiano 1f2f161508 Merge remote-tracking branch 'pjedrzejewski/feature/skipping-scripts-execution'
Conflicts:
	src/Composer/Installer.php
12 years ago
Jordi Boggiano c440b4594a More PSR-2 goodness 12 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Jordi Boggiano ba29b4bf94 Added references for dev versions, fixes #599
dev-<branch> and <n.m>.x-dev versions can now have a #<reference> appended
to them. This reference being a git/hg commit hash, or svn revision.
12 years ago
Paweł Jędrzejewski 129884ef72 rename skipScripts to runScripts. 12 years ago
Paweł Jędrzejewski cc8b33117a add --skip-scripts option to install/update commands. 12 years ago
Jordi Boggiano 0936670213 Add support for stabilities in lock file 12 years ago
Jordi Boggiano fabf5c2f6d Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability 12 years ago
Jordi Boggiano ef28f3b067 Basic handling of stability flags 12 years ago
Jordi Boggiano 66068fedcb Add minimum-stability flag on root package to filter packages by stability 12 years ago
Nils Adermann bca91677ac Keep original packages in installed repository when adding aliases 12 years ago
Nils Adermann 74da398f21 Request install of normalized alias version in lock file 12 years ago
Nils Adermann 0c1944a9d0 Let the solver handle aliases instead of the installer 12 years ago
Jordi Boggiano dd17a1bbd7 Force platform packages to remain installed 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 2988152602 Merge remote-tracking branch 'naderman/remove-packages-by-default' 12 years ago
Jordi Boggiano 2dffa612a3 Merge remote-tracking branch 'igorw/root-install-twice' 12 years ago
Jordi Boggiano b3659d85f3 Force platform packages to remain installed 12 years ago
Igor Wiedler 1e23354666 Do not suggest packages that were installed 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
Nils Adermann 540f9a09b2 Merge pull request #606 from Seldaek/aliasprio
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
12 years ago
Jordi Boggiano cc3d91f75c Make sure aliased packages created by the locker are available in the pool 12 years ago
Jordi Boggiano 15ab5868a3 Move composer metafiles back in a composer dir, except autoload.php 12 years ago
Jordi Boggiano 06fb1b8083 Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576 12 years ago
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 12 years ago
Jordi Boggiano a1306091f2 Fix locking behavior with --dev 12 years ago
Jordi Boggiano f63df842b3 Fix alias handling with --dev installs, fixes #579 12 years ago
Jordi Boggiano f520ce6a80 Fix exception when solver could not resolve a set of packages 12 years ago
Jordi Boggiano 89e095b4b5 Handle --dev installs/updates 12 years ago
Jordi Boggiano e702761284 Output suggested packages after package installation 12 years ago
Jordi Boggiano 53191eb0fe Remove recommend, make suggest informational, add require-dev, fixes #78, fixes #510 12 years ago
Jordi Boggiano 26e3b77a4b Fix wording 12 years ago
Jordi Boggiano 9da7fbbf37 Fix project aliases being redownloaded since they had no version 12 years ago
Tiago Ribeiro 13839bf52c "Writing lock file" message is only displayed if locker isn't fresh 12 years ago
Jordi Boggiano b2609e8413 Update to locked source-ref when receiving a new lock file, fixes #358 12 years ago
Jordi Boggiano ceac0ca75b Fix updating of already installed dev packages, fixes #496 12 years ago
Jordi Boggiano b12e73792c Handle SolverProblemException nicer 12 years ago
Martin Hasoň 01c1878aea Save local repo after each success operation 12 years ago
digitalkaoz d502065cb7 fixed cs 12 years ago
digitalkaoz a4f6314daa reverted command interfaces for installer refactoring 12 years ago
digitalkaoz 673dd6312b fluent api for installer options 12 years ago
Jordi Boggiano 5f2e42ec46 CS fixes, made EventDispatcher optional in factory method 12 years ago
Beau Simensen 8a7d31706d Renamed Composer\Install to Composer\Installer 12 years ago