mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
changed default osrm server to project-osrm router, added admin bypass for email verification, patched somethings in registry-bridge, added new UI wysiwyg component <TipTapEditor />
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"fleetbase/core-api": "^1.5.0",
|
||||
"fleetbase/core-api": "^1.5.1",
|
||||
"fleetbase/fleetops-api": "^0.5.5",
|
||||
"fleetbase/registry-bridge": "^0.0.9",
|
||||
"fleetbase/registry-bridge": "^0.0.10",
|
||||
"fleetbase/storefront-api": "^0.3.13",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"laravel/framework": "^10.0",
|
||||
|
||||
285
api/composer.lock
generated
285
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": "2d208d34dd250e8bba1bbd620931980e",
|
||||
"content-hash": "fed3ad77452a90885dbc02d4c3a0c501",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aloha/twilio",
|
||||
@@ -453,16 +453,16 @@
|
||||
},
|
||||
{
|
||||
"name": "beste/in-memory-cache",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/beste/in-memory-cache-php.git",
|
||||
"reference": "f2d504b4f15ac841b1d8b34046619505ba4c9e77"
|
||||
"reference": "6c59a01d667c3fe1e0e746e53bc939fb8950917a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/beste/in-memory-cache-php/zipball/f2d504b4f15ac841b1d8b34046619505ba4c9e77",
|
||||
"reference": "f2d504b4f15ac841b1d8b34046619505ba4c9e77",
|
||||
"url": "https://api.github.com/repos/beste/in-memory-cache-php/zipball/6c59a01d667c3fe1e0e746e53bc939fb8950917a",
|
||||
"reference": "6c59a01d667c3fe1e0e746e53bc939fb8950917a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -475,14 +475,15 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"beste/clock": "^3.0",
|
||||
"friendsofphp/php-cs-fixer": "^3.41.0",
|
||||
"phpstan/extension-installer": "^1.3.1",
|
||||
"phpstan/phpstan": "^1.10.48",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.1.4",
|
||||
"phpstan/phpstan-phpunit": "^1.3.15",
|
||||
"phpstan/phpstan-strict-rules": "^1.5.2",
|
||||
"phpunit/phpunit": "^10.5.2",
|
||||
"symfony/var-dumper": "^6.4.0"
|
||||
"beste/php-cs-fixer-config": "^3.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.60.0",
|
||||
"phpstan/extension-installer": "^1.4.1",
|
||||
"phpstan/phpstan": "^1.11.8",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.2.0",
|
||||
"phpstan/phpstan-phpunit": "^1.4.0",
|
||||
"phpstan/phpstan-strict-rules": "^1.6.0",
|
||||
"phpunit/phpunit": "^10.5.2 || ^11.2.8",
|
||||
"symfony/var-dumper": "^6.4 || ^7.1.3"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/clock-implementation": "Allows injecting a Clock, for example a frozen clock for testing"
|
||||
@@ -511,7 +512,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/beste/in-memory-cache-php/issues",
|
||||
"source": "https://github.com/beste/in-memory-cache-php/tree/1.1.0"
|
||||
"source": "https://github.com/beste/in-memory-cache-php/tree/1.2.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -519,7 +520,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-03-01T23:43:56+00:00"
|
||||
"time": "2024-07-26T22:11:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "beste/json",
|
||||
@@ -2361,16 +2362,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/core-api",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/core-api.git",
|
||||
"reference": "c8aac9816919e62de765a721e494a107bc9f826d"
|
||||
"reference": "f6a1345600c9c863b392f29af7be0da35f1c77c5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/c8aac9816919e62de765a721e494a107bc9f826d",
|
||||
"reference": "c8aac9816919e62de765a721e494a107bc9f826d",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/f6a1345600c9c863b392f29af7be0da35f1c77c5",
|
||||
"reference": "f6a1345600c9c863b392f29af7be0da35f1c77c5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2453,9 +2454,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.0"
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.1"
|
||||
},
|
||||
"time": "2024-07-25T09:15:34+00:00"
|
||||
"time": "2024-07-30T14:09:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/fleetops-api",
|
||||
@@ -2614,20 +2615,20 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/registry-bridge",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/registry-bridge.git",
|
||||
"reference": "b35e0da42b2659a753092d7a20c5e91210944dde"
|
||||
"reference": "9bdedfd4bea632847cd4fdc96f01bc8d50f81af0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/registry-bridge/zipball/b35e0da42b2659a753092d7a20c5e91210944dde",
|
||||
"reference": "b35e0da42b2659a753092d7a20c5e91210944dde",
|
||||
"url": "https://api.github.com/repos/fleetbase/registry-bridge/zipball/9bdedfd4bea632847cd4fdc96f01bc8d50f81af0",
|
||||
"reference": "9bdedfd4bea632847cd4fdc96f01bc8d50f81af0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"fleetbase/core-api": "^1.5.0",
|
||||
"fleetbase/core-api": "^1.5.1",
|
||||
"laravel/cashier": "^15.2.1",
|
||||
"php": "^8.0",
|
||||
"php-http/guzzle7-adapter": "^1.0",
|
||||
@@ -2690,9 +2691,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/registry-bridge/issues",
|
||||
"source": "https://github.com/fleetbase/registry-bridge/tree/v0.0.9"
|
||||
"source": "https://github.com/fleetbase/registry-bridge/tree/v0.0.10"
|
||||
},
|
||||
"time": "2024-07-25T10:05:10+00:00"
|
||||
"time": "2024-07-30T14:19:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/storefront-api",
|
||||
@@ -3376,16 +3377,16 @@
|
||||
},
|
||||
{
|
||||
"name": "giggsey/libphonenumber-for-php",
|
||||
"version": "8.13.41",
|
||||
"version": "8.13.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
||||
"reference": "d7131cda85cf9244e7c97d73edd14d8dad73640c"
|
||||
"reference": "b7ee848bbd1958ff7464522d5c6e3688cca2a125"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/d7131cda85cf9244e7c97d73edd14d8dad73640c",
|
||||
"reference": "d7131cda85cf9244e7c97d73edd14d8dad73640c",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b7ee848bbd1958ff7464522d5c6e3688cca2a125",
|
||||
"reference": "b7ee848bbd1958ff7464522d5c6e3688cca2a125",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3447,7 +3448,7 @@
|
||||
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
||||
"source": "https://github.com/giggsey/libphonenumber-for-php"
|
||||
},
|
||||
"time": "2024-07-24T12:24:43+00:00"
|
||||
"time": "2024-07-29T07:19:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "giggsey/locale",
|
||||
@@ -3688,16 +3689,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/common-protos",
|
||||
"version": "v4.6.0",
|
||||
"version": "v4.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/common-protos-php.git",
|
||||
"reference": "f8588298a0a204aef2db15ce501530e476ec883f"
|
||||
"reference": "e58068776f57605c336e32c7db373f0a81da17b8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/f8588298a0a204aef2db15ce501530e476ec883f",
|
||||
"reference": "f8588298a0a204aef2db15ce501530e476ec883f",
|
||||
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/e58068776f57605c336e32c7db373f0a81da17b8",
|
||||
"reference": "e58068776f57605c336e32c7db373f0a81da17b8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3734,9 +3735,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/googleapis/common-protos-php/issues",
|
||||
"source": "https://github.com/googleapis/common-protos-php/tree/v4.6.0"
|
||||
"source": "https://github.com/googleapis/common-protos-php/tree/v4.7.0"
|
||||
},
|
||||
"time": "2024-04-03T19:11:54+00:00"
|
||||
"time": "2024-07-25T20:20:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/gax",
|
||||
@@ -11054,16 +11055,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-schedule-monitor",
|
||||
"version": "3.8.0",
|
||||
"version": "3.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-schedule-monitor.git",
|
||||
"reference": "e5bb9b86d4d452cc6dfeeba0209326b3c6071e66"
|
||||
"reference": "d240ab3bd669beaa2a272d3b8acb4a5b3d8f1693"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-schedule-monitor/zipball/e5bb9b86d4d452cc6dfeeba0209326b3c6071e66",
|
||||
"reference": "e5bb9b86d4d452cc6dfeeba0209326b3c6071e66",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-schedule-monitor/zipball/d240ab3bd669beaa2a272d3b8acb4a5b3d8f1693",
|
||||
"reference": "d240ab3bd669beaa2a272d3b8acb4a5b3d8f1693",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11121,7 +11122,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-schedule-monitor/issues",
|
||||
"source": "https://github.com/spatie/laravel-schedule-monitor/tree/3.8.0"
|
||||
"source": "https://github.com/spatie/laravel-schedule-monitor/tree/3.8.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11129,7 +11130,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-17T11:24:48+00:00"
|
||||
"time": "2024-07-29T08:25:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-sluggable",
|
||||
@@ -11417,16 +11418,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v7.1.2",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae"
|
||||
"reference": "8ac37acee794372f9732fe8a61a8221f6762148e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/e933e1d947ffb88efcdd34a2bd51561cab7deaae",
|
||||
"reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/8ac37acee794372f9732fe8a61a8221f6762148e",
|
||||
"reference": "8ac37acee794372f9732fe8a61a8221f6762148e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11494,7 +11495,7 @@
|
||||
"psr6"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/cache/tree/v7.1.2"
|
||||
"source": "https://github.com/symfony/cache/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11510,7 +11511,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-11T13:32:38+00:00"
|
||||
"time": "2024-07-17T06:10:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache-contracts",
|
||||
@@ -11593,16 +11594,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.4.9",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9"
|
||||
"reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
|
||||
"reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/504974cbe43d05f83b201d6498c206f16fc0cdbc",
|
||||
"reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11667,7 +11668,7 @@
|
||||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.4.9"
|
||||
"source": "https://github.com/symfony/console/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11683,7 +11684,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-28T09:49:33+00:00"
|
||||
"time": "2024-07-26T12:30:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
@@ -11819,16 +11820,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
"version": "v6.4.9",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/error-handler.git",
|
||||
"reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec"
|
||||
"reference": "231f1b2ee80f72daa1972f7340297d67439224f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/c9b7cc075b3ab484239855622ca05cb0b99c13ec",
|
||||
"reference": "c9b7cc075b3ab484239855622ca05cb0b99c13ec",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/231f1b2ee80f72daa1972f7340297d67439224f0",
|
||||
"reference": "231f1b2ee80f72daa1972f7340297d67439224f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11874,7 +11875,7 @@
|
||||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.4.9"
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11890,7 +11891,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-21T16:04:15+00:00"
|
||||
"time": "2024-07-26T12:30:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
@@ -12050,16 +12051,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v6.4.8",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "3ef977a43883215d560a2cecb82ec8e62131471c"
|
||||
"reference": "af29198d87112bebdd397bd7735fbd115997824c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c",
|
||||
"reference": "3ef977a43883215d560a2cecb82ec8e62131471c",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c",
|
||||
"reference": "af29198d87112bebdd397bd7735fbd115997824c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12094,7 +12095,7 @@
|
||||
"description": "Finds files and directories via an intuitive fluent interface",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/finder/tree/v6.4.8"
|
||||
"source": "https://github.com/symfony/finder/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12110,20 +12111,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-31T14:49:08+00:00"
|
||||
"time": "2024-07-24T07:06:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client",
|
||||
"version": "v7.1.2",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client.git",
|
||||
"reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425"
|
||||
"reference": "b79858aa7a051ea791b0d50269a234a0b50cb231"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/90ace27d17ccc9afc6f7ec0081e8529fb0e29425",
|
||||
"reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/b79858aa7a051ea791b0d50269a234a0b50cb231",
|
||||
"reference": "b79858aa7a051ea791b0d50269a234a0b50cb231",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12188,7 +12189,7 @@
|
||||
"http"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-client/tree/v7.1.2"
|
||||
"source": "https://github.com/symfony/http-client/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12204,7 +12205,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-28T08:00:31+00:00"
|
||||
"time": "2024-07-17T06:10:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
@@ -12286,16 +12287,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.4.8",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "27de8cc95e11db7a50b027e71caaab9024545947"
|
||||
"reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/27de8cc95e11db7a50b027e71caaab9024545947",
|
||||
"reference": "27de8cc95e11db7a50b027e71caaab9024545947",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/117f1f20a7ade7bcea28b861fb79160a21a1e37b",
|
||||
"reference": "117f1f20a7ade7bcea28b861fb79160a21a1e37b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12343,7 +12344,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.4.8"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12359,20 +12360,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-31T14:49:08+00:00"
|
||||
"time": "2024-07-26T12:36:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.4.9",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005"
|
||||
"reference": "147e0daf618d7575b5007055340d09aece5cf068"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/cc4a9bec6e1bdd2405f40277a68a6ed1bb393005",
|
||||
"reference": "cc4a9bec6e1bdd2405f40277a68a6ed1bb393005",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/147e0daf618d7575b5007055340d09aece5cf068",
|
||||
"reference": "147e0daf618d7575b5007055340d09aece5cf068",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12457,7 +12458,7 @@
|
||||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.4.9"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12473,7 +12474,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-28T11:48:06+00:00"
|
||||
"time": "2024-07-26T14:52:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
@@ -13640,16 +13641,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-info",
|
||||
"version": "v7.1.2",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-info.git",
|
||||
"reference": "d7b91e4aa07e822a9b935fc29a7254c12d502f16"
|
||||
"reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/d7b91e4aa07e822a9b935fc29a7254c12d502f16",
|
||||
"reference": "d7b91e4aa07e822a9b935fc29a7254c12d502f16",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
|
||||
"reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -13704,7 +13705,7 @@
|
||||
"validator"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/property-info/tree/v7.1.2"
|
||||
"source": "https://github.com/symfony/property-info/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -13720,20 +13721,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-26T07:21:35+00:00"
|
||||
"time": "2024-07-26T07:36:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/psr-http-message-bridge",
|
||||
"version": "v7.1.1",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/psr-http-message-bridge.git",
|
||||
"reference": "9a5dbb606da711f5d40a7596ad577856f9402140"
|
||||
"reference": "1365d10f5476f74a27cf9c2d1eee70c069019db0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9a5dbb606da711f5d40a7596ad577856f9402140",
|
||||
"reference": "9a5dbb606da711f5d40a7596ad577856f9402140",
|
||||
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/1365d10f5476f74a27cf9c2d1eee70c069019db0",
|
||||
"reference": "1365d10f5476f74a27cf9c2d1eee70c069019db0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -13787,7 +13788,7 @@
|
||||
"psr-7"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.1.1"
|
||||
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -13803,20 +13804,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-31T14:57:53+00:00"
|
||||
"time": "2024-07-17T06:10:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v6.4.8",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58"
|
||||
"reference": "aad19fe10753ba842f0d653a8db819c4b3affa87"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
|
||||
"reference": "8a40d0f9b01f0fbb80885d3ce0ad6714fb603a58",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/aad19fe10753ba842f0d653a8db819c4b3affa87",
|
||||
"reference": "aad19fe10753ba842f0d653a8db819c4b3affa87",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -13870,7 +13871,7 @@
|
||||
"url"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/routing/tree/v6.4.8"
|
||||
"source": "https://github.com/symfony/routing/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -13886,20 +13887,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-31T14:49:08+00:00"
|
||||
"time": "2024-07-15T09:26:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/serializer",
|
||||
"version": "v7.1.2",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/serializer.git",
|
||||
"reference": "d2077674aaaff02a95f290de512aa358947e6bbe"
|
||||
"reference": "0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/d2077674aaaff02a95f290de512aa358947e6bbe",
|
||||
"reference": "d2077674aaaff02a95f290de512aa358947e6bbe",
|
||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09",
|
||||
"reference": "0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -13967,7 +13968,7 @@
|
||||
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/serializer/tree/v7.1.2"
|
||||
"source": "https://github.com/symfony/serializer/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -13983,7 +13984,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-28T07:42:43+00:00"
|
||||
"time": "2024-07-17T06:10:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
@@ -14070,16 +14071,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v7.1.2",
|
||||
"version": "v7.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
|
||||
"reference": "ea272a882be7f20cad58d5d78c215001617b7f07"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
|
||||
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07",
|
||||
"reference": "ea272a882be7f20cad58d5d78c215001617b7f07",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14137,7 +14138,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v7.1.2"
|
||||
"source": "https://github.com/symfony/string/tree/v7.1.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14153,20 +14154,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-28T09:27:18+00:00"
|
||||
"time": "2024-07-22T10:25:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v6.4.8",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a"
|
||||
"reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a",
|
||||
"reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/94041203f8ac200ae9e7c6a18fa6137814ccecc9",
|
||||
"reference": "94041203f8ac200ae9e7c6a18fa6137814ccecc9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14232,7 +14233,7 @@
|
||||
"description": "Provides tools to internationalize your application",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/translation/tree/v6.4.8"
|
||||
"source": "https://github.com/symfony/translation/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14248,7 +14249,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-05-31T14:49:08+00:00"
|
||||
"time": "2024-07-26T12:30:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation-contracts",
|
||||
@@ -14486,16 +14487,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v6.4.9",
|
||||
"version": "v6.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172"
|
||||
"reference": "a71cc3374f5fb9759da1961d28c452373b343dd4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
|
||||
"reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/a71cc3374f5fb9759da1961d28c452373b343dd4",
|
||||
"reference": "a71cc3374f5fb9759da1961d28c452373b343dd4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14551,7 +14552,7 @@
|
||||
"dump"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.4.9"
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.4.10"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14567,7 +14568,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-27T13:23:14+00:00"
|
||||
"time": "2024-07-26T12:30:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-exporter",
|
||||
@@ -16367,16 +16368,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.5.28",
|
||||
"version": "10.5.29",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275"
|
||||
"reference": "8e9e80872b4e8064401788ee8a32d40b4455318f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff7fb85cdf88131b83e721fb2a327b664dbed275",
|
||||
"reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e9e80872b4e8064401788ee8a32d40b4455318f",
|
||||
"reference": "8e9e80872b4e8064401788ee8a32d40b4455318f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -16448,7 +16449,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.28"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.29"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -16464,7 +16465,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-07-18T14:54:16+00:00"
|
||||
"time": "2024-07-30T11:08:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
@@ -17447,16 +17448,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/error-solutions",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/error-solutions.git",
|
||||
"reference": "a014da18f2675ea15af0ba97f7e9aee59e13964f"
|
||||
"reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/a014da18f2675ea15af0ba97f7e9aee59e13964f",
|
||||
"reference": "a014da18f2675ea15af0ba97f7e9aee59e13964f",
|
||||
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/ae7393122eda72eed7cc4f176d1e96ea444f2d67",
|
||||
"reference": "ae7393122eda72eed7cc4f176d1e96ea444f2d67",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -17509,7 +17510,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/error-solutions/issues",
|
||||
"source": "https://github.com/spatie/error-solutions/tree/1.1.0"
|
||||
"source": "https://github.com/spatie/error-solutions/tree/1.1.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -17517,7 +17518,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-07-22T08:18:22+00:00"
|
||||
"time": "2024-07-25T11:06:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
@@ -17893,5 +17894,5 @@
|
||||
"php": "^8.0"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.2.0"
|
||||
"plugin-api-version": "2.6.0"
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@ module.exports = function (environment) {
|
||||
},
|
||||
|
||||
osrm: {
|
||||
host: getenv('OSRM_HOST', 'https://bundle.routing.fleetbase.io'),
|
||||
servers: getenv('OSRM_SERVERS', '').split(',').filter(Boolean),
|
||||
host: getenv('OSRM_HOST', 'https://router.project-osrm.org'),
|
||||
servers: {},
|
||||
},
|
||||
|
||||
socket: {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
module.exports = function () {
|
||||
return {
|
||||
'free-solid-svg-icons': 'all',
|
||||
'free-brands-svg-icons': 'all',
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,5 +4,4 @@ SOCKETCLUSTER_PATH=/socketcluster/
|
||||
SOCKETCLUSTER_HOST=localhost
|
||||
SOCKETCLUSTER_SECURE=false
|
||||
SOCKETCLUSTER_PORT=38000
|
||||
OSRM_HOST=https://bundle.routing.fleetbase.io
|
||||
OSRM_SERVERS=https://canada.routing.fleetbase.io,https://us.routing.fleetbase.io
|
||||
OSRM_HOST=https://router.project-osrm.org
|
||||
@@ -5,5 +5,4 @@ SOCKETCLUSTER_PATH=/socketcluster/
|
||||
SOCKETCLUSTER_HOST=
|
||||
SOCKETCLUSTER_SECURE=true
|
||||
SOCKETCLUSTER_PORT=38000
|
||||
OSRM_HOST=https://bundle.routing.fleetbase.io
|
||||
OSRM_SERVERS=https://canada.routing.fleetbase.io,https://us.routing.fleetbase.io
|
||||
OSRM_HOST=https://router.project-osrm.org
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fleetbase/console",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"private": true,
|
||||
"description": "Modular logistics and supply chain operating system (LSOS)",
|
||||
"repository": "https://github.com/fleetbase/fleetbase",
|
||||
@@ -30,12 +30,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fleetbase/ember-core": "^0.2.14",
|
||||
"@fleetbase/ember-ui": "^0.2.19",
|
||||
"@fleetbase/ember-ui": "^0.2.20",
|
||||
"@fleetbase/fleetops-engine": "^0.5.5",
|
||||
"@fleetbase/storefront-engine": "^0.3.13",
|
||||
"@fleetbase/dev-engine": "^0.2.5",
|
||||
"@fleetbase/iam-engine": "^0.0.14",
|
||||
"@fleetbase/registry-bridge-engine": "^0.0.9",
|
||||
"@fleetbase/registry-bridge-engine": "^0.0.10",
|
||||
"@fleetbase/fleetops-data": "^0.1.17",
|
||||
"@fleetbase/leaflet-routing-machine": "^3.2.16",
|
||||
"@ember/legacy-built-in-components": "^0.4.1",
|
||||
@@ -144,7 +144,7 @@
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@fleetbase/ember-core": "^0.2.14",
|
||||
"@fleetbase/ember-ui": "^0.2.19",
|
||||
"@fleetbase/ember-ui": "^0.2.20",
|
||||
"@fleetbase/fleetops-data": "^0.1.17"
|
||||
}
|
||||
},
|
||||
|
||||
2525
console/pnpm-lock.yaml
generated
2525
console/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -75,6 +75,7 @@ services:
|
||||
RESPONSE_CACHE_DRIVER: redis
|
||||
REGISTRY_HOST: https://registry.fleetbase.io
|
||||
REGISTRY_PREINSTALLED_EXTENSIONS: 'true'
|
||||
OSRM_HOST: https://router.project-osrm.org
|
||||
depends_on:
|
||||
- database
|
||||
- cache
|
||||
|
||||
Submodule packages/core-api updated: c8aac98169...f6a1345600
Submodule packages/ember-ui updated: 23a6e05f29...255c35e57b
Submodule packages/registry-bridge updated: b35e0da42b...9bdedfd4be
Reference in New Issue
Block a user