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

PHP 8.1 support by requiring PHP 7.4 or up #811

Merged
merged 5 commits into from
Apr 9, 2022
Merged

Conversation

mnapoli
Copy link
Member

@mnapoli mnapoli commented Apr 9, 2022

Fixes #791

Apply #808 but up to PHP 7.4, we've been stuck for too long.

Let see if we can get the build to be green.

@mnapoli mnapoli force-pushed the fix/php-81-serializable branch 2 times, most recently from 03a0358 to fd5be5f Compare April 9, 2022 15:32
@mnapoli mnapoli changed the title Switch closure serializer for PHP 8.1 support PHP 8.1 support by requiring PHP 7.4 or up Apr 9, 2022
@mnapoli mnapoli force-pushed the fix/php-81-serializable branch 5 times, most recently from 1a5d64d to 23de2fc Compare April 9, 2022 15:41
@mnapoli mnapoli merged commit ae0f1b3 into master Apr 9, 2022
@mnapoli mnapoli deleted the fix/php-81-serializable branch April 9, 2022 16:46
@@ -1,5 +1,9 @@
# Change log

## 6.1.0

- [#791](https://github.com/PHP-DI/PHP-DI/issues/791) Support PHP 8.1, remove support for PHP 7.2
Copy link
Contributor

Choose a reason for hiding this comment

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

PHP < 7.4 (it was both 7.2 and 7.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

php 8.1 support with opis/closure:4.x-dev
2 participants