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

Provide PHP 8.1 support #7

Merged
merged 3 commits into from
Sep 2, 2021

Conversation

weierophinney
Copy link
Member

This patch provides PHP 8.1 support, by performing the following actions:

  • Updates the PHP constraint to include ~8.1.0
  • Modifies how replacement of zend-loader occurs:
    • Removes the requirement on laminas-zendframework-bridge
    • Removes the "replace" definition for zend-loader
    • Adds a "conflict" definition for all versions of zend-loader
  • Updates to the laminas-coding-standard 2.2 ruleset and applies it

- Adds 8.1 to list of PHP constraints
- Modifies how package replaces zend-loader:
  - Changes "replace" section to "conflict", and changes zend-loader constraint in that section to "*"
  - Removes laminas-zendframework-bridge as requirement
- Bumps laminas-coding-standard to 2.2 series

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Also removes file-level docblocks

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@weierophinney weierophinney added this to the 2.8.0 milestone Sep 2, 2021
…ator

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
@Ocramius Ocramius self-assigned this Sep 2, 2021
@Ocramius Ocramius mentioned this pull request Sep 2, 2021
@Ocramius Ocramius merged commit d0589ec into laminas:2.8.x Sep 2, 2021
@weierophinney weierophinney deleted the feature/php-8.1-support branch September 2, 2021 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants