Jordi Boggiano
|
b6bad4eef6
|
Add options to configure repository priorities
|
2020-04-09 13:39:06 +02:00 |
Jordi Boggiano
|
ab945a6ec1
|
Clean up RepositoryInterface, fixes #5464
|
2019-02-19 11:11:55 +01:00 |
Jordi Boggiano
|
f946d8eb5a
|
More RemoteFilesystem usage removals and some repository/vcs driver refactorings
|
2019-01-14 17:29:23 +01:00 |
Jordi Boggiano
|
713bc4de1d
|
Minor fixes and updated the rest of the code/tests to use HttpDownloader
|
2019-01-14 17:29:23 +01:00 |
Jordi Boggiano
|
56805ecafe
|
Add HttpDownloader to wrap/replace RemoteFilesystem with a new curl multi implementation
|
2019-01-14 17:29:23 +01:00 |
Robbie Averill
|
ee97f26931
|
FIX Update PHPDocs to indicate more specific return types
|
2018-05-22 10:39:25 +12:00 |
Jordi Boggiano
|
5a3d60c0cf
|
Output warning for invalid-looking packagist config, fixes #5404
|
2016-06-11 15:48:44 +01:00 |
Jordi Boggiano
|
3b0a1c6f70
|
Run cs fixer and update config to latest master
|
2016-04-11 15:06:57 +01:00 |
Niels Keurentjes
|
e6f21137ad
|
Undefined or default return points fixed.
|
2016-04-07 00:52:50 +02:00 |
Franz Liedke
|
ea30392105
|
RepositoryManager::prependRepository()
This method is useful for dynamically adding repositories with
higher priority than Packagist, e.g. from a Composer plugin.
|
2016-02-23 23:06:21 +09:00 |
Niels Keurentjes
|
ebfceefca6
|
Removed long deprecated functions that were no longer referenced anywhere.
|
2016-02-15 22:00:54 +01:00 |
Jordi Boggiano
|
1818b95149
|
CS fixes
|
2016-01-26 13:07:18 +00:00 |
Jordi Boggiano
|
b839c7ef1c
|
Fix code to work with old php, fixes #4779 #4780
|
2016-01-16 17:59:59 +00:00 |
Jordi Boggiano
|
974fb4ac66
|
Only pass remotefilesystem when needed, fixes #4779
|
2016-01-16 17:45:40 +00:00 |
Jordi Boggiano
|
c1cc6bfecf
|
Avoid doing too many loads of the remotefilesystem
|
2016-01-10 20:06:10 +00:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Rob Bast
|
a1427d7fd6
|
replace all occurences in code and comments
|
2015-09-24 16:32:36 +02:00 |
Andreas Möller
|
12ffe2b4d4
|
Fix: Add missing imports
|
2015-06-28 23:37:40 -04:00 |
Jordi Boggiano
|
801a7fcd0a
|
Add support for constraints and not just exact versions in RepositoryInterface::findPackage/s
|
2015-06-18 17:44:58 +01:00 |
François Pluchino
|
3dc83277a3
|
Fix phpdoc
|
2014-07-23 20:19:29 +02:00 |
Jérémy JOURDIN
|
fbadc19bf6
|
Add preFileDownload event on package.json fetch
|
2013-11-19 17:45:28 +01:00 |
Jordi Boggiano
|
8d0b7f278e
|
CS fixes
|
2013-06-13 13:28:24 +02:00 |
Pavel Savinov
|
831bd844bd
|
Almost PHPDoc problems fixed
|
2013-06-13 11:05:44 +11:00 |
Jordi Boggiano
|
5264d0637b
|
Fix regression added in 33af9eea95 , fixes #1841
|
2013-04-28 22:50:24 +02:00 |
Jordi Boggiano
|
06026d6b93
|
Add @deprecated note
|
2013-03-03 17:59:13 +01:00 |
Jordi Boggiano
|
4207fc3b19
|
Refactor require-dev handling to use one single repository and a one pass solving, fixes #719, fixes #1185, fixes #1330, fixes #789, fixes #640
|
2013-03-03 00:41:12 +01:00 |
Pascal Borreli
|
5eead93250
|
Fixed typos
|
2012-10-24 23:14:04 +00:00 |
Jordi Boggiano
|
de449aa144
|
Merge remote-tracking branch 'PSeiffert/master'
Conflicts:
src/Composer/Factory.php
src/Composer/Repository/RepositoryManager.php
|
2012-06-23 11:42:13 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Paul Seiffert
|
1713acf011
|
Coding standards and Cosmetics
Processing feedback given by @stof and @Seldaek.
|
2012-05-09 09:50:08 +02:00 |
Jordi Boggiano
|
89e095b4b5
|
Handle --dev installs/updates
|
2012-04-14 23:38:10 +02:00 |
Jordi Boggiano
|
fc29487a2a
|
Add home config key and use it to create the cache instance
|
2012-04-09 16:36:06 +02:00 |
Jordi Boggiano
|
5eb333680b
|
Rename findPackagesByName to findPackages and allow version arg
|
2012-02-21 14:02:08 +01:00 |
François Pluchino
|
a10f92aafe
|
Convert Wrapper class to ConsoleIO class
|
2012-01-16 14:14:15 +01:00 |
François Pluchino
|
9af46ad800
|
Add Helper Wrapper
|
2012-01-11 13:55:05 +01:00 |
François Pluchino
|
013d145bcd
|
Add InputInterface and OutputInterface
|
2012-01-10 18:50:16 +01:00 |
Jordi Boggiano
|
f051778192
|
Clean up unneeded initialization stuff
|
2011-12-21 16:43:37 +01:00 |
Jordi Boggiano
|
f6b9488bf0
|
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
2011-12-13 01:05:29 +01:00 |
Jordi Boggiano
|
23c1c40b3d
|
Fix missing reference in local repository
|
2011-10-28 00:36:02 +02:00 |
Jordi Boggiano
|
9b24734c9d
|
Add parsing and on-the-fly loading of repositories defined in packages
|
2011-10-23 19:40:34 +02:00 |
Jordi Boggiano
|
450095e61d
|
Adjust RepositoryManager to handle multiple repositories of one type
|
2011-10-23 19:40:30 +02:00 |
everzet
|
cc2f2b79ca
|
added findPackage() method to the RepositoryManager and RepositoryInterface
|
2011-10-01 15:34:09 +03:00 |
everzet
|
0694f5217a
|
Implemented RepositoryManager
|
2011-09-25 21:00:05 +03:00 |