Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 <[email protected]>
Also removes file-level docblocks

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
@weierophinney weierophinney added this to the 2.8.0 milestone Sep 2, 2021
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants