Skip to content

Commit ecacfde

Browse files
author
Christian Blanquera
authored
Merge pull request #9 from CradlePHP/2.2
2.2
2 parents f40d145 + 43ff862 commit ecacfde

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"require-dev": {
2222
"phpunit/phpunit": "7.0.2",
2323
"squizlabs/php_codesniffer": "3.2.3",
24-
"satooshi/php-coveralls": "2.0.0"
24+
"php-coveralls/php-coveralls": "~2.1.0"
2525
},
2626
"require": {
27-
"cradlephp/framework": "2.*",
28-
"cradlephp/composer": "dev-master"
27+
"cradlephp/framework": "~2.2.0",
28+
"cradlephp/composer": "dev-master",
29+
"aws/aws-sdk-php": "3.19.30"
2930
}
3031
}

src/template/config/services.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
'token' => '<AWS TOKEN>',
3232
'secret' => '<AWS SECRET>',
3333
'bucket' => '<S3 BUCKET>',
34-
'host' => 'https://<AWS REGION>.amazonaws.com'
34+
'host' => 'https://<AWS REGION>.amazonaws.com',
35+
'root' => '<ROOT PATH IN BUCKET OR REMOVE THIS>'
3536
],
3637
'mail-main' => [
3738
'host' => 'smtp.gmail.com',

0 commit comments

Comments
 (0)