overtrue / phplint

:bug: A tool that can speed up linting of php files by running several lint processes at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release workflow was broken

llaville opened this issue · comments

Release workflow was broken since last run for version 5.3.0

> Run composer config minimum-stability dev && composer require humbug/box:^3.13 --dev
./composer.json has been updated
Running composer update humbug/box
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - humbug/box[3.13.0, ..., 3.16.0] require symfony/finder ^4.4 || ^5.2 -> found symfony/finder[v4.4.0-BETA1, ..., 4.4.x-dev, v5.2.0-BETA1, ..., 5.4.x-dev] but it conflicts with your root composer.json require (^6.0).
    - Root composer.json requires humbug/box ^3.13 -> satisfiable by humbug/box[3.13.0, ..., 3.16.0].

Error: Your requirements could not be resolved to an installable set of packages.

Incompatibility between dependencies on PHP 8.1 platform.

Suggestion is to allow symfony/* components on v5.0 to be able to install a humbug/box v3 compatible with PHP 8.1

@overtrue if you've time to review my patch already applied on branch 8.1 only !

@llaville It's good, Thanks.