Skip to content

Commit 8b9ac7a

Browse files
Merge pull request #9 from benegetto/php5.6
Change requirements to php 5.6
2 parents 2dfe33e + 5119bef commit 8b9ac7a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/espresso-dev/instagram-basic-display-php",
66
"type": "library",
77
"require": {
8-
"php": ">=7",
8+
"php": ">=5.6",
99
"ext-curl": "*"
1010
},
1111
"autoload": {

composer.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)