-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.65 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.65 KB
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
{
"name": "revision-ten/cms",
"type": "library",
"description": "RevisionTen CMS",
"keywords": ["cms", "symfony-bundle"],
"license": "MIT",
"authors": [
{
"name": "Cornelius K",
"email": "kim247@hotmail.de"
}
],
"require": {
"php": "^7.4.0|^8.1.0|^8.3.0|^8.4.0",
"ext-json": "*",
"ext-curl": "*",
"revision-ten/cqrs": "^3.0",
"revision-ten/forms": "^3.0",
"gregwar/image-bundle": "^3.0.1",
"scienta/doctrine-json-functions": "*",
"solarium/solarium": "^6.4.1",
"sonata-project/google-authenticator": "^2.3",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
"symfony/http-client": "^5.4",
"symfony/mailer": "^5.4",
"symfony/mime": "^5.4",
"symfony/security-bundle": "^5.4",
"symfony/serializer-pack": "*",
"symfony/string": "^5.4",
"symfony/templating": "^5.4",
"symfony/translation": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/validator": "^5.4",
"twig/twig": "^3.3"
},
"suggest": {
"ext-apcu": "Enables caching",
"ext-sysvshm": "Enables consistent caching",
"ext-ctype": "Needed to enable full functionality",
"ext-fileinfo": "Needed to enable full functionality",
"ext-gd": "Needed to enable full functionality",
"ext-iconv": "Needed to enable full functionality",
"ext-xml": "Needed to enable full functionality",
"ext-mbstring": "Needed to enable full functionality"
},
"autoload": {
"psr-4": { "RevisionTen\\CMS\\": "/" }
}
}