1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

[ticket/12920] Add composer.json for phpbb/phpbb-core library

PHPBB3-12920
This commit is contained in:
Nils Adermann 2014-08-07 15:16:58 +02:00
parent aa88d48b37
commit 3b3da3938d

24
phpBB/phpbb/composer.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "phpbb/phpbb-core",
"description": "Collection of core phpBB libraries",
"type": "library",
"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"
},
"autoload": {
"classmap": [""]
}
}