-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
124 lines (108 loc) · 3.3 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"config": {
"platform": {
"php": "7.3.0"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/igdj/tei-edition-bundle"
},
{
"type": "vcs",
"url": "https://github.com/igdj/lod-service"
},
{
"type": "vcs",
"url": "https://github.com/burki/converter"
},
{
"type": "vcs",
"url": "https://github.com/burki/LibRIS"
},
{
"type": "vcs",
"url": "https://github.com/burki/LiipUrlAutoConverterBundle"
},
{
"type": "vcs",
"url": "https://github.com/burki/SolrBundle"
},
{
"type": "package",
"package": {
"name": "citation-style-language/styles-distribution",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/styles-distribution.git",
"reference": "master"
}
}
}
],
"require": {
"php": "^7.3|^8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
"symfony/yaml": "^5.4",
"symfony/config": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/console": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/translation": "^5.4",
"symfony/twig-bridge": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/intl": "^5.4",
"symfony/web-profiler-bundle": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/var-dumper": "^5.4",
"symfony/var-exporter": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/routing": "^5.4",
"symfony/mime": "^5.4",
"symfony/dom-crawler": "^5.4",
"symfony/css-selector": "^5.4",
"symfony/validator": "^5.4",
"symfony/form": "^5.4",
"symfony/inflector": "^5.4",
"symfony/serializer": "^5.4",
"symfony/monolog-bundle": "^3.8",
"symfony/monolog-bridge": "^5.4",
"knplabs/knp-menu-bundle": "^3.2",
"symfony/asset": "^5.4",
"armin/scssphp-bundle": "^1.2",
"twig/twig": "^3.0",
"twig/string-extra": "^3.0",
"twig/intl-extra": "^3.0",
"liip/url-auto-converter-bundle": "dev-master",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/orm": "^2.9",
"stof/doctrine-extensions-bundle": "^1.7",
"beberlei/doctrineextensions": "^1.3",
"jms/i18n-routing-bundle": "^3.1",
"symfony/security-core": "^5.4",
"jms/translation-bundle": "^1.6",
"sylius/theme-bundle": "^2.1",
"cocur/slugify": "^4.0",
"ddeboer/data-import": "0.20.*",
"phpoffice/phpexcel": "1.8.*",
"presta/sitemap-bundle": "^3.3",
"eko/feedbundle": "^2.1",
"igdj/tei-edition-bundle": "dev-master",
"vnn/wordpress-rest-api-client": "^1.3",
"guzzlehttp/guzzle": "^6.5"
},
"conflict": {
"cocur/slugify": "4.5.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}