RebelCode / wp-rss-aggregator

WP RSS Aggregator - an RSS feed import solution for WordPress
14 stars 8 forks source link

Issue with PHP 8.2 #32

Open JohanDeLijser opened 1 year ago

JohanDeLijser commented 1 year ago

When trying to activate the plugin on a website using 8.2 I get multiple Declaration compatibility issues from vendor packages.

Declaration of Dhii\Di\CompositeContainer::has($id) must be compatible with Psr\Container\ContainerInterface::has(string $id): bool

When will the plug-in be compatible with PHP 8.2?

JohanDeLijser commented 1 year ago

Any progress so far with the PHP 8.2 compatibility?