Merge branch 'main' of github.com:fleetbase/fleetbase into cloud

This commit is contained in:
Ronald A. Richardson
2024-04-30 19:40:08 +08:00
4 changed files with 12 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"fleetbase/core-api": "^1.4.20",
"fleetbase/core-api": "^1.4.21",
"fleetbase/fleetops-api": "^0.4.27",
"fleetbase/storefront-api": "^0.3.7",
"fleetbase/billing-api": "dev-main",

14
api/composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7063a84add306dff18af1496de0984f5",
"content-hash": "858df49444214ad802c50d10bbe32629",
"packages": [
{
"name": "aloha/twilio",
@@ -2472,16 +2472,16 @@
},
{
"name": "fleetbase/core-api",
"version": "1.4.20",
"version": "1.4.21",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "883241d04d2e0f66cfc66de812532044d81a7ce5"
"reference": "e8e76581393acc7a9b8857e9ad6161844aeeb62f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/883241d04d2e0f66cfc66de812532044d81a7ce5",
"reference": "883241d04d2e0f66cfc66de812532044d81a7ce5",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/e8e76581393acc7a9b8857e9ad6161844aeeb62f",
"reference": "e8e76581393acc7a9b8857e9ad6161844aeeb62f",
"shasum": ""
},
"require": {
@@ -2564,9 +2564,9 @@
],
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.4.20"
"source": "https://github.com/fleetbase/core-api/tree/v1.4.21"
},
"time": "2024-04-30T09:35:17+00:00"
"time": "2024-04-30T11:29:56+00:00"
},
{
"name": "fleetbase/fleetops-api",

View File

@@ -20,3 +20,6 @@ php artisan queue:restart
# Sync scheduler
php artisan schedule-monitor:sync
# Clear cache
php artisan cache:clear

View File

@@ -1,6 +1,6 @@
{
"name": "@fleetbase/console",
"version": "0.4.19",
"version": "0.4.20",
"private": true,
"description": "Fleetbase Console",
"repository": "https://github.com/fleetbase/fleetbase",