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

v11 compatiblity #91

Merged
merged 8 commits into from
Apr 2, 2022
Merged

v11 compatiblity #91

merged 8 commits into from
Apr 2, 2022

Conversation

DanielSiepmann
Copy link
Contributor

@DanielSiepmann DanielSiepmann commented Feb 17, 2022

Closes: #89

Allow installation with latest LTS.

Rector didn't detect any necessary changes.

Add PHP 8.0 as supported PHP version.
Couldn't find any relation to travis, still file existed.
composer.json does not deny usage with 8.0.
TYPO3 11.5 supports 8.0.
Do not use TYPO3_MODE exclusively.
Already prepare for new constants and APIs.
This is an extension, not a project.
Projects should ensure they do not pull security issues.
Furthermore gruphp mentioned it is no longer supported.
Editing driver was not possible on large remote storages.
The method to check was adjusted to check if folder exists, instead of
fetching all files.
That does reduce execution time and memory consumption.
Add checks whether array key exists prior to accessing the key.
PHP 8.0 converted the notices to warnings.
@Kanti Kanti requested a review from Lagerregal March 15, 2022 08:12
@Lagerregal Lagerregal self-assigned this Mar 19, 2022
@Lagerregal Lagerregal closed this in e57d523 Apr 2, 2022
@Lagerregal Lagerregal merged commit 7ac951d into andersundsehr:master Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TYPO3 11 Support
2 participants