Skip to content

Instantly share code, notes, and snippets.

@DanielNill
Created October 3, 2012 00:51
Show Gist options
  • Select an option

  • Save DanielNill/3824266 to your computer and use it in GitHub Desktop.

Select an option

Save DanielNill/3824266 to your computer and use it in GitHub Desktop.

Revisions

  1. DanielNill renamed this gist Oct 3, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. DanielNill created this gist Oct 3, 2012.
    25 changes: 25 additions & 0 deletions gistfile1.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    {
    "name": "My-New-Project",

    "require-prod": {
    "doctrine/orm": "2.2.1"
    },
    "require-dev": {
    "doctrine/orm": "2.*"

    "require":{
    "facebook-sdk": "master"
    },

    "repositories": {
    "package": {
    "name": "facebook-sdk",
    "version": "master",
    "source": {
    "url": "https://github.com/facebook/php-sdk.git",
    "type": "git",
    "reference": "master"
    }
    },

    }