Skip to content

Commit 9833103

Browse files
committed
Clarifying different version on README
1 parent 7e3a914 commit 9833103

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
This is a simple [Laravel](http://laravel.com/) service provider for making it easy to include the official
1010
[AWS SDK for PHP](https://github.com/aws/aws-sdk-php) in your Laravel and Lumen applications.
1111

12-
The master branch of this repository and this README are for version 3.x of the service provider, which is implemented
13-
to work with Version 3 of the AWS SDK for PHP and Laravel 5.1+.
12+
This README is for version 3.x of the service provider, which is implemented to work with Version 3 of the AWS SDK for
13+
PHP and Laravel 5.1.
1414

15-
Past Versions:
15+
**Major Versions:**
1616

17-
* [2.0 branch](https://github.com/aws/aws-sdk-php-laravel/tree/2.0) - For Laravel 5.0 and Version 2 of the AWS SDK for PHP
18-
* [1.0 branch](https://github.com/aws/aws-sdk-php-laravel/tree/1.0) - For Laravel 4.x and Version 2 of the AWS SDK for PHP
17+
* **3.x** (YOU ARE HERE) - For `laravel/framework:~5.1` and `aws/aws-sdk-php:~3.0`
18+
* **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`
19+
* **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`
1920

2021
## Installation
2122

0 commit comments

Comments
 (0)