Skip to content

Commit

Permalink
Allow symfony/cache:^3.4 #75
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Jun 3, 2020
1 parent 67ce2a3 commit 11600f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
[![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

- Fetch profile data of user
- 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.**

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 11600f1

Please sign in to comment.