guzzle / guzzle

Guzzle, an extensible PHP HTTP client

Home Page:https://docs.guzzlephp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency "deprecation-contracts" PHP version 8.1 and up

sitenzo opened this issue · comments

Guzzle version(s) affected: 7.5 and up
PHP version: 8.0.9

Description
symfony/deprecation-contracts (v3.3.0) dependency is only php 8.1 and up. and not 8.*

How to reproduce
Create following composer.json

{
    "require": {
        "guzzlehttp/guzzle": "^7.7"
    },
    "platform": {
        "php": "8.0.9"
    }
}

Additional context

If you try the example, you will see v3.0.2 is installed, which works on 8.0.9.