Last active
October 12, 2015 06:47
-
-
Save nicolasbinet/23d2819304b4ca841028 to your computer and use it in GitHub Desktop.
Revisions
-
nicolasbinet revised this gist
Oct 12, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ "repositories": [ { "type": "vcs", "url": "https://github.com/nicolasbinet/Instagram-PHP-API.git" } ], "require": { "cosenary/instagram": "dev-patch-getUserMedia as 2.3", "vinkla/instagram": "^3.1" } -
nicolasbinet created this gist
Oct 11, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ "repositories": [ { "type": "vcs", "url": "https://github.com/janek2012/Instagram-PHP-API.git" } ], "require": { "cosenary/instagram": "dev-master", "vinkla/instagram": "~3.1" },