Jordi Boggiano
|
8a63018f07
|
Update changelog
|
2021-11-09 16:01:48 +01:00 |
Jordi Boggiano
|
28c34128ee
|
Fix php proxies to resolve __FILE__ and __DIR__ using realpath on PHP <8, fixes #10261
|
2021-11-08 15:03:05 +01:00 |
Jordi Boggiano
|
3bb78fd1ee
|
Make new phar filename random to avoid possible concurrency issues, refs #10252
|
2021-11-08 11:45:07 +01:00 |
Jordi Boggiano
|
6a7264fc2d
|
Trigger autoloading of a few classes before executing self-update command, fixes #10252
|
2021-11-08 11:45:06 +01:00 |
Matthias Pigulla
|
abf832aa49
|
Update what GitHub token scope is needed and what it implies (#10257)
Follows up on https://github.com/composer/composer/pull/10256.
|
2021-11-08 10:53:12 +01:00 |
Matthias Pigulla
|
4c9e567c39
|
Provide different URL options to encourage users to create low-privilege GitHub tokens (#10256)
|
2021-11-08 10:52:22 +01:00 |
Jordi Boggiano
|
9f433aba76
|
Fix 9999999-dev showing on composer show when no branch alias is defined for the default branch, fixes #10260
|
2021-11-08 10:43:25 +01:00 |
Martin Herndl
|
5b47fa1896
|
Add back abandoned key in repository search results (#10259)
|
2021-11-08 10:27:45 +01:00 |
Markus Staab
|
d7154c2a72
|
Fix GithubActionError on php 8.1 (#10250)
|
2021-11-02 14:39:04 +01:00 |
Jordi Boggiano
|
cb0293cf30
|
Finalize phpstan level 6 for tests dir, closes #10159
|
2021-11-02 14:32:09 +01:00 |
Jordi Boggiano
|
a86046f9e4
|
Update changelog
|
2021-11-02 12:09:59 +01:00 |
Markus Staab
|
6b62f98d3c
|
GithubActionError: escape more special chars (#10243)
|
2021-11-02 11:43:34 +01:00 |
Jordi Boggiano
|
90087b4fb3
|
Fix handling of php bin proxies combined with declare() on php <8, fixes #10246 (#10249)
|
2021-11-02 11:36:31 +01:00 |
Martin Herndl
|
bcbd8fdb61
|
Add types to `Package` tests (#10245)
|
2021-11-01 21:44:12 +01:00 |
megubyte
|
a155c076db
|
phpstan: update tests/Composer/Test/DependencyResolver/* to level 6 standard (#10242)
|
2021-10-30 10:30:36 +02:00 |
megubyte
|
8b7e2b600d
|
phpstan: update tests/Composer/Test/Downloader/* to level 6 standard (#10238)
|
2021-10-30 10:21:50 +02:00 |
Jordi Boggiano
|
ec63178d38
|
Update changelog
|
2021-10-29 22:26:28 +02:00 |
Jordi Boggiano
|
146188f9e5
|
Bump ca-bundle to 1.3.1
|
2021-10-29 22:20:53 +02:00 |
Jordi Boggiano
|
3f243d37c3
|
Add temporary metadata for download size tracking
|
2021-10-29 22:19:38 +02:00 |
Martin Herndl
|
96370657b8
|
Fix phpstan return type in `SvnTest::urlProvider` (#10233)
|
2021-10-28 10:00:25 +02:00 |
Martin Herndl
|
a861d66469
|
Add types to `EventDispatcher` tests (#10235)
|
2021-10-27 20:35:16 +02:00 |
Martin Herndl
|
467fe3c1be
|
Add types to `Config` tests (#10234)
|
2021-10-27 20:34:48 +02:00 |
Jordi Boggiano
|
974c471ad8
|
Bump ca-bundle to 1.3.0
|
2021-10-27 16:59:55 +02:00 |
Jordi Boggiano
|
e5fc8a9c72
|
Fix phpstan error
|
2021-10-27 16:51:16 +02:00 |
Jordi Boggiano
|
f8ad0bb3d1
|
Add types to the base TestCase
|
2021-10-27 16:37:20 +02:00 |
Jordi Boggiano
|
44b69ba77f
|
Upgrade php-cs-fixer to 3.x and fix CS
|
2021-10-27 16:21:45 +02:00 |
Jordi Boggiano
|
c65d09dff7
|
Fix @inheritDoc annotations
|
2021-10-27 16:18:53 +02:00 |
Martin Herndl
|
2992e8651a
|
Add types to `Util` tests (#10228)
|
2021-10-27 16:18:46 +02:00 |
Martin Herndl
|
d51c7685da
|
Add types to `Repository` tests (#10227)
|
2021-10-27 15:29:52 +02:00 |
Jordi Boggiano
|
3d9e9ba66f
|
Fix exclusion of fooProvider errors
|
2021-10-27 15:10:18 +02:00 |
jakobvibe
|
d06eb1ec3a
|
Fix types on mock tests (#10230)
* Fix types on mock tests
* Added $tty again
Co-authored-by: Jakob Vibe <jv@ipw.dk>
|
2021-10-27 14:56:39 +02:00 |
Viktor Szépe
|
e89459d964
|
Separate CI steps (#10226)
|
2021-10-27 14:54:36 +02:00 |
jakobvibe
|
1ba1463013
|
Added types to plugin test (#10231)
Co-authored-by: Jakob Vibe <jv@ipw.dk>
|
2021-10-27 14:52:34 +02:00 |
megubyte
|
c2a2198089
|
phpstan: update tests/Composer/Test/Installer/* to level 6 standard (#10225)
|
2021-10-27 14:41:30 +02:00 |
Samuel Felipe
|
3ccb54832b
|
PHPStan level 6 in src/Composer/Command (#10214)
|
2021-10-27 14:18:16 +02:00 |
jakobvibe
|
f667c7b8de
|
Add types to tests/composer/test/json (#10222)
Co-authored-by: Jakob Vibe <jv@ipw.dk>
|
2021-10-27 11:37:51 +02:00 |
Jordi Boggiano
|
df6c2ce1db
|
Simplify php bin proxies further
|
2021-10-27 11:24:50 +02:00 |
Jordi Boggiano
|
e1dbd65aff
|
Fix bin proxies to use output buffering instead of the eval hack, as the __FILE__ and __DIR__ replacement is not safe when done in strings/nowdocs/..
|
2021-10-27 11:16:34 +02:00 |
Joseph Wynn
|
44a2aa9be4
|
Log when COMPOSER_AUTH environment variable is malformed, but do not throw an error. Fixes #10208. (#10209)
Co-authored-by: Joseph Wynn <joseph@wildlyinaccurate.com>
|
2021-10-27 09:40:20 +02:00 |
Cédric Anne
|
f0d621e101
|
Prevent uncaught exception when iconv/mbstring are missing; fixes #10168 (#10224)
|
2021-10-27 09:39:15 +02:00 |
megubyte
|
135f806f6f
|
phpstan: update tests/Composer/Test/Autoload/* to level 6 standard (#10223)
|
2021-10-26 21:48:56 +02:00 |
Martin Herndl
|
3d5a100018
|
Add types to `Question` tests (#10219)
|
2021-10-26 21:17:28 +02:00 |
Jordi Boggiano
|
f19d01ef92
|
Ignore less things in tests
|
2021-10-26 21:14:44 +02:00 |
Martin Herndl
|
79da1c266e
|
Add types to `Script` tests (#10220)
|
2021-10-26 21:08:54 +02:00 |
Christian
|
4071125172
|
Added return type docs (#10221)
|
2021-10-26 21:05:03 +02:00 |
jakobvibe
|
15934a083c
|
Added link to composer-allow-superuser (#10215)
|
2021-10-26 17:43:03 +02:00 |
Cédric Anne
|
a7686e82f0
|
Filter candidates requiring an unknown platform package; fixes #10167 (#10184)
|
2021-10-26 17:24:17 +02:00 |
Martin Herndl
|
3645d3042c
|
Add types to root namespace (#10213)
|
2021-10-26 12:40:52 +02:00 |
Martin Herndl
|
f267b01852
|
Use single docblock for parameter types (#10212)
|
2021-10-25 21:42:03 +02:00 |
Jordi Boggiano
|
81ad4e7e58
|
Fix deprecated phpstan config
|
2021-10-25 14:16:20 +02:00 |