Skip to content

Instantly share code, notes, and snippets.

@igorw
Forked from michaelcullum/extension.json
Created February 15, 2012 12:34
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 igorw/1835394 to your computer and use it in GitHub Desktop.
Save igorw/1835394 to your computer and use it in GitHub Desktop.
Sample phpBB composer.json
{
"name": "acme/blog",
"type": "phpbb3-extension",
"description": "This will add an AI with mind reading capabilities to your board who will post your thoughts to a blog",
"homepage": "http://yourdomain.com/",
"version": "1.0.0",
"time": "2012-02-15",
"license": "GPLv2",
"authors": [
{
"name": "Unknown Bliss",
"email": "ub@yourdomain.com",
"homepage": "http://yourdomain.com"
},
{
"name": "imkingdavid",
"email": "ikd@yourdomain.com",
"homepage": "http://yourdomain.com"
}
},
"require": {
"php": ">=5.4",
"phpbb": ">=3.1.0"
},
"extra": {
"display-name": "phpBB Blog Extension",
"author-notes": "This extension requires PHP 10.4 RC2 and only works with MySQL 20.4 because AI and Mindreading is not supported in earlier versions. Donate via head transfer to address MCJFIDEO29495"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment