fnagel / generic-gallery

TYPO3 extension: Generic Gallery - One gallery to rule them all!
https://extensions.typo3.org/extension/generic_gallery/
GNU General Public License v3.0
7 stars 12 forks source link

PHP 7.4 Support #30

Closed PatrickKalka-SeriousByte closed 3 years ago

PatrickKalka-SeriousByte commented 4 years ago

I've was confronted with the error

requires php >=5.4.0,<7.1 -> your PHP version (7.4.5) overridden by "config.platform.php" version (7.4) does not satisfy that requirement.

fnagel commented 4 years ago

Seems you are using an outdated version (as 4.2.0 works with PHP 7.3, see https://github.com/fnagel/generic-gallery/blob/master/composer.json#L22) but you're right: PHP 7.4 is not officially supported yet.

Anyway, which PHP version are you actually using? If its PHP 7.4 you could try to configure config.platform.php to 7.3 and do some testing. I'm pretty sure the extension should work without issues. If so, I'm willing to push a compatible patch version soon.

fnagel commented 4 years ago

Any feedback on this issue?