-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.04 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
{
"name": "uml/a-d-d-date",
"type": "project",
"description": "Almacena y muesta calendarios de la Universidad.",
"authors": [
{
"name": "Hendell Jonathan Porras Perez",
"email": "[email protected]",
"homepage": "http://nt5.info"
}
],
"autoload": {
"psr-4": {
"AddDate\\": "res/php/app",
"AddDate\\Pages\\": "res/php/app/Pages",
"AddDate\\Users\\": "res/php/app/Users",
"AddDate\\Calendars\\": "res/php/app/Calendars",
"AddDate\\Careers\\": "res/php/app/Careers",
"AddDate\\Lessons\\": "res/php/app/Lessons",
"AddDate\\Database\\": "res/php/app/Database",
"AddDate\\Factory\\": "res/php/app/Factory",
"AddDate\\Util\\": "res/php/app/Util"
}
},
"license": "Apache-2.0",
"require": {
"php": ">=5.6",
"twig/twig": "1.*",
"twig/extensions": "1.*",
"components/jquery": "3.*",
"components/bootstrap": "3.*"
}
}