Skip to content

Commit f9ad129

Browse files
authored
Add Laravel 8 support (#191)
* Add Laravel 8 to Composer * Update composer.json * Update .travis.yml * Update .travis.yml * Update README.md * Upgrade dev dependancies * Update composer.json
1 parent 89c9f1f commit f9ad129

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,21 @@ matrix:
2828
- php: 7.3
2929
env: LARAVEL="^6.0" LUMEN="^6.0"
3030
- php: 7.3
31-
env: LARAVEL="^7.0" LUMEN="^7.0@dev"
31+
env: LARAVEL="^7.0" LUMEN="^7.0"
32+
- php: 7.3
33+
env: LARAVEL="^8.0" LUMEN="^8.0@dev"
3234
- php: 7.4
3335
env: LARAVEL="^6.0" LUMEN="^6.0"
3436
- php: 7.4
35-
env: LARAVEL="^7.0" LUMEN="^7.0@dev"
37+
env: LARAVEL="^7.0" LUMEN="^7.0"
38+
- php: 7.4
39+
env: LARAVEL="^8.0" LUMEN="^8.0@dev"
3640
- php: nightly
3741
env: LARAVEL="^6.0" LUMEN="^6.0"
3842
- php: nightly
39-
env: LARAVEL="^7.0" LUMEN="^7.0@dev"
43+
env: LARAVEL="^7.0" LUMEN="^7.0"
44+
- php: nightly
45+
env: LARAVEL="^8.0" LUMEN="^8.0@dev"
4046

4147
before_install:
4248
- echo "memory_limit=3G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Service Provider for Laravel 5/6/7
1+
# AWS Service Provider for Laravel 5/6/7/8
22

33
[![@awsforphp on Twitter](http://img.shields.io/badge/twitter-%40awsforphp-blue.svg?style=flat)](https://twitter.com/awsforphp)
44
[![Build Status](https://img.shields.io/travis/aws/aws-sdk-php-laravel.svg)](https://travis-ci.org/aws/aws-sdk-php-laravel)
@@ -14,7 +14,7 @@ PHP and Laravel 5.1.
1414

1515
**Major Versions:**
1616

17-
* **3.x** (YOU ARE HERE) - For `laravel/framework:~5.1|~6.0|~7.0` and `aws/aws-sdk-php:~3.0`
17+
* **3.x** (YOU ARE HERE) - For `laravel/framework:~5.1|~6.0|~7.0|~8.0` and `aws/aws-sdk-php:~3.0`
1818
* **2.x** ([2.0 branch](https://github.com/aws/aws-sdk-php-laravel/tree/2.0)) - For `laravel/framework:5.0.*` and `aws/aws-sdk-php:~2.4`
1919
* **1.x** ([1.0 branch](https://github.com/aws/aws-sdk-php-laravel/tree/1.0)) - For `laravel/framework:4.*` and `aws/aws-sdk-php:~2.4`
2020

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "aws/aws-sdk-php-laravel",
33
"homepage": "http://aws.amazon.com/sdkforphp2",
4-
"description": "A simple Laravel 5/6/7 service provider for including the AWS SDK for PHP.",
5-
"keywords": ["laravel", "laravel 5", "laravel 6", "laravel 7", "aws", "amazon", "sdk", "s3", "ec2", "dynamodb"],
4+
"description": "A simple Laravel 5/6/7/8 service provider for including the AWS SDK for PHP.",
5+
"keywords": ["laravel", "laravel 5", "laravel 6", "laravel 7", "laravel 8", "aws", "amazon", "sdk", "s3", "ec2", "dynamodb"],
66
"type":"library",
77
"license":"Apache-2.0",
88
"authors":[
@@ -14,11 +14,11 @@
1414
"require": {
1515
"php": ">=5.5.9",
1616
"aws/aws-sdk-php": "~3.0",
17-
"illuminate/support": "^5.1 || ^6.0 || ^7.0"
17+
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^4.0 || ^5.0",
21-
"vlucas/phpdotenv": "^1.0 || ^2.0 || ^3.0 || ^4.0"
21+
"vlucas/phpdotenv": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0"
2222
},
2323
"suggest": {
2424
"laravel/framework": "To test the Laravel bindings",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy