[ticket/12962] Clean up composer.json

PHPBB3-12962
This commit is contained in:
Dhruv 2014-10-26 20:58:21 -07:00
parent 1c88a2cb25
commit 98554475be

View file

@ -1,23 +1,4 @@
{
"name": "phpbb/phpbb",
"description": "phpBB Forum Software application",
"type": "project",
"keywords": ["phpbb", "forum"],
"homepage": "https://www.phpbb.com",
"license": "GPL-2.0",
"authors": [
{
"name": "phpBB Limited",
"email": "operations@phpbb.com",
"homepage": "https://www.phpbb.com/go/authors"
}
],
"support": {
"issues": "https://tracker.phpbb.com",
"forum": "https://www.phpbb.com/community/",
"wiki": "https://wiki.phpbb.com",
"irc": "irc://irc.freenode.org/phpbb"
},
"require-dev": {
"facebook/webdriver": "dev-master"
}