-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 814 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 814 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
26
27
28
29
{
"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.5",
"claroline/core-bundle": "~6.0",
"claroline/message-bundle": "~6.0",
"icap/notification-bundle": "~6.0"
},
"require-dev": {
"claroline/dev-bundle": "dev-master"
},
"autoload": {
"psr-4": { "Claroline\\ForumBundle\\": "" }
},
"minimum-stability": "dev",
"prefer-stable": true
}