-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.53 KB
/
composer.json
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
51
{
"name": "viola-marchesini/sistema-manutenzione",
"description": "Software Web per gestire le ispezioni e la manutenzione dei materiali per l'I.I.S. Viola Marchesini",
"type": "project",
"config": {
"vendor-dir": "src/vendor"
},
"autoload": {
"psr-4": {
"ViolaMarchesini\\SistemaManutenzione\\": "src/"
}
},
"authors": [
{
"name": "Alex Niccolò Ferrari",
"homepage": "https://github.com/PaninoCode",
"role": "Developer"
},
{
"name": "Angelo Pavan",
"homepage": "https://github.com/AngeloPavan",
"role": "Developer"
},
{
"name": "Giovanni Marchetto",
"homepage": "https://github.com/gmarck04",
"role": "Developer"
},
{
"name": "Studenti delle future classi quinte",
"homepage": "https://github.com/orgs/I-I-S-Viola-Marchesini/people",
"role": "Maintainers"
}
],
"support": {
"source": "https://github.com/I-I-S-Viola-Marchesini/Sistema-Manutenzione",
"issues": "https://github.com/I-I-S-Viola-Marchesini/Sistema-Manutenzione/issues"
},
"require": {
"twbs/bootstrap": "5.3.0-alpha1",
"violamarchesini/violabootstrap": "dev-main",
"tinymce/tinymce": "^6.4",
"phpmailer/phpmailer": "^6.8"
},
"repositories": [
{
"type": "path",
"url": "custom_libraries/violabootstrap"
}
]
}