Skip to content

Instantly share code, notes, and snippets.

@Srokap
Created January 29, 2014 12:28
Show Gist options
  • Select an option

  • Save Srokap/8686914 to your computer and use it in GitHub Desktop.

Select an option

Save Srokap/8686914 to your computer and use it in GitHub Desktop.

Revisions

  1. Srokap created this gist Jan 29, 2014.
    34 changes: 34 additions & 0 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@
    {
    "name": "srokap/elgg",
    "type": "project",
    "description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",
    "homepage": "http://elgg.org/",
    "minimum-stability": "stable",
    "keywords": ["elgg", "framework", "social network", "open source social networking", "social intranet", "collaboration software", "social networking software", "community software", "social media", "social publishing", "social media platform"],
    "license": ["GPL-2.0", "MIT"],
    "authors": [
    {
    "name": "Elgg developers and contributors",
    "email": "[email protected]",
    "homepage": "http://elgg.org/",
    "role": "Developer"
    }
    ],
    "support": {
    "issues": "https://github.com/Elgg/Elgg/issues/",
    "forum": "http://community.elgg.org/",
    "wiki": "http://docs.elgg.org/",
    "source": "https://github.com/Elgg/Elgg/",
    "irc": "irc://irc.freenode.org/elgg"
    },
    "require": {
    "php": ">=5.2",
    "ext-mysql": "*",
    "ext-json": "*",
    "ext-xml": "*",
    "ext-gd": "*"
    },
    "suggest": {
    "ext-mbstring": "*"
    }
    }