first commit
This commit is contained in:
29
wp-content/plugins/bbpress/composer.json
Normal file
29
wp-content/plugins/bbpress/composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user