Juliette

Results 605 issues of 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...

dependencies

### 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...

github_actions

PRs to cherrypick into the next 2.0.x release (if there will be one): - [ ] #1018 - [ ] #1021 - [ ] #1022

Type: meta

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

Type: documentation
Type: testing/chores/QA

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...

Type: testing/chores/QA

... and some other minor tweaks.

Type: documentation

This constant needs to be updated regularly and having to search for it is getting annoying.

Type: testing/chores/QA

### 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...

Type: meta

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...

Type: testing/chores/QA
Component: Transports
Status: help wanted
Type: bug

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...