evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

Composer dependency Issue in TYPO3 v12 #57

Closed KaiGrosz closed 2 weeks ago

KaiGrosz commented 2 weeks ago

Hello,

if I install the Extension in TYPO3 v12, there is an composer error like:

Problem 1

He want to require the package sjbr/static-info-tables in dev-master, thats TYPO3 v13 now, thats why the composer detects the requirements. To Fix this i think we have to change the composer.json in the 7.x Branch:

composer.json:51 "sjbr/static-info-tables": "^12.4.4",

Thank u very much.

Cheers

garbast commented 2 weeks ago

With release 7.1.2 the extension static_info_tables is only suggested.