mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/12920] Turn phpBB composer.json into publishable full version
PHPBB3-12920
This commit is contained in:
parent
200c6f2d32
commit
c863136a69
1 changed files with 22 additions and 3 deletions
|
@ -1,9 +1,28 @@
|
||||||
{
|
{
|
||||||
"_readme": [
|
"name": "phpbb/phpbb",
|
||||||
"You MUST update the clean-vendor-dir target in build/build.xml",
|
"description": "phpBB Forum Software application",
|
||||||
"accordingly when adding or upgrading dependencies."
|
"type": "project",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"replace": {
|
||||||
|
"phpbb/phpbb-core": "@self.version"
|
||||||
|
}
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=5.3.3",
|
||||||
"lusitanian/oauth": "0.2.*",
|
"lusitanian/oauth": "0.2.*",
|
||||||
"symfony/config": "2.3.*",
|
"symfony/config": "2.3.*",
|
||||||
"symfony/console": "2.3.*",
|
"symfony/console": "2.3.*",
|
||||||
|
|
Loading…
Add table
Reference in a new issue