1
0
Fork 0
Commit Graph

94 Commits (d9a158daa095b54866ded720dfcb7ffb316bb150)

Author SHA1 Message Date
Nicolas Grekas 3dc279cf66
Stop relying on OS to find executables on Windows, and migrate most Process calls to array syntax ()
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2024-11-06 13:49:06 +01:00
Christian Flothmann 787f503616
do not stumble over missing descriptions () 2024-10-15 11:22:49 +02:00
Eirik Stanghelle Morland a01ab9bbca
Better app password support for bitbucket ()
* Fix support for app passwords better, plus better handling of bitbucket repositories stored with ssh
2024-10-02 14:36:30 +02:00
Jordi Boggiano 6b81140f81
Fix many PHPStan errors in DependencyResolver namespace () 2024-09-21 13:53:33 +02:00
Jordi Boggiano a8b43b4b77
Fix phpstan baseline 2024-09-17 14:56:58 +02:00
Jordi Boggiano fde6a87f64
Sort problem rules () 2024-09-17 14:13:58 +02:00
Jordi Boggiano 4a34725682
Bump dependencies, fixes 2024-09-01 22:17:55 +02:00
Jordi Boggiano b96821c727
Fix build 2024-08-22 15:04:02 +02:00
Jordi Boggiano 8f3fed674b
Clean up md5/sha1 usages, upgrade algos where possible ()
* Clean up md5/sha1 usages, upgrade algos where possible

* Fully qualify PHP_VERSION_ID constant usages

* Fix 7.2 build
2024-08-21 17:06:42 +02:00
Jordi Boggiano 48d345ac3e
Update deps, fix some phpstan issues
Update baseline (1484, 84)
2024-08-21 14:47:44 +02:00
Sam L d3d378184b
Provide release-date/release-age and latest-release-date in composer outdated -A -f json () 2024-07-26 16:21:02 +02:00
Jordi Boggiano 17f4984601
Make use of new PHP 8.4.0 function to replace implicit $http_response_header var () 2024-07-25 17:43:11 +02:00
Jordi Boggiano 7504685a2e
Update phpstan and add composer/pcre extensions ()
* Update phpstan and add composer/pcre extensions
* Update baseline (1516)
2024-07-25 16:28:25 +02:00
Jordi Boggiano e61d4ad986
Update deps 2024-07-06 23:35:00 +02:00
Jordi Boggiano 37d722e73c
PHPStan/tests updates ()
* Remove a bunch of inline ignores and migrate all PHPUnit assertions to static calls

* Update baseline (1573, 93)

* Update commit hash
2024-05-29 23:12:06 +02:00
Jordi Boggiano bcab1c4b8e
Fix Composer autoloader being hijackable by script/plugin event handlers () 2024-04-29 11:41:33 +02:00
John Stevenson 3cc490d4c4
Refactor proxy handling to require https_proxy ()
Composer has always allowed a single http_proxy (or CGI_HTTP_PROXY)
environment variable to be used for both HTTP and HTTPS requests. But
many other tools and libraries require scheme-specific values.

The landscape is already complicated by the use of and need for upper
and lower case values, so to bring matters inline with current practice
https_proxy is now required for HTTPS requests.

The new proxy handler incorporates a transition mechanism, which allows
http_proxy to be used for all requests when https_proxy is not set and
provides a `needsTransitionWarning` method for the main application.

Moving to scheme-specific environment variables means that a user may
set a single proxy for either HTTP or HTTPS requests. To accomodate this
situation during the transition period, an https_proxy value can be set
to an empty string which will prevent http_proxy being used for HTTPS
requests.
2024-04-17 14:34:26 +02:00
Jordi Boggiano 645cd58f97
Update baseline 2024-04-03 11:02:06 +02:00
Jordi Boggiano 59152ad7aa
Fix phpstan errors in FileDownloader, update baseline (1642, 96) 2024-03-20 12:20:30 +01:00
Jordi Boggiano 504e6c581a
Update deps and baseline (1663, 96) 2024-03-19 15:22:44 +01:00
Jordi Boggiano c5aa3dc021
Update deps, update baseline (1677, 97), fixes 2024-03-08 09:03:23 +01:00
Jordi Boggiano 3491986ad3
Add IPv4 fallback on connection timeout, and adds COMPOSER_IPRESOLVE env var ()
* Add IPv4 fallback on connection timeout, and adds COMPOSER_IPRESOLVE env var, fixes 

* Address feedback

* Add warning in diagnose command when COMPOSER_IPRESOLVE is set
2024-01-11 17:13:54 +01:00
Jordi Boggiano 8f190fc090
Update baseline (1681, 92) 2023-12-18 11:19:05 +01:00
Jordi Boggiano af90590c8f
Update baseline (1689, 92) 2023-09-14 11:47:53 +02:00
Dezső BICZÓ 0ab4dfba7c
Change audit.ignore behavior before 2.6.0 ()
* Still report ignored security advisories

Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2023-09-01 10:04:31 +02:00
Jordi Boggiano e7016b00a9
Upgrade to react/promise 3.0.0 () 2023-07-20 12:52:28 +02:00
Jordi Boggiano 82bc8cf94e
Update deps 2023-07-19 14:57:22 +02:00
Jordi Boggiano 9f3e2105da
Add IOMock and get rid of all withConsecutive calls in tests () 2023-06-07 14:35:16 +02:00
Jordi Boggiano 1d51f34957
Update baseline (1700, 94) 2023-06-07 08:50:57 +02:00
Pol Dellaiera 45977c7cb1
refactor: update `SyncHelper` ()
Get rid of 3 PHPStan issues
2023-06-06 15:25:54 +02:00
Jordi Boggiano 5c3d8f35db
Update deps, fix phpstan issues, update baseline (1711, 49) 2023-03-21 10:36:42 +01:00
Jordi Boggiano 5e6ccae116
Improve version selection in archive command, fixes () 2022-12-18 00:02:43 +01:00
Jordi Boggiano 8969f8062a
Update baseline (1739, 93) 2022-12-17 23:14:48 +01:00
PrinsFrank 6d1b36be3b
Check missing-from-lock-file required packages when running install and fail when there are any () 2022-12-16 16:48:24 +01:00
Jordi Boggiano 6c85b875f2
Update to PHPStan 1.9 2022-11-03 21:53:42 +01:00
Jordi Boggiano 923ff98ea0
Update phpstan 2022-10-26 11:23:50 +02:00
Jordi Boggiano 69d316d1e6 Update baseline (1838, 95) 2022-10-12 09:19:36 +02:00
Jordi Boggiano 21045b942e
Fix type errors and update baseline (1854, 99) 2022-09-14 10:50:52 +02:00
Ondrej Mirtes 9bb436ec28
Update PHPStan 2022-09-01 21:51:49 +02:00
Jordi Boggiano c4d8061ebf
Update baseline 2022-08-17 15:09:30 +02:00
Jordi Boggiano 131da999ac
Fix CS () 2022-08-17 14:20:07 +02:00
Jordi Boggiano 037b11e35f
Update baseline (1894, 99) 2022-08-16 16:06:56 +02:00
Thomas Lüder 41d6467b3b
Added token refresh for GitLab to support GitLab 15+ ()
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2022-08-16 13:34:18 +02:00
Jordi Boggiano 1812862d5e
Update phpstan to latest, update baseline (1909, 103) 2022-06-30 17:07:18 +02:00
Jordi Boggiano 8c9f82dc1e
Move security advisory loading to repositories, allows others to provider them and reduces load on packagist.org for summary advisory reports 2022-06-24 16:26:57 +02:00
Guy Sartorelli d93239ddd9
Add audit command to check for security issues ()
Closes 
2022-06-22 15:15:01 +02:00
Jordi Boggiano 53680afb85
Merge branch '2.3' into main 2022-06-22 13:09:06 +02:00
Jordi Boggiano bad3eb2cd9
Update deps, update baseline (1958, 103) 2022-06-22 09:49:09 +02:00
Jordi Boggiano 203ec4b485
Update baseline (1947, 103) 2022-06-08 15:07:38 +02:00
Jordi Boggiano cb76394800
Merge branch '2.2' into 2.3 2022-06-06 16:34:34 +02:00