first commit

This commit is contained in:
Claudecio Martins
2026-06-16 10:04:10 -03:00
commit a951944997
4463 changed files with 419677 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"name": "cybercore-systems/workbloom-erp-backend",
"type": "project",
"require": {
"php": ">=8.2",
"ext-pdo": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-zip": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-bcmath": "*",
"claudecio/krothiumapi": "dev-dev/new-http",
"vlucas/phpdotenv": "v5.6.2",
"ramsey/uuid": "4.9.2",
"lcobucci/jwt": "5.6.0",
"defuse/php-encryption": "v2.4.0",
"symfony/var-dumper": "v7.4.8",
"monolog/monolog": "3.10.0",
"nesbot/carbon": "3.11.4",
"guzzlehttp/guzzle": "7.10.4",
"respect/validation": "2.4.12",
"league/flysystem": "3.34.0",
"league/flysystem-local": "3.31.0",
"tecnickcom/tcpdf": "6.11.3",
"bacon/bacon-qr-code": "v3.1.1",
"firebase/php-jwt": "v6.11.1"
},
"autoload": {
"psr-4": {
"WorkbloomERP\\": "app/Shared/",
"WorkbloomERP\\Module\\": "app/Module/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}