-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 1011 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 1011 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
30
{
"name": "coursebit/inkstand-plugin-test",
"version": "dev-master",
"description": "This plugin is used for testing the plugin management within Inkstand LMS",
"homepage": "http://www.coursebit.net",
"authors": [
{
"name": "Joseph Conradt",
"email": "joseph.conradt@coursebit.net",
"homepage": "http://www.coursebit.net",
"role": "Developer"
}
],
"support": {
"email": "joseph.conradt@coursebit.net",
"issues": "https://github.com/CourseBit/InkstandPluginTest/issues",
"forum": "https://stackoverflow.com",
"wiki": "https://github.com/CourseBit/InkstandPluginTest/wiki",
"irc": "irc://irc.freenode.org/composer",
"source": "https://github.com/CourseBit/InkstandPluginTest",
"docs": "http://www.coursebit.net"
},
"autoload": {
"psr-4": { "Inkstand\\Bundle\\InkstandPluginTest\\": "" }
},
"extra": {
"bundle_title": "Plugin Test",
"bundle_class": "Inkstand\\Bundle\\InkstandPluginTest\\InkstandPluginTestBundle"
}
}