diff options
| author | Nils Adermann <naderman@naderman.de> | 2014-08-07 15:16:58 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-08-07 15:16:58 +0200 |
| commit | 3b3da3938da48996c220c0da90287e808a93d82d (patch) | |
| tree | 137368062526b67f333a6e06d9a21fcc43c93755 /phpBB/phpbb | |
| parent | aa88d48b375341b1ce76a22a5d15193348fdb698 (diff) | |
| download | forums-3b3da3938da48996c220c0da90287e808a93d82d.tar forums-3b3da3938da48996c220c0da90287e808a93d82d.tar.gz forums-3b3da3938da48996c220c0da90287e808a93d82d.tar.bz2 forums-3b3da3938da48996c220c0da90287e808a93d82d.tar.xz forums-3b3da3938da48996c220c0da90287e808a93d82d.zip | |
[ticket/12920] Add composer.json for phpbb/phpbb-core library
PHPBB3-12920
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/phpbb/composer.json b/phpBB/phpbb/composer.json new file mode 100644 index 0000000000..1d6e6bca5b --- /dev/null +++ b/phpBB/phpbb/composer.json @@ -0,0 +1,24 @@ +{ + "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/", + "wiki": "https://wiki.phpbb.com", + "irc": "irc://irc.freenode.org/phpbb" + }, + "autoload": { + "classmap": [""] + } +} |
