Releases: aws/aws-sdk-php-laravel
Releases · aws/aws-sdk-php-laravel
1.1.1
- Updated default module config file to make it more compatible with environment credentials
1.1.0
- Added package-level config that can be published with Artisan
- Updated config loading logic to support package-level config
- Updated config loading logic to support AWS SDK for PHP config files via the
config_file
key - Updated code, tests, and the README to support the config refactoring
- This module is now following semver
1.0.4
- Added support for the AWS facade
- Updated
composer.json
to require only specific components of Laravel - Updated
composer.json
to require version 2.2+ of the AWS SDK for PHP
1.0.3
- Update Composer dependencies to work with newer version of the AWS SDK for PHP and Laravel
1.0.2
- Fixed an issue with config retrieval
1.0.1
- Improved usage instructions in the README
- Fixed logic for retrieving Laravel version
1.0.0
- Initial Release