edalzell / statamic-forma

Give your Statamic addons a beautiful CP configuration page
MIT License
8 stars 4 forks source link

Added the other PHP versions that Laravel 9 supports #16

Closed BrandonOldenhof closed 1 year ago

BrandonOldenhof commented 1 year ago

Hello!

Just a small PR here to re-allow PHP8.0 & PHP8.1 in the composer.json. Both versions are allowed according to the Laravel 9 docs.

PS: I'm open to removing PHP8.0 but I just thought I'd include it because the docs mention it.

BrandonOldenhof commented 1 year ago

@edalzell could you have a look at this PR please? 😄

Here's the link to a table in the Laravel docs that shows Laravel versions & PHP versions: https://laravel.com/docs/10.x/releases#support-policy

image
afonic commented 1 year ago

I agree with this PR, especially since Statamic 4 supports PHP 8.1 and this package is often used in other packages that need to support it as well.

Thanks for Forma @edalzell !

edalzell commented 1 year ago

Yup I'll get to this this week, thanks for this!

edalzell commented 1 year ago

Did this in #17