-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 847 Bytes
/
composer.json
File metadata and controls
executable file
·33 lines (33 loc) · 847 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": "cdidi/ep-tech",
"description": "Applicazione web e-commerce",
"type": "project",
"autoload": {
"classmap": [
"src/"
]
},
"authors": [
{
"name": "Celeste Di Diego",
"homepage": "https://www.github.com/celestedidiego"
},
{
"name": "Alessia Pulcini",
"homepage": "https://www.github.com/alepulc"
},
{
"name": "Riccardo Beniamino",
"homepage": "https://www.github.com/rickb3n"
}
],
"require": {
"doctrine/orm": "^2.20",
"doctrine/dbal": "^3.9",
"smarty/smarty": "^5.4",
"symfony/cache": "^5.4",
"symfony/http-foundation": "^6.1",
"symfony/framework-bundle": "^6.1",
"phpmailer/phpmailer": "^6.9"
}
}