Skip to content

Instantly share code, notes, and snippets.

@rxu
Created June 21, 2015 16:55
Show Gist options
  • Save rxu/d683b9565c1b66abe9d4 to your computer and use it in GitHub Desktop.
Save rxu/d683b9565c1b66abe9d4 to your computer and use it in GitHub Desktop.
{
"name": "ayphix/clans",
"type": "phpbb-extension",
"description": "This shows your clan",
"version": "1.0.0",
"license": "GPL-2.0",
"authors": [
{
"name": "Jin Muhjo",
"homepage": "http://johnsmith.com",
"email": "john@smith.tld",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "SR Clans",
"soft-require": {
"phpbb/phpbb": "3.1.*"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment