dmitryd / dd_deepl

3 stars 10 forks source link

TYPO3 11.5 with php 7.4 support #46

Open opaque01 opened 6 days ago

opaque01 commented 6 days ago

Hello I tried to install this extension with composer for TYPO3 7.5.36:

$ composer req dmitryd/dd-deepl ^11.0.0
./composer.json has been updated
Running composer update dmitryd/dd-deepl
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - dmitryd/dd-deepl[v11.0.0, ..., v11.2.2] require php >=8.0.0,<8.2.0 -> your php version (7.4.33) does not satisfy that requirement.
    - dmitryd/dd-deepl[v11.3.0, ..., v11.5.0] require php >=8.0.0,<8.3.0 -> your php version (7.4.33) does not satisfy that requirement.
    - dmitryd/dd-deepl[v11.6.0, ..., 11.6.1] require php >=8.1.0,<8.4.0 -> your php version (7.4.33) does not satisfy that requirement.
    - Root composer.json requires dmitryd/dd-deepl ^11.0.0 -> satisfiable by dmitryd/dd-deepl[v11.0.0, ..., 11.6.1].

Is there also a version which will work with php 7.

Thanks in advance opaque