• Resolved mcho

    (@mcho)


    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]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why are you using outdated Pimple?’ is closed to new replies.