-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.27 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "vpmv/unchained-cms",
"type": "project",
"authors": [
{
"name": "Valentijn Verhallen",
"email": "contact@valentijn.co",
"role": "author"
}
],
"require": {
"php": "^8.4",
"ext-json": "*",
"ext-pdo": "*",
"symfony/asset": "^7.3",
"symfony/cache": "^7.3",
"symfony/config": "^7.3",
"symfony/debug-bundle": "^7.3",
"symfony/dependency-injection": "^7.3",
"symfony/dotenv": "^7.3",
"symfony/form": "^7.3",
"symfony/framework-bundle": "^7.3",
"symfony/http-foundation": "^7.3",
"symfony/http-kernel": "^7.3",
"symfony/monolog-bundle": "^3.10",
"symfony/orm-pack": "^2.4",
"symfony/routing": "^7.3",
"symfony/security-bundle": "^7.3",
"symfony/translation": "^7.3",
"symfony/twig-bundle": "^7.3",
"symfony/validator": "^7.3",
"symfony/webpack-encore-bundle": "^2.2",
"symfony/yaml": "^7.3"
},
"require-dev": {
"symfony/var-dumper": "^7.3",
"symfony/web-profiler-bundle": "^7.3"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"sort-packages": true
}
}