File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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+
36A 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
710The 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
You can’t perform that action at this time.
0 commit comments