diff options
| author | Nils Adermann <naderman@naderman.de> | 2014-08-07 15:26:02 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-08-07 15:26:02 +0200 |
| commit | c863136a69091e8a9cf6806ed50be18d7a5572f7 (patch) | |
| tree | ff73fd14c8869b8bedfcf19198cc840b06f40070 | |
| parent | 200c6f2d32bbed4751c284d83799c4e2b787f7f3 (diff) | |
| download | forums-c863136a69091e8a9cf6806ed50be18d7a5572f7.tar forums-c863136a69091e8a9cf6806ed50be18d7a5572f7.tar.gz forums-c863136a69091e8a9cf6806ed50be18d7a5572f7.tar.bz2 forums-c863136a69091e8a9cf6806ed50be18d7a5572f7.tar.xz forums-c863136a69091e8a9cf6806ed50be18d7a5572f7.zip | |
[ticket/12920] Turn phpBB composer.json into publishable full version
PHPBB3-12920
| -rw-r--r-- | phpBB/composer.json | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json index 9b473a3bb7..7900531cfb 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -1,9 +1,28 @@ { - "_readme": [ - "You MUST update the clean-vendor-dir target in build/build.xml", - "accordingly when adding or upgrading dependencies." + "name": "phpbb/phpbb", + "description": "phpBB Forum Software application", + "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": { + "php": ">=5.3.3", "lusitanian/oauth": "0.2.*", "symfony/config": "2.3.*", "symfony/console": "2.3.*", |
