forked from claroline/ForumBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 725 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "claroline/forum-bundle",
"description": "Claroline forum plugin",
"keywords": ["Claroline", "Plugin", "Forum"],
"homepage": "http://www.claroline.net",
"type": "claroline-plugin",
"license": "GPL-3.0+",
"authors": [
{
"name": "Claroline development team",
"email": "dev@claroline.net",
"homepage": "http://github.com/claroline"
}
],
"require": {
"php": ">=5.4.1",
"claroline/core-bundle": "~6.0",
"claroline/message-bundle": "~6.0",
"icap/notification-bundle": "~6.0"
},
"autoload": {
"psr-0": { "Claroline\\ForumBundle": "" }
},
"target-dir": "Claroline/ForumBundle"
}