-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 898 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 898 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
{
"name": "adt/fancyadmin",
"type": "library",
"description": "",
"homepage": "https://www.appsdevteam.com",
"license": ["MIT"],
"require": {
"php": ">=8.4",
"adt/ajax-select": "^4.0",
"contributte/translation": "^2.0",
"adt/doctrine-forms": "^2.0",
"adt/doctrine-authenticator": "^2.5",
"nettrine/extensions-atlantic18": "^0.7.1",
"adt/utils": "^2.0",
"adt/nette-forms-phone-number": "^1.6",
"nette/mail": "^4.0",
"adt/single-recipient-mailer": "^5.1",
"tijsverkoyen/css-to-inline-styles": "^2.3",
"adt/doctrine-components": "^3.0",
"nette/application": "^3.2",
"brick/phonenumber": "^0.7",
"symfony/yaml": "^7.3",
"kdyby/autowired": "^3.1",
"adt/datagrid-components": "^1.0",
"nettrine/orm": "^0.10",
"adt/route-port": "^3.0"
},
"autoload": {
"psr-4": {
"ADT\\FancyAdmin\\": "src/"
}
}
}