-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 976 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 976 Bytes
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
{
"name": "lts/dsm-runtime",
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-mysqli": "*",
"ext-pdo": "*",
"doctrine/data-fixtures": "^1.5",
"doctrine/dbal": "^2.13.2",
"doctrine/migrations": "^3.1.4",
"doctrine/orm": "^2.9.3",
"edmondscommerce/typesafe-functions": "dev-PHP8@dev",
"moneyphp/money": "^3.3.1",
"ramsey/uuid-doctrine": "^1.6",
"symfony/cache": "^5.3",
"symfony/config": "^5.3.2",
"symfony/console": "^5.3.2",
"symfony/dependency-injection": "^5.3.2",
"symfony/filesystem": "^5.3.0",
"symfony/intl": "^5.3.0",
"symfony/validator": "^5.3.2",
"ext-filter": "*",
"ramsey/uuid": "^4.4",
"fakerphp/faker": "^1.20",
"doctrine/common": "^3.4",
"doctrine/persistence": "^3.0",
"doctrine/inflector": "^2.0"
},
"require-dev": {
"lts/php-qa-ci": "dev-master@dev"
},
"autoload": {
"psr-4": {
"LTS\\DsmRuntime\\": [
"src/"
]
}
}
}