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

remove PHP 7.4 support after mezzio 3.12 in Admin V4 #126

Closed
arhimede opened this issue Oct 11, 2022 · 1 comment
Closed

remove PHP 7.4 support after mezzio 3.12 in Admin V4 #126

arhimede opened this issue Oct 11, 2022 · 1 comment
Assignees

Comments

@arhimede
Copy link
Member

composer.json
"php": "~7.4.0 || ~8.0.0 || ~8.1.0", -> "php": "~8.0.0 || ~8.1.0 || ~8.2.0",

"mezzio/mezzio": "^3.11.0", -> "mezzio/mezzio": "^3.13.0",

@MarioRadu
Copy link
Member

Dropped support for PHP 7.4 in #131. The only remaining things here are to update mezzio/mezzio to 3.13.0 and add support for PHP 8.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants