aws / aws-sdk-php-laravel

A Laravel 5+ (and 4) service provider for the AWS SDK for PHP
http://aws.amazon.com/sdkforphp/
Apache License 2.0
1.64k stars 242 forks source link

Add support for Laravel 11 #239

Closed etelford closed 4 months ago

etelford commented 5 months ago

Description

Laravel 11 is due to be released any day (it was scheduled for Feb 6). This will get ahead of the curve so this package supports Laravel 11 from day one.

I've incremented the version of Illuminate as well as PHPUnit.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Question: should it be considered to modify the version constraints to >=5.1?

etelford commented 4 months ago

@stobrien89 Laravel 11 was release yesterday. Can we get this merged?

stobrien89 commented 4 months ago

Hi @etelford,

Thanks for the contribution. I'd like to get this supported ASAP, but I'd also like to combine it with the deprecation of PHP runtimes <=7.2.5 and dropping support for Laravel 5. I plan to get started on that today. Going to hold off on merging this until I can get that PR up and the tests passing for this one.