internetztube / craft-element-relations

Shows all relations of an element.
https://plugins.craftcms.com/element-relations
Other
2 stars 5 forks source link

Allow illuminate/collections ^9.0 support #24

Closed adrienne closed 2 years ago

adrienne commented 2 years ago

Currently the plugin can't be installed on PHP 8 because of the composer requirement for illuminate/collections -- adding ^9.0 as a possibility will fix the problem.

internetztube commented 2 years ago

Which version are you using? In 2.0.0, illuminate/collections is no longer a dependency. https://github.com/internetztube/craft-element-relations/blob/2.x/composer.json#L24-L26

internetztube commented 2 years ago

I assume you're using 1.x. In 1.3.8 illuminate/collections ^9.0 is now also allowed as a dependency.

adrienne commented 2 years ago

@internetztube yeah, sorry, 1.x version because we're still on Craft 3.