-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
66 lines (66 loc) · 2.69 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "deskpro/dpv5-extracted-dependencies",
"type": "library",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/deskpro/symfony"
}
],
"require": {
"php": "^7.4|^8.1|^8.2|^8.3",
"ext-ldap": "*",
"ext-iconv": "*",
"ext-gd": "*",
"true/punycode": "2.1.1",
"container-interop/container-interop": "1.2.0",
"guzzlehttp/psr7": "^1.4",
"friendsofsymfony/http-cache": "^1.4.5",
"doctrine/inflector": "1.*",
"doctrine/lexer": "1.*",
"doctrine/annotations": "1.*"
},
"replace": {
"zendframework/zend-escaper": "2.6.1",
"zendframework/zend-filter": "2.9.2",
"zendframework/zend-http": "2.11.2",
"zendframework/zend-loader": "2.6.1",
"zendframework/zend-mail": "2.10.0",
"zendframework/zend-mime": "2.7.2",
"zendframework/zend-stdlib": "3.2.1",
"zendframework/zend-uri": "2.7.1",
"zendframework/zend-validator": "2.13.0",
"kriswallsmith/buzz": "0.16.1",
"friendsofsymfony/oauth-server-bundle": "1.5.2",
"friendsofsymfony/oauth2-php": "1.2.2",
"friendsofsymfony/http-cache-bundle": "1.3.16",
"doctrine/data-fixtures": "1.3.3",
"doctrine/common": "2.7.3",
"beberlei/doctrineextensions": "1.2.2",
"imagine/imagine": "0.5.0"
},
"autoload": {
"psr-0": {
"Imagine": "lib/imagine/imagine/lib/"
},
"psr-4": {
"Zend\\Escaper\\": "lib/zendframework/zend-escaper/src/",
"Zend\\Filter\\": "lib/zendframework/zend-filter/src/",
"Zend\\Http\\": "lib/zendframework/zend-http/src/",
"Zend\\Loader\\": "lib/zendframework/zend-loader/src/",
"Zend\\Mail\\": "lib/zendframework/zend-mail/src/",
"Zend\\Mime\\": "lib/zendframework/zend-mime/src/",
"Zend\\Stdlib\\": "lib/zendframework/zend-stdlib/src/",
"Zend\\Uri\\": "lib/zendframework/zend-uri/src/",
"Zend\\Validator\\": "lib/zendframework/zend-validator/src/",
"Buzz\\": "lib/kriswallsmith/buzz/lib/Buzz/",
"FOS\\OAuthServerBundle\\": "lib/friendsofsymfony/oauth-server-bundle/",
"FOS\\HttpCacheBundle\\": "lib/friendsofsymfony/http-cache-bundle/",
"OAuth2\\": "lib/friendsofsymfony/oauth2-php/lib",
"Doctrine\\Common\\DataFixtures\\": "lib/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/",
"Doctrine\\Common\\": "lib/doctrine/common/lib/Doctrine/Common/",
"DoctrineExtensions\\" : "lib/beberlei/doctrineextensions/src/",
"": "lib/nesbot/carbon/src/"
}
}
}