Skip to content

Commit ccb255d

Browse files
committed
Updated README
1 parent 6968267 commit ccb255d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# AWS Service Provider for Laravel 4
22

3+
[![Latest Stable Version](https://poser.pugx.org/aws/aws-sdk-php-laravel/v/stable.png)](https://packagist.org/packages/aws/aws-sdk-php-laravel)
4+
[![Total Downloads](https://poser.pugx.org/aws/aws-sdk-php-laravel/downloads.png)](https://packagist.org/packages/aws/aws-sdk-php-laravel)
5+
36
A simple [Laravel 4](http://four.laravel.com/) service provider for including the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php).
47

58
## Installation
69

710
The AWS Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the
8-
`aws/aws-sdk-php-laravel` package and setting the `minimum-stability` to `dev` (required for Laravel 4) in your
9-
project's `composer.json`.
11+
`aws/aws-sdk-php-laravel` package in your project's `composer.json`.
1012

1113
```json
1214
{
1315
"require": {
14-
"laravel/framework": "4.0.*",
1516
"aws/aws-sdk-php-laravel": "1.*"
16-
},
17-
"minimum-stability": "dev"
17+
}
1818
}
1919
```
2020

0 commit comments

Comments
 (0)