heimrichhannot / contao-input-counter-bundle

0 stars 1 forks source link

Please remove dependency "php": "^7.1" in order to enable PHP 8 support #2

Closed plorenz-etes closed 2 years ago

plorenz-etes commented 2 years ago

Context Contao version: 4.9.33 Bundle version: 1.11.2 PHP version: 8.0.22

Description Although this bundle works perfectly with PHP 8, the composer.json doesn't allow installations with versions newer than 7.4. This should be changed.

I workarounded this by installing the bundle using the --ignore-platform-reqs command line option for composer and everything works fine after installation. However, it would be much cleaner if PHP 8 could be added as an option to the requirement list :-)

koertho commented 2 years ago

Fixed in 1.1.2