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

Support for PHP 8.1, 8.2 and 8.3 #37

Open
matthewpallotta opened this issue Mar 31, 2024 · 0 comments
Open

Support for PHP 8.1, 8.2 and 8.3 #37

matthewpallotta opened this issue Mar 31, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@matthewpallotta
Copy link

Bug Report

Q A
Version(s) 2.4.0

Summary

Attempting to install via composer, running PHP 8.1+

Current behavior

Problem 1
- Root composer.json requires laminas-api-tools/api-tools-doctrine 2.4.0 -> satisfiable by laminas-api-tools/api-tools-doctrine[2.4.0].
- laminas-api-tools/api-tools-doctrine 2.4.0 requires php ^7.3 || ~8.0.0 -> your php version (8.1.13) does not satisfy that requirement.

How to reproduce

Run PHP 8.1+ and run composer require laminas-api-tools/api-tools-doctrine waiting project root.

Expected behavior

Package to install without PHP version error.

@matthewpallotta matthewpallotta added the Bug Something isn't working label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant