fullpipe / twig-webpack-extension

Inject your webpack entry points into twig templates with easy.
MIT License
51 stars 14 forks source link

PHP 8.2 support #37

Closed ldebrouwer closed 5 months ago

ldebrouwer commented 1 year ago

The current version 4.0.1 currently throws at least one deprecation warning when being run under PHP 8.2.

Deprecated: Creation of dynamic property Fullpipe\TwigWebpackExtension\WebpackExtension::$manifestFile is deprecated in /var/www/html/vendor/fullpipe/twig-webpack-extension/src/Fullpipe/TwigWebpackExtension/WebpackExtension.php on line 18

There's no need for this property to be created on the fly, and it should be a straightforward fix.