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

Drop PHP 7 support, add PHP 8.2 support #14

Merged

Conversation

weierophinney
Copy link
Contributor

Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA yes

Description

This patch adds support for PHP 8.2, and drops support for PHP 7.

- Adds support for php 8.2
- Drops support for PHP 7

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
- Remove aliases for legacy ZF classes. Since we no longer use the laminas-zendframework-bridge, they are irrelevant.
- Assert that we have an MVC `Application` instance before retrieving the eventmanager and servicemanager during bootstrap.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
@weierophinney weierophinney added this to the 1.7.0 milestone Jul 11, 2023
@weierophinney weierophinney added the Enhancement New feature or request label Jul 11, 2023
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Ensures the test asset `Application` class implements the MVC `ApplicationInterface`, allowing us to test the `Module` class properly.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
@weierophinney weierophinney merged commit f175696 into laminas-api-tools:1.7.x Jul 11, 2023
@weierophinney weierophinney deleted the feature/php-8.2-support branch July 11, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant