Skip to content

Instantly share code, notes, and snippets.

@michaelcullum
Created February 15, 2012 11:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save michaelcullum/1835060 to your computer and use it in GitHub Desktop.
Save michaelcullum/1835060 to your computer and use it in GitHub Desktop.
Sample manifest.json
{
"name": "phpbb-blog/phpbb-blog",
"type": "phpbb3-extension",
"description": "An super cool example manifest extension.",
"homepage": "https://gist.github.com/gists/1835060",
"version": "1.0.0",
"time": "2012-02-15",
"licence": "GNU GPL v2",
"authors": [{
"name": "Michael Cullum",
"username": "Unknown Bliss",
"email": "m@michaelcullum.com",
"homepage": "http://michaelcullum.com",
"type": "Contributor"
},
{
"name": "David King",
"username": "imkingdavid",
"email": "imkingdavid@gmail.com",
"homepage": "http://thedavidking.com",
"type": "Past Translator"
}],
"require": {
"php": ">=5.4",
"phpbb": "3.1.0"
},
"extra": {
"display-name": "phpBB Blog"
}
}
// Empty new line at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment