173 Commits (16a51daac8bf8271f4494d84db580d01847cffa4)

Author SHA1 Message Date
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Jordi Boggiano c10eb66ac4 Ignore references when parsing dev versions 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
Tom Klingenberg 296123db26 CS Fixes 12 years ago
Jordi Boggiano 453b9a616b Add test for Pool handling and refactor a couple things 12 years ago
Jordi Boggiano 0936670213 Add support for stabilities in lock file 12 years ago
Jordi Boggiano a3018c43eb Infer stability flags for requirements that have an explicit version required of a lower stability 12 years ago
Jordi Boggiano ef28f3b067 Basic handling of stability flags 12 years ago
Jordi Boggiano 1aaae5284b Add list of stabilities to base package 12 years ago
Jordi Boggiano 66068fedcb Add minimum-stability flag on root package to filter packages by stability 12 years ago
Jordi Boggiano 70a3c68f73 Add package stability 12 years ago
Jordi Boggiano 872293e8af Remove special handling of root package branch-aliases 12 years ago
Jordi Boggiano 45a2070fee Add BC warning for older lock files 12 years ago
Nils Adermann bd9aa6a288 Undo pointless changes in ArrayDumper 12 years ago
Nils Adermann 0c1944a9d0 Let the solver handle aliases instead of 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
Jordi Boggiano a4c2337433 Load root packages as aliases if they are aliased so that they replace everything 12 years ago
Jordi Boggiano adb4188e12 Add detection of the current version from git if possible 12 years ago
Jordi Boggiano 66dc17bf39 Avoid adding duplicate aliases 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 6a50dbd46d Error out on wrong bin config 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 870d745475 Show real version instead of self.version in suggest 12 years ago
Jordi Boggiano 7312c62c5d Fix lock handling of aliases 12 years ago
Jordi Boggiano a1306091f2 Fix locking behavior with --dev 12 years ago
Jordi Boggiano 89e095b4b5 Handle --dev installs/updates 12 years ago
Jordi Boggiano 53191eb0fe Remove recommend, make suggest informational, add require-dev, fixes #78, fixes #510 12 years ago
Jordi Boggiano 595182aec0 Add/fix tests 12 years ago
Jordi Boggiano 2d49090ffd Make sure branches have proper .x suffix so that they can be parsed properly 12 years ago
Jordi Boggiano 8654c43c62 Fix version parser regression, fixes #550 12 years ago
Kirill chEbba Chebunin 7c8290e968 Fix return values for getLicense and getBinaries 12 years ago
Jordi Boggiano 3c07b4338a Rename include-paths to include-path, add deprecated warnings, only generate file if it is needed 12 years ago
Jordi Boggiano 91614af365 Merge remote-tracking branch 'CHH/feature/include-paths' 12 years ago
Jordi Boggiano f604ca5762 Allow .x in version constraints as alias for .* 12 years ago
Jordi Boggiano 32e86ba410 Fix lockfile 12 years ago
Tiago Ribeiro 13839bf52c "Writing lock file" message is only displayed if locker isn't fresh 12 years ago
Christoph Hochstrasser f369104bb1 Packages can define include paths. 12 years ago
Jordi Boggiano 366176fc73 Add cache to the lock file reading 12 years ago
Jordi Boggiano ceac0ca75b Fix updating of already installed dev packages, fixes #496 12 years ago
Jordi Boggiano ab55490254 Merge remote-tracking branch 'hason/metapackage' 12 years ago
Jordi Boggiano b855643865 Usability fix 12 years ago
Martin Hasoň 736ea800e3 Added isDev method to the VersionParser class 13 years ago
Jordi Boggiano f999285926 Avoid duplicating self.version requirements 13 years ago
Jordi Boggiano 35aa82ada8 Prevent multiple replaces of a same package to be skipped when the first fails to match 13 years ago
Jordi Boggiano c425b8b6cb Prevent a package from having duplicate names 13 years ago
Jordi Boggiano ca8845f44f Fix toString of aliases 13 years ago
Jordi Boggiano 0b7ee194c6 Remove persistence of alias data, make abstract branch aliasing and keep it in composer only 13 years ago