giorgiopogliani / twig-components

Twig components inspired from blade components
MIT License
71 stars 16 forks source link

Fix compatibility issue with PHP 8.2 array access function signature. #21

Closed ryanscherler closed 1 year ago

ryanscherler commented 1 year ago

This is an amazing addition to Twig bringing the greatness of Blade style components! Thanks so much. Here's just a quick fix to add a missing signature for arrayAccess on the component attribute bag.

ryanscherler commented 1 year ago

Thanks @giorgiopogliani !

Can you tag a release so Packagist updates with this latest PR?