Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages do not support PHP 8.3 #930

Closed
bagofarms opened this issue Jan 3, 2024 · 0 comments · Fixed by #933
Closed

Packages do not support PHP 8.3 #930

bagofarms opened this issue Jan 3, 2024 · 0 comments · Fixed by #933
Assignees
Labels

Comments

@bagofarms
Copy link
Member

Packages need to be updated to support PHP 8.3. Here is the specific error message from GitHub Actions:

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

  Problem 1
    - laminas/laminas-code is locked to version 4.11.0 and an update of this package was not requested.
    - laminas/laminas-code 4.11.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.1) does not satisfy that requirement.
  Problem 2
    - mpdf/mpdf is locked to version v8.1.6 and an update of this package was not requested.
    - mpdf/mpdf v8.1.6 requires php ^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.1) does not satisfy that requirement.
  Problem 3
    - laminas/laminas-code 4.11.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.1) does not satisfy that requirement.
    - friendsofphp/proxy-manager-lts v1.0.16 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.11.0].
    - friendsofphp/proxy-manager-lts is locked to version v1.0.16 and an update of this package was not requested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants