This commit is contained in:
2025-12-09 15:33:05 -03:00
parent a1ee7d672e
commit 2115a73472
15 changed files with 2054 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "ivancarlosti/bundledcmdb",
"description": "CMDB Application",
"type": "project",
"require": {
"php": "^8.2",
"aws/aws-sdk-php": "^3.300",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"classmap": [
"auth_keycloak.php",
"s3_client.php"
]
}
}