TappNetwork / laravel-aws-secrets-manager

Manage environment secrets using AWS Secrets Manager.
MIT License
33 stars 20 forks source link

Laravel 10 support #25

Closed LorenzoRogai closed 1 year ago

LorenzoRogai commented 1 year ago

I updated the composer dependencies after failing CI, should be fixed now

LorenzoRogai commented 1 year ago

Working proof, currently the only limitation is on PHPUnit 9 but at least on Laravel 10 + PHPUnit 9 this can work. Also Laravel 8 on PHP 8.1 was excluded because of PHPUnit 8 using $GLOBALS in a way no longer supported

image