-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.01 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "xhrabec/ecyano-api",
"type": "project",
"authors": [
{
"name": "Jakub Hrabec",
"homepage": "http://lachtan.net"
},
{
"name": "Marek Havlik"
},
{
"name": "Radoslav Doktor"
},
{
"name": "Ondra Lostak",
"role": "developer"
},
{
"name": "Alexandra Stanova"
}
],
"require": {
"php": ">= 7.1",
"tracy/tracy": "^2.4",
"slim/slim": "^3.0",
"consistence/consistence": "^1.0",
"symfony/mailer": "v5.1.4",
"symfony/google-mailer": "v5.1.4",
"symfony/validator": "^4.0",
"doctrine/orm": "^2.6",
"doctrine/cache": "1.10.2",
"league/oauth2-server": "^7.3",
"ext-json": "*",
"ext-pdo": "*",
"greenlion/php-sql-parser": "*",
"ext-sockets": "*",
"ext-openssl": "*",
"ext-xsl": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"nette/utils": "^2.4",
"nette/database": "^2.4",
"runcmf/runtracy": "^0.2.10",
"phpstan/phpstan": "^0.9.2"
},
"autoload": {
"classmap": ["app/"]
},
"minimum-stability": "stable"
}