-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merge release 3.3.0 into 4.0.x #82
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the CHANGELOG.md file to add a changelog entry for a new 3.2.1 version.
init_autoloader.php is no longer part of this package
Signed-off-by: Gary Lockett <[email protected]>
Add GHA CI workflow
Signed-off-by: Andi Rückauer <[email protected]>
Signed-off-by: Aleksei Khudiakov <[email protected]>
Remove file headers
- Add `~8.1.0` to list of allowed PHP versions - Update dependencies to constraints known to work with PHP 8.1 where possible - Change how the package replaces zend-mvc: - Rename "replace" section to "conflict" - Change "zend-mvc" constraint in that section to "*" - Remove "laminas-zend-framework-bridge" as a dependency Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Also enables the flag to throw exceptions for deprecrations, which now defaults to off since 9.5.10; we want the old behavior so we can detect deprecations early. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Required, as the laminas-psr7bridge does not yet support 8.1 officially. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Provide PHP 8.1 support
See #97 - closing here meanwhile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 3.3.0
Feature release (minor)
3.3.0
Enhancement
81: Provide PHP 8.1 support thanks to @weierophinney
80: Remove file headers thanks to @arueckauer
79: Remove file headers thanks to @arueckauer
74: Add GHA CI workflow thanks to @internalsystemerror
Documentation