mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 08:35:31 +02:00
[ticket/12920] Add composer.json for phpbb/phpbb-core library
PHPBB3-12920
This commit is contained in:
parent
aa88d48b37
commit
3b3da3938d
24
phpBB/phpbb/composer.json
Normal file
24
phpBB/phpbb/composer.json
Normal 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": [""]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user