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