File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AWS Service Provider for Laravel 4
2
2
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
+
3
6
A simple [ Laravel 4] ( http://four.laravel.com/ ) service provider for including the [ AWS SDK for PHP] ( https://github.com/aws/aws-sdk-php ) .
4
7
5
8
## Installation
6
9
7
10
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 ` .
10
12
11
13
``` json
12
14
{
13
15
"require" : {
14
- "laravel/framework" : " 4.0.*" ,
15
16
"aws/aws-sdk-php-laravel" : " 1.*"
16
- },
17
- "minimum-stability" : " dev"
17
+ }
18
18
}
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments