first commit

This commit is contained in:
2024-11-10 21:08:49 +01:00
commit 0d932ce5ee
14455 changed files with 2567501 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "bbpress/bbpress",
"description": "bbPress is forum software with a twist from the creators of WordPress.",
"type": "wordpress-plugin",
"keywords": [
"bulletin board",
"community",
"forum",
"support",
"wordpress"
],
"homepage": "https://bbpress.org",
"license": "GPL-2.0-or-later",
"authors": [ {
"name": "bbPress Contributors",
"homepage": "https://bbpress.org/about/"
} ],
"support": {
"forum": "https://bbpress.org/support/",
"irc": "irc://irc.freenode.net/bbpress-dev",
"issues": "https://bbpress.trac.wordpress.org/",
"wiki": "https://codex.bbpress.org/",
"source": "https://bbpress.trac.wordpress.org/browser"
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.6.20"
}
}