File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ Amazon Bundle
33
44This bundle is a semantic configuration and service provider for the AWS PHP SDK v2
55
6- ## Copyright
7-
8- Copyright (c) 2014 Underground Elephant
9-
10- ## License
11-
12- Licensed under the Apache License, Version 2.0.
13-
14- See LICENSE-2.0.txt.
15-
166## General Installation
177
1881 . Add to composer.json under ` require `
@@ -61,8 +51,19 @@ For Example
6151$cloudFront = $container->get('aws.main')->get('CloudFront');
6252```
6353
54+ ## Copyright
55+
56+ Copyright (c) 2014 Underground Elephant
57+
58+ ## License
59+
60+ Licensed under the Apache License, Version 2.0.
61+
62+ See [ LICENSE] [ 1 ] .
63+
6464
6565[ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/uecode/amazon-bundle/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
6666
6767
6868[ 0 ] : http://docs.aws.amazon.com/aws-sdk-php/guide/latest/index.html#service-specific-guides
69+ [ 1 ] : https://github.com/uecode/amazon-bundle/LICENSE
Original file line number Diff line number Diff line change 3030 },
3131 "autoload" : {
3232 "psr-4" : {
33- "Uecode\\ Bundle\\ AmazonBundle" : " src/"
33+ "Uecode\\ Bundle\\ AmazonBundle\\ " : " src/"
3434 }
3535 }
3636}
You can’t perform that action at this time.
0 commit comments