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 #61

Merged

Conversation

weierophinney
Copy link
Contributor

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

Description

  • Adds support for PHP 8.2
    • Bumps component dependencies to ones known to test against 8.2
  • Drops support for PHP 7
  • Adds composer.lock to .gitignore, which was not done in 175e436 and should have been

Fixes #60

- Adds support for PHP 8.2
  - Bumps component dependencies to ones known to test against 8.2
- Drops support for PHP 7
- Adds `composer.lock` to `.gitignore`, which was not done in 175e436 and should have been

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
@weierophinney weierophinney added this to the 1.9.0 milestone Jul 12, 2023
@weierophinney weierophinney added the Enhancement New feature or request label Jul 12, 2023
For newer versions of composer, as well as PHP 8.2 support.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@weierophinney weierophinney merged commit c68d6d4 into laminas-api-tools:1.9.x Jul 12, 2023
10 checks passed
@weierophinney weierophinney deleted the feature/php-8.2-support branch July 12, 2023 19:31
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.

Update to support PHP 8.2
2 participants