-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (43 loc) · 918 Bytes
/
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
42
43
44
45
46
47
48
49
{
"name": "igorp/rit",
"type": "project",
"description": "CSRT Company",
"authors": [
{
"name": "Igor Popryduhin",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/openid/php-openid.git"
}
],
"require": {
"php": ">=7.2.0",
"monolog/monolog": "^1.23",
"twig/twig": "^2.0",
"chillerlan/php-qrcode": "dev-master",
"imagine/imagine": "^1.2",
"studio-42/elfinder": "2.1.46",
"guzzlehttp/guzzle": "6.3.3",
"ext-json": "*",
"nexmo/client": "^1.6",
"giggsey/libphonenumber-for-php": "^8.10",
"ext-memcache": "*"
},
"autoload": {
"psr-4": {
"Engine\\": "engine",
"Cms\\": "cms",
"Admin\\": "admin",
"Api\\": "api",
"General\\": "general"
},
"files": [
"engine/defines.php",
"engine/function.php"
]
}
}