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

Commits on Mar 19, 2023

  1. [BUGFIX] Require PHP version in ext_emconf.php

    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
    andreaskienast committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7a16e80 View commit details
    Browse the repository at this point in the history
  2. Update ext_emconf.php

    As Ext and TYPO3 v11 support PHP 8.2, this should be able in ext_emconf, too
    calien666 authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a6d83ed View commit details
    Browse the repository at this point in the history