franzholz / static_info_tables_de

German language pack for the TYPO3 Extension static_info_tables
5 stars 17 forks source link

Not compatible with TYPO3 12.4 due to jambagecom/addons-em #25

Closed dmitryd closed 1 year ago

dmitryd commented 1 year ago

The ext is listed as compatible with 12.4 but it has a dependency on jambagecom/addons-em:0.6.0, which is not compatible with 12.4. Result:

$ composer update -a -n --no-dev -W
Gathering patches from patch file.
Loading composer repositories with package information                                                                                                                                                                                                                                                                                                     Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - jambagecom/addons-em v0.6.0 requires typo3/cms-core ^9.5 || ^10.4 || ^11.5 -> found typo3/cms-core[v9.5.0, ..., 9.5.x-dev, v10.4.0, ..., 10.4.x-dev, v11.5.0, ..., 11.5.x-dev] but it conflicts with your root composer.json require (^12.4).
    - universities/scholarships 12.0.0 requires jambagecom/static-info-tables-de * -> satisfiable by jambagecom/static-info-tables-de[v6.9.0, v6.9.1].
    - jambagecom/static-info-tables-de[v6.9.0, ..., v6.9.1] require jambagecom/addons-em ^0.6 -> satisfiable by jambagecom/addons-em[v0.6.0].
    - Root composer.json requires universities/scholarships ^12 -> satisfiable by universities/scholarships[12.0.0].

Not installable.

dmitryd commented 1 year ago

Thank you very much!