Mike van Rooyen
|
e910e06f63
Add details of the path to aid debugging
|
6 years ago |
Mike van Rooyen
|
18895064ad
Check that if the getUrlMatches method returns an empty value which means the path is incorrect
|
6 years ago |
Jordi Boggiano
|
7d99a56332
Combine conditionals in one
|
6 years ago |
rbairwell
|
550c01b471
Fixes a problem with path based repositories on PHP7.4 where an attempt is made to access null as an array
|
6 years ago |
Jordi Boggiano
|
ff59bbdab0
CS fixer
|
7 years ago |
Markus Staab
|
70a1a6e510
Throw a RuntimeException when glob braces are used but not supported by the OS
|
7 years ago |
Markus Staab
|
e89d16c47d
GLOB_BRACE is not defined on all platforms
|
7 years ago |
Kazuhiro Inari
|
354eec76ae
Add repositories path glob
|
7 years ago |
Jordi Boggiano
|
9041622b86
Fix version guessing regression and a few other issues, fixes #7127
|
7 years ago |
Jordi Boggiano
|
1682d7d454
Fix path repo version parsing to follow COMPOSER_ROOT_VERSION when the git repo is shared with the root package, fixes #6625
|
8 years ago |
Jordi Boggiano
|
d8c94c2640
Merge remote-tracking branch 'curry684/home-expansion'
|
9 years ago |
Niels Keurentjes
|
23ad67b3be
Implement support for tilde expansion, mainly for path repositories
|
9 years ago |
Jordi Boggiano
|
ad5951218b
Also trim trailing slashes in PathRepo, refs #5164
|
9 years ago |
Niels Keurentjes
|
d41bd2909b
Make path repository options part of the dist reference hash, fixes #5048
|
9 years ago |
Jordi Boggiano
|
bad80878bc
Merge remote-tracking branch 'sashman/master'
|
9 years ago |
Jordi Boggiano
|
1375f8e60a
Remove setter/getter that isnt needed, refs #4933
|
9 years ago |
Jordi Boggiano
|
4df7ade801
Merge remote-tracking branch 'burci/feature/path_downloader_option_to_force_copy'
|
9 years ago |
Rob Bast
|
a245c4618b
php-cs-fixer
|
9 years ago |
Jordi Boggiano
|
c9436438ff
Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time
|
9 years ago |
Sash
|
582e361a88
Fixing array accessing
|
9 years ago |
Sash
|
f6899e5c38
#4828 Using version guesser to pull out the commit has for git repositories. The return value is now an array with version and commit values.
|
9 years ago |
Peter Buri
|
861b2bc8e8
Introduce option to force copy instead of symlinking in PathDownloader
|
9 years ago |
Niels Keurentjes
|
ff6700f9ee
Ignore empty path repositories per issue #4903
|
9 years ago |
Rob Bast
|
47aa87ea97
use full json content to determine reference, closes #4859
|
9 years ago |
Jordi Boggiano
|
1818b95149
CS fixes
|
9 years ago |
Niels Keurentjes
|
84fed02df1
Globbing while resolving path repositories now normalizes to slashes for predictable cross-platform behaviour. Fixes #4726
|
9 years ago |
Lukáš Homza
|
5b748eda6c
Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod
|
10 years ago |
Jordi Boggiano
|
6c9b161c43
Re-use locker content hash logic to generate dist reference, refs #4515
|
10 years ago |
Joel Wurtz
|
7f42fe4c10
Issue #4512 Set reference in path repository
|
10 years ago |
Jordi Boggiano
|
ce08582671
Fix CS
|
10 years ago |