Skip to content

Commit 8b37508

Browse files
committed
Fixing readme link, fixing PSR-4 issue
1 parent 9c0ed0b commit 8b37508

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ Amazon Bundle
33

44
This 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

188
1. 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"autoload": {
3232
"psr-4": {
33-
"Uecode\\Bundle\\AmazonBundle": "src/"
33+
"Uecode\\Bundle\\AmazonBundle\\": "src/"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)