mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
@@ -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",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
|
||||
14
api/composer.lock
generated
14
api/composer.lock
generated
@@ -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": "b4e555d79ca29c6d09bbab4e40294e7c",
|
||||
"content-hash": "f2971a70f3e9e350eb19b3c6fd1a3388",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aloha/twilio",
|
||||
@@ -2361,16 +2361,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": {
|
||||
@@ -2453,9 +2453,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",
|
||||
|
||||
@@ -20,3 +20,6 @@ php artisan queue:restart
|
||||
|
||||
# Sync scheduler
|
||||
php artisan schedule-monitor:sync
|
||||
|
||||
# Clear cache
|
||||
php artisan cache:clear
|
||||
|
||||
@@ -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",
|
||||
|
||||
Submodule packages/core-api updated: 883241d04d...e8e7658139
Reference in New Issue
Block a user