jonassiewertsen / statamic-oh-dear

A Oh Dear integration for Statamic v3. Check your monitored uptime, SSL certificates, mixed content and broken links easily from your Statamic control panel.
7 stars 4 forks source link

Add Laravel 9 support #9

Closed jonassiewertsen closed 1 year ago

FlorianMoser commented 1 year ago

Maybe it's enough to just bump the illuminate/support version?

"illuminate/support": "^7.0 || ^8.0 || ^9.0"

Because the addon currently can't be installed on current Statamic versions.

jonassiewertsen commented 1 year ago

That might be enough @FlorianMoser

I am not using this addon activly at the moment.

Can you test if it works as expected? I will happily create a new version if you can confirm that ☺️

FlorianMoser commented 1 year ago

Thanks, @jonassiewertsen

I downloaded the addon and installed it as a local Composer package. It worked, as soon as I added

"illuminate/support": "^7.0 || ^8.0 || ^9.0"

to your composer.json file. I also checked the 5 pages plus the widget of the addon in the Statamic backend, and it all seems to work perfectly.

So a new release would be great 😎

jonassiewertsen commented 1 year ago

Thanks for testing.

There you go: https://github.com/jonassiewertsen/statamic-oh-dear/releases/tag/v1.8.0

Let me know if something seems off.

FlorianMoser commented 1 year ago

I was just able to deploy the site successfully with the addon. Thanks, @jonassiewertsen !

jonassiewertsen commented 1 year ago

I was just able to deploy the site successfully with the addon. Thanks, @jonassiewertsen !

Great to hear πŸš€