-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 950 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 950 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
31
32
33
34
35
36
37
38
{
"name": "smx/simplemeetings",
"description": "Simple and abstracted library for integrating with web meetings providers such as WebEx and Citrix.",
"type": "library",
"keywords": [
"simple meetings",
"webex",
"citrix",
"bbb",
"web meetings",
"sumilux",
"smx",
"webinar",
"presentation"
],
"homepage": "https://github.com/fillup/Smx_Simple_Meetings",
"license": "GPL-2.0+",
"authors": [
{
"name": "Phillip Shipley",
"email": "phillip@phillipshipley.com",
"homepage": "http://phillipshipley.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"apigen/apigen": "dev-master"
},
"autoload": {
"psr-0": {
"Smx\\SimpleMeetings\\": "adapters/"
}
}
}