gantry / gantry5

:rocket: Next Generation Template / Theme Framework

Home Page:http://gantry.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Warnings in Pimple Library Used by Gantry 5 in Joomla 4

EJBJane opened this issue · comments

commented

I've been encountering deprecation warnings related to the Pimple library that's bundled with Gantry 5. The specific warnings are as follows:

File: /usr/www/users/xxx/en/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php

Line: 133
Warning: The offsetExists() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.
File: /usr/www/users/xxx/en/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php

Line: 98
Warning: The offsetGet() method of the Pimple\Container class has a return type that is not compatible with the ArrayAccess interface. This can lead to issues in future PHP versions.

While I realize these are just deprecation warnings and don't cause immediate issues, I love a clean PHP error log.
Thank you for your assistance!

Hello,
Can you try this Gantry build https://gantry5.s3.amazonaws.com/nightly/joomla-pkg_gantry5_develop.zip? Let me know if warning is gone.