Skip to content

Releases: aws/aws-sdk-php-laravel

1.1.1

13 May 00:38
Compare
Choose a tag to compare
  • Updated default module config file to make it more compatible with environment credentials

1.1.0

04 Sep 18:28
Compare
Choose a tag to compare
  • 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

04 Sep 18:23
Compare
Choose a tag to compare
  • 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

04 Sep 18:20
Compare
Choose a tag to compare
  • Update Composer dependencies to work with newer version of the AWS SDK for PHP and Laravel

1.0.2

04 Sep 18:18
Compare
Choose a tag to compare
  • Fixed an issue with config retrieval

1.0.1

04 Sep 18:17
Compare
Choose a tag to compare
  • Improved usage instructions in the README
  • Fixed logic for retrieving Laravel version

1.0.0

04 Sep 18:12
Compare
Choose a tag to compare
  • Initial Release