Juliette
Juliette
In some cases, CI could currently fail with `dependencies = lowest` due to the PHPUnit version being installed not being compatible with the PHP version on which the tests are...
### GH Actions: move PHPCompatibility check to separate job As things were, the PHP 7.4 build could unexpectedly fail on a PHPCompatibility issue. This violates the principle of least surprise...
PRs to cherrypick into the next 2.0.x release (if there will be one): - [ ] #1018 - [ ] #1021 - [ ] #1022
As of phpDocumentor 3.9.0, the recommended PHP version to run phpDocumentor on is PHP 8.4. Ref: https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.9.0
This moves the clover code coverage config from the composer script to the `phpunit[10].xml.dist` config files. It also moves the default location for the file from the project root to...
This constant needs to be updated regularly and having to search for it is getting annoying.
### Setting the scene At this time, Requests is compatible with PHP **5.6+**, **7.x**, and **8.x** This is a very wide range and is a compatibility span of more than...
PR #967 has marked the `Transport\Curl\BaseTestCase::testRevokedHTTPS()` test(s) as skipped as the tests were failing. First off, the original URL we were using - `https://testssl-revoked.disig.sk/index.en.html` - no longer worked. This was...
The PHP 8.4 polyfills have a minimum supported PHP version of PHP 7.2. In the polyfill code for the `Deprecated` attribute uses `readonly` properties, which are only available in PHP...