-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.05 KB
/
composer.json
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
39
40
41
{
"name": "skyroom/skyroom",
"description": "A plugin to integrate skyroom with wordpress sites",
"type": "wordpress-plugin",
"keywords": ["wordpress", "skyroom"],
"homepage": "https://skyroom.online",
"license": "GPL-2.0+",
"authors": [
{
"name": "Skyroom",
"email": "info@skyroom.online",
"homepage": "https://skyroom.online"
},
{
"name": "Hossein Sadeghi",
"email": "ho.mysterious@gmail.com"
},
{
"name": "Mostafa Sardari",
"email": "sardary.mostafa@gmail.com"
}
],
"autoload": {
"psr-4": {
"Skyroom\\": "src/Skyroom",
"SkyroomLibs\\": "libs"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/downshiftorg/wp-event-emitter"
}
],
"require": {
"php": ">=7.2",
"downshiftorg/wp-event-emitter": "^6.0",
"php-di/php-di": "^5.4.6",
"php-ds/php-ds": "^1.2"
}
}