From 28d13028fe7cfc3a53702955f55708c9f5fe7368 Mon Sep 17 00:00:00 2001 From: Joost Faassen Date: Sun, 9 Jun 2019 20:37:55 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b46a1..a8f54e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ObjectStorage 3.0 library +# ObjectStorage 4.0 library ObjectStorage library for your cloud-based applications. From c9bad4e349c57a26ce0b86e13f4494598c729faf Mon Sep 17 00:00:00 2001 From: boite Date: Sun, 9 Jun 2019 20:04:45 +0000 Subject: [PATCH 2/2] composer require ^4.0 too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f54e9..0318650 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Then, add `linkorb/objectstorage` to your project's `composer.json`: ```json { "require": { - "linkorb/objectstorage": "^3.0" + "linkorb/objectstorage": "^4.0" } } ```