-
-
Save igorw/1835394 to your computer and use it in GitHub Desktop.
Sample phpBB composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"homepage": "http://yourdomain.com" | |
}, | |
{ | |
"name": "imkingdavid", | |
"email": "[email protected]", | |
"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