Skip to content

Commit 70991a9

Browse files
committed
Merge branch 'release/v1.0.0'
2 parents 33777ea + 883627b commit 70991a9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- '7.1'
54
- '7.2'
65
- '7.3'
76
- '7.4'

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Add AWS_SESSION_TOKEN for Laravel 6, 7 and 8
22

3+
[![Latest](https://poser.pugx.org/sunaoka/laravel-aws-session-token/v)](https://packagist.org/packages/sunaoka/laravel-aws-session-token)
4+
[![License](https://poser.pugx.org/sunaoka/laravel-aws-session-token/license)](https://packagist.org/packages/sunaoka/laravel-aws-session-token)
5+
[![PHP](https://img.shields.io/packagist/php-v/sunaoka/laravel-aws-session-token)](composer.json)
6+
[![Laravel](https://img.shields.io/badge/laravel-6.x%20%7C%207.x%20%7C%208.x-red)](https://laravel.com/)
7+
[![Build](https://travis-ci.org/sunaoka/laravel-aws-session-token.svg?branch=develop)](https://travis-ci.org/sunaoka/laravel-aws-session-token)
8+
[![codecov](https://codecov.io/gh/sunaoka/laravel-aws-session-token/branch/develop/graph/badge.svg)](https://codecov.io/gh/sunaoka/laravel-aws-session-token)
9+
10+
----
11+
12+
Add AWS_SESSION_TOKEN to Laravel's AWS configuration.
13+
14+
For example, you can use `AWS_SESSION_TOKEN` (without setting `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY`) to run your Laravel application in AWS Lambda using [bref](https://bref.sh/).
15+
316
## Installation
417

518
```bash

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1.3",
14+
"php": "^7.2",
1515
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)