lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
131 stars 50 forks source link

chore: fix dependencies for PHP 7.4 #320

Closed kenjis closed 1 year ago

kenjis commented 1 year ago
Run composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - psr/cache is locked to version 3.0.0 and an update of this package was not requested.
    - psr/cache 3.0.0 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement.
  Problem 2
    - psr/cache 3.0.0 requires php >=8.0.0 -> your php version (7.4.33) does not satisfy that requirement.
    - doctrine/annotations 2.0.1 requires psr/cache ^1 || ^2 || ^3 -> satisfiable by psr/cache[3.0.0].
    - doctrine/annotations is locked to version 2.0.1 and an update of this package was not requested.

Error: Your lock file does not contain a compatible set of packages. Please run composer update.

https://github.com/lonnieezell/Bonfire2/actions/runs/4865517674/jobs/8675923321?pr=319