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

[BUGFIX] Require PHP version in ext_emconf.php #171

Merged
merged 2 commits into from
Mar 19, 2023

Conversation

andreaskienast
Copy link
Contributor

EXT: wv_deepltranslate requires at least PHP 7.4, as stated in its composer.json file. However, if the TYPO3 instance is a non-Composer-based installation, the extension will be installed regardless of the used PHP version, leading to hard crashes.

To catch this case, the PHP version constraint is added to ext_emconf.php.

Fixes: #170

andreaskienast and others added 2 commits March 19, 2023 12:21
EXT: wv_deepltranslate requires at least PHP 7.4, as stated in its
`composer.json` file. However, if the TYPO3 instance is a
non-Composer-based installation, the extension will be installed
regardless of the used PHP version, leading to hard crashes.

To catch this case, the PHP version constraint is added to
`ext_emconf.php`.

Fixes: web-vision#170
As Ext and TYPO3 v11 support PHP 8.2, this should be able in ext_emconf, too
@calien666
Copy link
Member

calien666 commented Mar 19, 2023

Thanks for your work, as we have overlooked this. I changed to PHP 8.2, as we support this, too. After checks have passed, the PR will be merged

@calien666 calien666 merged commit 1253829 into web-vision:master Mar 19, 2023
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.

Extension breaks installation in non-Composer mode
2 participants