From 343a0706e70597cccb2c0c328751fcfb80ac9909 Mon Sep 17 00:00:00 2001 From: carnage Date: Mon, 9 Dec 2019 14:02:07 +0000 Subject: [PATCH 1/2] Bump install version to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df51f72..c04641d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Provides a way to configure the various filesystem adapters provided by thephple ## Installation ``` -php composer.phar require "bushbaby/flysystem:^4.0" +php composer.phar require "bushbaby/flysystem:^5.0" ``` Then add `BsbFlysystem` to the `config/application.config.php` modules list. From ba17f7e9c51e76255ade2a58c013edf9573c9d9d Mon Sep 17 00:00:00 2001 From: carnage Date: Mon, 9 Dec 2019 14:03:06 +0000 Subject: [PATCH 2/2] Fix required PHP version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04641d..feab549 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Copy the `config/bsb_flysystem.local.php.dist` to the `config/autoload` director ## Requirements -- \>=PHP7.0 +- \>=PHP7.2 - \>=ZF2.7 ## Configuration