Jordi Boggiano
|
0d1922dc27
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions
|
5 anni fa |
Jordi Boggiano
|
6e45a53e76
Add support for relative paths in handling of install-path for the installed.json
|
5 anni fa |
Jordi Boggiano
|
63da7c6b2d
Add install-path to the installed.json for every package, fixes #2174, closes #2424
|
5 anni fa |
Jordi Boggiano
|
3ef27cabd6
Merge pull request #7999 from Seldaek/store_dev
|
5 anni fa |
Jordi Boggiano
|
ba346ef04d
Add forward compatibility for upcoming v2 installed.json format, refs #7999
|
6 anni fa |
Jordi Boggiano
|
60df892517
Store dev mode in installed.json, fixes #3008
|
6 anni fa |
Jordi Boggiano
|
c8aea719b1
CS fixes
|
7 anni fa |
Kunal Mehta
|
2a38417653
Sort vendor/composer/installed.json deterministically
|
7 anni fa |
Niels Keurentjes
|
868e607f17
Missing parent constructor calls.
|
9 anni fa |
Jordi Boggiano
|
e707dcd92f
Also load transport options in filesystem repositories to avoid loss from the installed repo, refs #2189
|
11 anni fa |
Jordi Boggiano
|
5264d0637b
Fix regression added in 33af9eea9550a8a65ece651e5c46e8a5104a8139, fixes #1841
|
12 anni fa |
Jordi Boggiano
|
33af9eea95
Always dump packages, even if only an alias is added, fixes #1809
|
12 anni fa |
Jordi Boggiano
|
4f5d08e2ad
Add InvalidRepositoryException
|
12 anni fa |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
13 anni fa |
Nils Adermann
|
be250fbb8b
Remove alias loading code which is no longer necessary
|
13 anni fa |
Jordi Boggiano
|
0a0a6b1813
Fix wrong var name, refs #674
|
13 anni fa |
Nils Adermann
|
0c1944a9d0
Let the solver handle aliases instead of the installer
|
13 anni fa |
Jordi Boggiano
|
f63df842b3
Fix alias handling with --dev installs, fixes #579
|
13 anni fa |
Jordi Boggiano
|
9da7fbbf37
Fix project aliases being redownloaded since they had no version
|
13 anni fa |
Jordi Boggiano
|
0b7ee194c6
Remove persistence of alias data, make abstract branch aliasing and keep it in composer only
|
13 anni fa |
Jordi Boggiano
|
1bdab5c4c8
Add markers for leftover problems
|
13 anni fa |
Jordi Boggiano
|
1228c04984
Add support for extra.branch-alias config to remap master on 2.1.x for example
|
13 anni fa |
Jordi Boggiano
|
f6b9488bf0
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
13 anni fa |
Fabien Potencier
|
1450ebd837
Fix bug in an exception, added unit tests
|
13 anni fa |
Fabien Potencier
|
5ffc349642
Add an exception when a Filesystem repository is corrupted
|
13 anni fa |
Jordi Boggiano
|
5e52d5c1ad
Fix tests
|
13 anni fa |
everzet
|
d5ba884f8b
fixed potential error
|
13 anni fa |
everzet
|
1cca62dc97
move json parsing instructions into single class object
|
13 anni fa |
everzet
|
20318f77a0
Refactored FilesystemRegistry to FilesystemRepository
|
13 anni fa |