mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 11:58:51 +00:00
33 lines
724 B
JSON
33 lines
724 B
JSON
{
|
|
"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/",
|
|
"docs": "https://www.phpbb.com/support/docs/",
|
|
"irc": "irc://irc.libera.chat/phpbb",
|
|
"chat": "https://www.phpbb.com/support/chat/"
|
|
},
|
|
"autoload": {
|
|
"classmap": [""]
|
|
},
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0.x-dev"
|
|
}
|
|
}
|
|
}
|