upgraded core-api w/ performance updates, caching, driver and user account management improvements, new erd generated

This commit is contained in:
Ronald A. Richardson
2024-04-30 17:59:54 +08:00
parent 0ae5f26a63
commit 96e6439d1e
10 changed files with 31352 additions and 7013 deletions

View File

@@ -9,8 +9,8 @@
"license": "MIT",
"require": {
"php": "^8.0",
"fleetbase/core-api": "^1.4.19",
"fleetbase/fleetops-api": "^0.4.26",
"fleetbase/core-api": "^1.4.20",
"fleetbase/fleetops-api": "^0.4.27",
"fleetbase/storefront-api": "^0.3.7",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^10.0",
@@ -32,6 +32,12 @@
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fleetbase/laravel-model-caching"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",
@@ -92,6 +98,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}