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

Laravel 9 Support #207

Closed tanghengzhi closed 2 years ago

tanghengzhi commented 2 years ago

Issue #, if available: #206

Description of changes: Laravel 9 Support

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

tanghengzhi commented 2 years ago

Since the update of phpuni/phpunit to ^9.0 starting with Laravel 8.0 is a breaking change, we should consider updating the minimum supported php version to 7.1 and the minimum supported laravel framework version to 5.6.

Maybe a major version upgrade is needed?