All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22m31s
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "ivancarlosti/bundledcmdb",
|
|
"description": "CMDB Application",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-pdo": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"auth_keycloak.php",
|
|
"s3_client.php"
|
|
]
|
|
}
|
|
} |