archtechx / virtualcolumn

Eloquent Virtual Column package.
MIT License
72 stars 12 forks source link

Support Laravel 9 #8

Closed abrardev99 closed 2 years ago

abrardev99 commented 2 years ago

This PR add the support for Laravel 9, plus added the check script and phpcsfixer support.

stancl commented 2 years ago

You can remove L7 now. I think it's deprecated, so we can simplify the build and composer file 👍🏻

abrardev99 commented 2 years ago

You can remove L7 now. I think it's deprecated, so we can simplify the build and composer file 👍🏻

I removed L7 from both composer and CI.

stancl commented 2 years ago

Looks good 👍🏻 Thanks!