From 11600f181a7383eb3fdc631765e3d33b0f18aca4 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Wed, 3 Jun 2020 10:19:15 +0200 Subject: [PATCH] Allow symfony/cache:^3.4 #75 --- README.md | 3 ++- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0031619..acb9d03 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Monthly Downloads](https://poser.pugx.org/pgrimaud/instagram-user-feed/d/monthly)](https://packagist.org/packages/pgrimaud/instagram-user-feed) ## Information -Easily fetch your or any Instagram feed without OAuth for PHP +Easily fetch any Instagram feed and more without OAuth for PHP ## Features @@ -18,6 +18,7 @@ Easily fetch your or any Instagram feed without OAuth for PHP - Fetch medias of user - Fetch stories of user - Fetch highlights stories of user +- Fetch detailed post of user **⚠️ Version ^5.0 is no more maintained.** diff --git a/composer.json b/composer.json index af51af6..e70d456 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pgrimaud/instagram-user-feed", "type": "library", - "description": "Easily fetch any user's Instagram feed without OAuth for PHP", + "description": "Easily fetch any Instagram feed and more without OAuth for PHP", "keywords": [ "instagram", "api", @@ -40,7 +40,7 @@ "php": "^7.2.5", "ext-curl": "*", "ext-json": "*", - "symfony/cache": "^4.4|^5.0", + "symfony/cache": "^3.4|^4.4|^5.0", "guzzlehttp/guzzle": "^6.5" }, "require-dev": {