biigle / laravel-cached-openstack

A wrapper for the OpenStack SDK that caches and renews the authentication token
MIT License
3 stars 5 forks source link

Support for Laravel 10 #3

Closed sshaik305 closed 10 months ago

sshaik305 commented 10 months ago

This is not supported for laravel 10 as dependencies like illuminate/cache ^5.1 required

mzur commented 10 months ago

Hi, thanks for your interest in this package. I'm sure that all you need is add ^10 to the supported versions in the composer.json. Would you like to test if this works and send a PR?

sshaik305 commented 10 months ago

https://github.com/biigle/laravel-cached-openstack/pull/4