Skip to content

Instantly share code, notes, and snippets.

@Srokap
Created April 14, 2014 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Srokap/10608474 to your computer and use it in GitHub Desktop.
Save Srokap/10608474 to your computer and use it in GitHub Desktop.
Simplest example of installing Elgg plugins with composer. Just put it into your project root and run `php composer.phar install`
{
"type": "project",
"repositories": [
{
"type": "composer",
"url": "http://composer.i.srokap.pl"
}
],
"minimum-stability": "dev",
"require": {
"tidypics/tidypics": "1.8.0-rc1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment