highsidelabs / laravel-spapi

A Laravel wrapper for the Selling Partner API.
https://highsidelabs.co/blog/laravel-selling-partner-api
BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

Add laravel 10 compatibility #1

Closed victorbordo closed 1 year ago

victorbordo commented 1 year ago

Summary

Bump illuminate dependencies required for Laravel 10 release.

Test plan

TBD

jlevers commented 1 year ago

Everything still works 🥳 I just pushed a change that bumps the required PHP version to >=8.1, because that's the requirement of those new packages, but other than that looks good. Merging :)