martin-helmich / typo3-typoscript-lint

Find coding errors in your TypoScript files.
MIT License
82 stars 19 forks source link

Support PHP 8.1 #129

Closed linawolf closed 2 years ago

linawolf commented 2 years ago

As TYPO3 12.0 dropped support for PHP 8.0

oliverklee commented 2 years ago

PHP 8.1 already is supported as ^8.0 includes 8.1, 8.2 etc.: https://getcomposer.org/doc/articles/versions.md#caret-version-range-

martin-helmich commented 2 years ago

As mentioned in https://github.com/martin-helmich/typo3-typoscript-lint/issues/129#issuecomment-1249245893, PHP 8.1 is supported, and this project is regularly tested against 8.1 since https://github.com/martin-helmich/typo3-typoscript-lint/pull/123. If I'm not mistaken, no further action should be required on this one.