-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (36 loc) · 932 Bytes
/
composer.json
File metadata and controls
38 lines (36 loc) · 932 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
34
35
36
37
38
{
"name": "andrea-licastro/elearning",
"description": "Web site developed in PHP and AngularJS",
"require": {
"php": ">=5.5.0",
"ext-pdo": "*",
"slim/slim": "2.6",
"slim/extras": "*",
"slim/middleware": "*",
"tuupola/slim-jwt-auth":"*",
"monolog/monolog": "*",
"flynsarmy/slim-monolog": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/dbunit": ">=1.2",
"phpunit/phpunit-skeleton-generator": "*",
"phpmd/phpmd" : "@stable"
},
"license": "MIT",
"authors": [
{
"name": "Andrea Licastro",
"email": "aguinaldo.licastro@live.it"
}
],
"autoload": {
"psr-4": {
"el_api_v1\\": "API/v1/",
"utility\\" : "utility"
}
},
"archive": {
"exclude": ["vendor", ".DS_Store", "share"]
}
}