Jordi Boggiano
|
c9436438ff
Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time
|
před 9 roky |
Rob Bast
|
a1427d7fd6
replace all occurences in code and comments
|
před 9 roky |
Malte Wunsch
|
767279b41a
getCanonicalPackages returns packages with same name in different versions
|
před 10 roky |
Jordi Boggiano
|
801a7fcd0a
Add support for constraints and not just exact versions in RepositoryInterface::findPackage/s
|
před 10 roky |
Jordi Boggiano
|
73e9db5d99
Fix the problem at the source, refs #3322
|
před 10 roky |
Jordi Boggiano
|
faa419cc0e
Merge remote-tracking branch 'hason/alias'
|
před 12 roky |
Jordi Boggiano
|
313b79ee13
Implement search over description/keywords, refs #1801
|
před 12 roky |
Jordi Boggiano
|
3a612dca01
Only return search matches once, fixes #1801
|
před 12 roky |
Martin Hasoň
|
753a8345cb
Added support for the alias of an aliased package
|
před 12 roky |
Jordi Boggiano
|
be861f090a
Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646
|
před 12 roky |
Povilas Balzaravicius Pawka
|
57d1b5a37d
Issue #1056. Fixed callback call error on search command.
|
před 12 roky |
Jordi Boggiano
|
e3b6bd781c
Add RepositoryInterface::filterPackages to stream ops on lists
|
před 13 roky |
Nils Adermann
|
4eb5f73718
Only create alias package in repositories on the fly if necessary, fixes #793
|
před 13 roky |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
před 13 roky |
Nils Adermann
|
0c1944a9d0
Let the solver handle aliases instead of the installer
|
před 13 roky |
Igor Wiedler
|
0995933183
Do not install root package as a vendor if some dependency requires it, closes #480
|
před 13 roky |
Jordi Boggiano
|
9da7fbbf37
Fix project aliases being redownloaded since they had no version
|
před 13 roky |
Jordi Boggiano
|
0b7ee194c6
Remove persistence of alias data, make abstract branch aliasing and keep it in composer only
|
před 13 roky |
Jordi Boggiano
|
1228c04984
Add support for extra.branch-alias config to remap master on 2.1.x for example
|
před 13 roky |
Jordi Boggiano
|
5eb333680b
Rename findPackagesByName to findPackages and allow version arg
|
před 13 roky |
Christophe Coevoet
|
bca786d5c3
Fixed the tests
|
před 13 roky |
Christophe Coevoet
|
bd1d20b2c9
Fixed CS
|
před 13 roky |
Christophe Coevoet
|
fc17e26bc3
Added a method to find packages by name
|
před 13 roky |
Jordi Boggiano
|
f6b9488bf0
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
před 13 roky |
Jordi Boggiano
|
3b8ee5dd54
Use pretty name/version in lock file and debug:packages, fixes #98
|
před 13 roky |
Jordi Boggiano
|
9b24734c9d
Add parsing and on-the-fly loading of repositories defined in packages
|
před 13 roky |
everzet
|
cc2f2b79ca
added findPackage() method to the RepositoryManager and RepositoryInterface
|
před 13 roky |
everzet
|
28d9df7da6
Added hasPackage and removePackage methods to the ArrayRepository
|
před 13 roky |
everzet
|
9deb10361f
second batch of refactoring
|
před 13 roky |
everzet
|
5f4d46f7ae
repository factoring refactoring
|
před 13 roky |