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 |
Martin Herndl
|
bd8b39fe01
|
Add types to `Package` (#10210)
|
2021-10-25 13:45:09 +02:00 |
Jordi Boggiano
|
36484ff01a
|
Merge pull request #10211 from wouterj/docs-consistency
[doc] Use "composer.phar" and "Composer" consistently
|
2021-10-25 13:40:55 +02:00 |
Jordi Boggiano
|
21f87e0699
|
Update to composer/semver 3.2.6
|
2021-10-25 13:35:03 +02:00 |
Jordi Boggiano
|
0e96f363e1
|
Remove redundancy in package type
|
2021-10-25 13:13:01 +02:00 |
Wouter de Jong
|
bb128c465c
|
Capitalize Composer in the docs
|
2021-10-25 13:11:56 +02:00 |
Wouter de Jong
|
6aec6ecbfa
|
Use `composer.phar` consistently in the examples
|
2021-10-25 13:11:41 +02:00 |
Martin Herndl
|
13d433fad0
|
Add types to `Package/Loader` (#10206)
|
2021-10-25 13:08:05 +02:00 |
Anatoly Pashin
|
b1a96a3141
|
PHPStan level 6 in src/Composer/Repository (#10197)
|
2021-10-25 12:58:31 +02:00 |
Martin Herndl
|
3fa7a6cb51
|
Add types to `Package/Version` (#10199)
|
2021-10-25 11:09:52 +02:00 |
Martin Herndl
|
aa4c2ab63c
|
Add types to `Plugin` (#10194)
|
2021-10-25 11:02:54 +02:00 |
Paolo Rossi
|
a921d9b233
|
Reaching phpstan level 6 in EventDispatcher Exception and Installer folders (#10192)
|
2021-10-25 10:44:29 +02:00 |
Martin Herndl
|
fa4d4e20e9
|
Add types to `Downloader` (#10193)
|
2021-10-25 10:25:39 +02:00 |
pistej
|
b99e21259c
|
phpstan level 6 in src/Composer/Package/Comparer (refs #10159) (#10196)
|
2021-10-20 22:20:33 +02:00 |
Martin Herndl
|
db9e9a544e
|
Add types to `Package/Dumper` (#10198)
|
2021-10-20 22:19:53 +02:00 |
pistej
|
dbd0ccaad8
|
phpstan level 6 in src/Composer/Package/Archiver (refs #10159) (#10195)
|
2021-10-20 21:54:38 +02:00 |
Nils Adermann
|
cbc686c16a
|
Merge pull request #10185 from Seldaek/remove_unknown_rule_type
Remove unknown Rule type
|
2021-10-19 22:00:10 +02:00 |
Martin Herndl
|
995bf5a932
|
Add types to `Util` namespace, refs #10159 (#10190)
|
2021-10-19 14:35:37 +02:00 |
Stephan
|
261d93aacf
|
ComposerRepository: handle packages.json with null value for package (#10189)
|
2021-10-19 13:14:12 +02:00 |
Jordi Boggiano
|
37ce8969a4
|
Use real type hint instead of annotation
|
2021-10-19 13:11:04 +02:00 |
Martin Herndl
|
f0cc9aeb01
|
Remove scalar parameter type declaration (#10186)
`string` can only be used in parameters starting from PHP 7.0.
|
2021-10-19 13:10:21 +02:00 |
Jordi Boggiano
|
6d37c1f8ab
|
Ignore unmatched errors
|
2021-10-19 00:09:59 +02:00 |
Jordi Boggiano
|
0b8089fe80
|
Ignore some irrelevant PHPStan errors in test files
|
2021-10-19 00:04:49 +02:00 |
Paolo Rossi
|
3add01a40b
|
PHPStan level 6 in src/Composer/Config (refs #10159) (#10182)
|
2021-10-18 23:51:43 +02:00 |
Jordi Boggiano
|
87f25e6df6
|
Specify parseAutoloads more narrowly, refs #10179
|
2021-10-18 23:49:57 +02:00 |
immeëmosol
|
be25cf1d7a
|
Reaching phpstan level 6 in Composer/Autoload (refs #10159) (#10179)
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2021-10-18 23:40:22 +02:00 |
Jordi Boggiano
|
57e417b53a
|
Minor cleanup
|
2021-10-18 23:10:11 +02:00 |
Jordi Boggiano
|
75a8677e8a
|
Remove unknown Rule type
|
2021-10-18 23:05:31 +02:00 |
Paolo Rossi
|
6e04991489
|
Reaching phpstan level 6 in Composer/Console (refs #10159) (#10183)
|
2021-10-18 22:40:50 +02:00 |