Why are you using outdated Pimple?
-
Hi, I upgraded to php 8.1, and now I’m getting the following error: Deprecated: Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in?/var/www/html/wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php?on line?133
Upon looking at your composer.json, you are using “pimple/pimple”: “3.2.3.*” Why? It seems that their version 3.5.0 addresses this problem: https://github.com/silexphp/Pimple/blob/main/CHANGELOG
The page I need help with: [log in to see the link]
- The topic ‘Why are you using outdated Pimple?’ is closed to new replies.