forked from woolz/Veterinary-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 854 Bytes
/
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
{
"name": "VeterinariaUnimonte/VetSystem",
"description": "Vet System build with PHP, MYSQL, JQUERY and BOOTSTRAP.",
"type": "library",
"authors": [
{
"name": "Thiago Cassimiro",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"VeterinariaUnimonte\\": "classes"
}
},
"require": {
"php": ">=7",
"ext-pdo": "*",
"components/jquery": "^3.3",
"components/bootstrap": "^4",
"robinherbots/jquery.inputmask": "^3",
"fortawesome/font-awesome": "^4.7",
"datatables/datatables": "^1.10",
"fullcalendar/fullcalendar": "^3.9"
},
"config": {
"vendor-dir": "vendor",
"optimize-autoloader": true,
"disable-tls": true,
"secure-http": false
}
}