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

TASK: Remove code related to PHP < 8.2 #3329

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

robertlemke
Copy link
Member

Code supporting backwards-compatibility with PHP versions earlier than 8.2 were removed, since the minimum required version for Flow is 8.2.

Resolves #3085

Code supporting backwards-compatibility with PHP versions earlier than 8.2 were removed, since the minimum required version for Flow is 8.2.

Resolves neos#3085
@robertlemke robertlemke merged commit 73c10e5 into neos:9.0 Mar 13, 2024
7 checks passed
@robertlemke robertlemke deleted the task/remove-php7-code branch March 13, 2024 15:32
robertlemke added a commit that referenced this pull request Jun 17, 2024
TASK: Remove code related to PHP < 8.2
(cherry picked from commit 73c10e5)

# Conflicts:
#	Neos.Flow/Classes/ObjectManagement/CompileTimeObjectManager.php
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.

TASK: Remove dead code (if (PHP_MAJOR_VERSION >= 8))
3 participants