Skip to content

Instantly share code, notes, and snippets.

@nicolasbinet
Last active October 12, 2015 06:47
Show Gist options
  • Select an option

  • Save nicolasbinet/23d2819304b4ca841028 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasbinet/23d2819304b4ca841028 to your computer and use it in GitHub Desktop.

Revisions

  1. nicolasbinet revised this gist Oct 12, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    "repositories": [
    {
    "type": "vcs",
    "url": "https://github.com/janek2012/Instagram-PHP-API.git"
    "url": "https://github.com/nicolasbinet/Instagram-PHP-API.git"
    }
    ],
    "require": {
    "cosenary/instagram": "dev-master",
    "vinkla/instagram": "~3.1"
    },
    "cosenary/instagram": "dev-patch-getUserMedia as 2.3",
    "vinkla/instagram": "^3.1"
    }
  2. nicolasbinet created this gist Oct 11, 2015.
    10 changes: 10 additions & 0 deletions composer.json
    Original 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"
    },