Skip to content

Commit 699f733

Browse files
author
Shawn McCool
committed
Merge branch 'master' of github.com:backup-manager/laravel
2 parents 642bfa5 + a0920d3 commit 699f733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Then, you'll need to select the appropriate packages for the adapters that you w
4444

4545
```shell
4646
# to support s3 or google cs
47-
composer require league/flysystem-aws-s3-v2
47+
composer require league/flysystem-aws-s3-v3
4848

4949
# to support dropbox
5050
composer require league/flysystem-dropbox

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"backup-manager/backup-manager": "^1.0",
18-
"php": "^5.5.0",
18+
"php": ">=5.5.0",
1919
"symfony/process": "^2.0",
2020
"illuminate/support": "^4.0||^5.0",
2121
"illuminate/container": "^4.0||^5.0",

0 commit comments

Comments
 (0)