-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 628 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 628 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
{
"name": "mhzawadi/dashboard",
"description": "My dashboard",
"license": "MIT",
"keywords": ["horwood","dashbaord", "docker"],
"authors": [
{
"name": "Matthew Horwood",
"email": "matt@horwood.biz"
}
],
"require" : {
"riverside/php-orm" : "*",
"stevenmaguire/oauth2-keycloak": ">=5",
"firebase/php-jwt": "7.0.2 as 6.11.1",
"simple-icons/simple-icons": ">=14"
},
"require-dev": {
"phpunit/phpunit": "13.0.*"
},
"autoload": {
"psr-4": {
"MHorwood\\Dashboard\\": "src"
}
}
}