collectiveaccess / pawtucket2

Pawtucket Improved
GNU General Public License v3.0
82 stars 75 forks source link

Dependencies from laminas Locked to PHP 7.4 through 8.1 #114

Open miqrogroove opened 2 weeks ago

miqrogroove commented 2 weeks ago

This is something to track regarding PHP 8.3 compatibility with branch dev/php8.

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
    - laminas/laminas-escaper is locked to version 2.12.0 and an update of this package was not requested.
    - laminas/laminas-escaper 2.12.0 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.11) does not satisfy that requirement.
  Problem 2
    - laminas/laminas-zendframework-bridge is locked to version 1.6.1 and an update of this package was not requested.
    - laminas/laminas-zendframework-bridge 1.6.1 requires php >=7.4, <8.2 -> your php version (8.3.11) does not satisfy that requirement.
  Problem 3
    - laminas/laminas-escaper 2.12.0 requires php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.11) does not satisfy that requirement.
    - phpoffice/phpword 0.18.3 requires laminas/laminas-escaper ^2.2 -> satisfiable by laminas/laminas-escaper[2.12.0].
    - phpoffice/phpword is locked to version 0.18.3 and an update of this package was not requested.