mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
Merge branch 'main' of github.com:fleetbase/fleetbase into cloud
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"fleetbase/core-api": "^1.4.21",
|
||||
"fleetbase/core-api": "^1.4.22",
|
||||
"fleetbase/fleetops-api": "^0.4.27",
|
||||
"fleetbase/storefront-api": "^0.3.7",
|
||||
"fleetbase/billing-api": "dev-main",
|
||||
"fleetbase/internals-api": "dev-main",
|
||||
"fleetbase/billing-api": "^0.0.8",
|
||||
"fleetbase/internals-api": "^0.0.3",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"laravel/framework": "^10.0",
|
||||
"laravel/octane": "^2.3",
|
||||
|
||||
261
api/composer.lock
generated
261
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": "858df49444214ad802c50d10bbe32629",
|
||||
"content-hash": "45a4c917d6e15fd4c0694179e50e01bc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aloha/twilio",
|
||||
@@ -136,16 +136,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.305.5",
|
||||
"version": "3.305.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "aff7806278b7ce7777ced1afd7534c72329e9240"
|
||||
"reference": "a611af9a40a5d93f2f04427b322dbb6044e90327"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/aff7806278b7ce7777ced1afd7534c72329e9240",
|
||||
"reference": "aff7806278b7ce7777ced1afd7534c72329e9240",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a611af9a40a5d93f2f04427b322dbb6044e90327",
|
||||
"reference": "a611af9a40a5d93f2f04427b322dbb6044e90327",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -225,9 +225,9 @@
|
||||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.305.5"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.305.9"
|
||||
},
|
||||
"time": "2024-04-29T18:07:32+00:00"
|
||||
"time": "2024-05-03T18:09:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php-laravel",
|
||||
@@ -2361,20 +2361,20 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/billing-api",
|
||||
"version": "dev-main",
|
||||
"version": "0.0.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:fleetbase/billing.git",
|
||||
"reference": "b9908db4cefe58aa0a7abca9faa522c828fbc398"
|
||||
"reference": "3f928805f20245400a12e9a47c2ad85dbf6ef8fb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/billing/zipball/b9908db4cefe58aa0a7abca9faa522c828fbc398",
|
||||
"reference": "b9908db4cefe58aa0a7abca9faa522c828fbc398",
|
||||
"url": "https://api.github.com/repos/fleetbase/billing/zipball/3f928805f20245400a12e9a47c2ad85dbf6ef8fb",
|
||||
"reference": "3f928805f20245400a12e9a47c2ad85dbf6ef8fb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"fleetbase/core-api": "^1.4.0",
|
||||
"fleetbase/core-api": "^1.4.21",
|
||||
"laravel/cashier": "^15.2.1",
|
||||
"php": "^8.0",
|
||||
"php-http/guzzle7-adapter": "^1.0",
|
||||
@@ -2388,7 +2388,6 @@
|
||||
"phpstan/phpstan": "^1.10.38",
|
||||
"symfony/var-dumper": "^5.4.29"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
@@ -2413,7 +2412,7 @@
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fleetbase\\Billing\\": "server/src/",
|
||||
"Fleetbase\\Billing\\Seeds\\": "server/seeds/"
|
||||
"Fleetbase\\Billing\\Seeders\\": "server/seeders/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
@@ -2465,23 +2464,23 @@
|
||||
"stripe api"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/fleetbase/billing/tree/v0.0.7",
|
||||
"source": "https://github.com/fleetbase/billing/tree/v0.0.8",
|
||||
"issues": "https://github.com/fleetbase/billing/issues"
|
||||
},
|
||||
"time": "2024-02-08T08:48:12+00:00"
|
||||
"time": "2024-05-03T12:24:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/core-api",
|
||||
"version": "1.4.21",
|
||||
"version": "1.4.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/core-api.git",
|
||||
"reference": "e8e76581393acc7a9b8857e9ad6161844aeeb62f"
|
||||
"reference": "96c766bb190db31418fd576aa91df94c50345b48"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/e8e76581393acc7a9b8857e9ad6161844aeeb62f",
|
||||
"reference": "e8e76581393acc7a9b8857e9ad6161844aeeb62f",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/96c766bb190db31418fd576aa91df94c50345b48",
|
||||
"reference": "96c766bb190db31418fd576aa91df94c50345b48",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2564,9 +2563,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.4.21"
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.4.22"
|
||||
},
|
||||
"time": "2024-04-30T11:29:56+00:00"
|
||||
"time": "2024-05-04T05:01:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/fleetops-api",
|
||||
@@ -2659,20 +2658,20 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/internals-api",
|
||||
"version": "dev-main",
|
||||
"version": "0.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:fleetbase/internals.git",
|
||||
"reference": "2cd294e4dda93e8636f6d08d2e257df1a4daf6ec"
|
||||
"reference": "b11bfb40ec9f365047d11a73ca87d1318871838e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/internals/zipball/2cd294e4dda93e8636f6d08d2e257df1a4daf6ec",
|
||||
"reference": "2cd294e4dda93e8636f6d08d2e257df1a4daf6ec",
|
||||
"url": "https://api.github.com/repos/fleetbase/internals/zipball/b11bfb40ec9f365047d11a73ca87d1318871838e",
|
||||
"reference": "b11bfb40ec9f365047d11a73ca87d1318871838e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"fleetbase/core-api": "^1.4.0",
|
||||
"fleetbase/core-api": "^1.4.21",
|
||||
"php": "^8.0",
|
||||
"php-http/guzzle7-adapter": "^1.0",
|
||||
"psr/http-factory-implementation": "*"
|
||||
@@ -2684,7 +2683,6 @@
|
||||
"phpstan/phpstan": "^1.10.38",
|
||||
"symfony/var-dumper": "^5.4.29"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
@@ -2756,10 +2754,10 @@
|
||||
"fleetbase-internals"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/fleetbase/internals/tree/v0.0.2",
|
||||
"source": "https://github.com/fleetbase/internals/tree/v0.0.3",
|
||||
"issues": "https://github.com/fleetbase/internals/issues"
|
||||
},
|
||||
"time": "2024-02-08T08:48:36+00:00"
|
||||
"time": "2024-05-04T04:56:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/laravel-mysql-spatial",
|
||||
@@ -3509,16 +3507,16 @@
|
||||
},
|
||||
{
|
||||
"name": "giggsey/libphonenumber-for-php",
|
||||
"version": "8.13.35",
|
||||
"version": "8.13.36",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
||||
"reference": "cd52d7b27572ee45d31ca0d61b394638ed9a6bae"
|
||||
"reference": "9ca4179e4332d21578cb29f0c0406f0a2b8803e3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/cd52d7b27572ee45d31ca0d61b394638ed9a6bae",
|
||||
"reference": "cd52d7b27572ee45d31ca0d61b394638ed9a6bae",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/9ca4179e4332d21578cb29f0c0406f0a2b8803e3",
|
||||
"reference": "9ca4179e4332d21578cb29f0c0406f0a2b8803e3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3580,7 +3578,7 @@
|
||||
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
||||
"source": "https://github.com/giggsey/libphonenumber-for-php"
|
||||
},
|
||||
"time": "2024-04-19T12:41:30+00:00"
|
||||
"time": "2024-05-03T06:27:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "giggsey/locale",
|
||||
@@ -3638,16 +3636,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/auth",
|
||||
"version": "v1.38.0",
|
||||
"version": "v1.39.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||
"reference": "5d0c47368fc644d98d0a6299362d4ce03a0ef250"
|
||||
"reference": "23e8e696d87f8d7dfefbd347ca1c99ce17ecb368"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/5d0c47368fc644d98d0a6299362d4ce03a0ef250",
|
||||
"reference": "5d0c47368fc644d98d0a6299362d4ce03a0ef250",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/23e8e696d87f8d7dfefbd347ca1c99ce17ecb368",
|
||||
"reference": "23e8e696d87f8d7dfefbd347ca1c99ce17ecb368",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3692,22 +3690,22 @@
|
||||
"support": {
|
||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.38.0"
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.39.0"
|
||||
},
|
||||
"time": "2024-04-24T18:36:53+00:00"
|
||||
"time": "2024-05-02T16:03:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-core",
|
||||
"version": "v1.58.0",
|
||||
"version": "v1.58.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-cloud-php-core.git",
|
||||
"reference": "2ea91dab93f9281c97e28691c0d9d806c5b61359"
|
||||
"reference": "db3e0ab25103e0ca953f6e1e0ca5a39e363b8988"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/2ea91dab93f9281c97e28691c0d9d806c5b61359",
|
||||
"reference": "2ea91dab93f9281c97e28691c0d9d806c5b61359",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/db3e0ab25103e0ca953f6e1e0ca5a39e363b8988",
|
||||
"reference": "db3e0ab25103e0ca953f6e1e0ca5a39e363b8988",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3758,22 +3756,22 @@
|
||||
],
|
||||
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.58.0"
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.58.1"
|
||||
},
|
||||
"time": "2024-04-19T22:39:11+00:00"
|
||||
"time": "2024-05-03T18:32:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-storage",
|
||||
"version": "v1.41.3",
|
||||
"version": "v1.41.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
|
||||
"reference": "58b7e56e2ad9c7ef55648c461e74372580b34794"
|
||||
"reference": "304b3ef6a1bd827774faa1deea315b5844826af2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/58b7e56e2ad9c7ef55648c461e74372580b34794",
|
||||
"reference": "58b7e56e2ad9c7ef55648c461e74372580b34794",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/304b3ef6a1bd827774faa1deea315b5844826af2",
|
||||
"reference": "304b3ef6a1bd827774faa1deea315b5844826af2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3815,9 +3813,9 @@
|
||||
],
|
||||
"description": "Cloud Storage Client for PHP",
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.41.3"
|
||||
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.41.4"
|
||||
},
|
||||
"time": "2024-04-19T22:39:11+00:00"
|
||||
"time": "2024-05-03T18:32:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/common-protos",
|
||||
@@ -3975,16 +3973,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/longrunning",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/php-longrunning.git",
|
||||
"reference": "67b80d36df06eaf5000fea010c77307e72fa0985"
|
||||
"reference": "dd38c97ee348ad73bfb581aa276a536161f4b181"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/67b80d36df06eaf5000fea010c77307e72fa0985",
|
||||
"reference": "67b80d36df06eaf5000fea010c77307e72fa0985",
|
||||
"url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/dd38c97ee348ad73bfb581aa276a536161f4b181",
|
||||
"reference": "dd38c97ee348ad73bfb581aa276a536161f4b181",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -4013,9 +4011,9 @@
|
||||
],
|
||||
"description": "Google LongRunning Client for PHP",
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/php-longrunning/tree/v0.4.1"
|
||||
"source": "https://github.com/googleapis/php-longrunning/tree/v0.4.2"
|
||||
},
|
||||
"time": "2024-04-19T22:39:11+00:00"
|
||||
"time": "2024-05-03T18:32:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/protobuf",
|
||||
@@ -5572,16 +5570,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.48.9",
|
||||
"version": "v10.48.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "ad758500b47964d022addf119600a1b1b0230733"
|
||||
"reference": "91e2b9e218afa4e5c377510faa11957042831ba3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/ad758500b47964d022addf119600a1b1b0230733",
|
||||
"reference": "ad758500b47964d022addf119600a1b1b0230733",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/91e2b9e218afa4e5c377510faa11957042831ba3",
|
||||
"reference": "91e2b9e218afa4e5c377510faa11957042831ba3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5775,20 +5773,20 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2024-04-23T15:01:33+00:00"
|
||||
"time": "2024-04-30T12:52:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/octane",
|
||||
"version": "v2.3.8",
|
||||
"version": "v2.3.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/octane.git",
|
||||
"reference": "d66cf7acb18d8f0ff7f554be7e6d0b4a577e0f3d"
|
||||
"reference": "33773bbbf7ba6c9cea3d9bc3f63e3ec57197729f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/d66cf7acb18d8f0ff7f554be7e6d0b4a577e0f3d",
|
||||
"reference": "d66cf7acb18d8f0ff7f554be7e6d0b4a577e0f3d",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/33773bbbf7ba6c9cea3d9bc3f63e3ec57197729f",
|
||||
"reference": "33773bbbf7ba6c9cea3d9bc3f63e3ec57197729f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5864,20 +5862,20 @@
|
||||
"issues": "https://github.com/laravel/octane/issues",
|
||||
"source": "https://github.com/laravel/octane"
|
||||
},
|
||||
"time": "2024-04-18T14:05:10+00:00"
|
||||
"time": "2024-04-29T13:25:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
"version": "v0.1.20",
|
||||
"version": "v0.1.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/prompts.git",
|
||||
"reference": "bf9a360c484976692de0f3792f30066f4f4b34a2"
|
||||
"reference": "23ea808e8a145653e0ab29e30d4385e49f40a920"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/bf9a360c484976692de0f3792f30066f4f4b34a2",
|
||||
"reference": "bf9a360c484976692de0f3792f30066f4f4b34a2",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920",
|
||||
"reference": "23ea808e8a145653e0ab29e30d4385e49f40a920",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5917,11 +5915,12 @@
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Add beautiful and user-friendly forms to your command-line applications.",
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/prompts/issues",
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.20"
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.21"
|
||||
},
|
||||
"time": "2024-04-18T00:45:25+00:00"
|
||||
"time": "2024-04-30T12:46:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sanctum",
|
||||
@@ -11984,16 +11983,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
"version": "v3.4.0",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
||||
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
|
||||
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12002,7 +12001,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.4-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
@@ -12031,7 +12030,7 @@
|
||||
"description": "A generic function and convention to trigger deprecation notices",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12047,7 +12046,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-05-23T14:45:45+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
@@ -12206,16 +12205,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher-contracts",
|
||||
"version": "v3.4.2",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||||
"reference": "4e64b49bf370ade88e567de29465762e316e4224"
|
||||
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224",
|
||||
"reference": "4e64b49bf370ade88e567de29465762e316e4224",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
|
||||
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12225,7 +12224,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.4-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
@@ -12262,7 +12261,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2"
|
||||
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12278,7 +12277,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-23T14:51:35+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
@@ -12438,16 +12437,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
"version": "v3.4.2",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client-contracts.git",
|
||||
"reference": "b6b5c876b3a4ed74460e2c5ac53bbce2f12e2a7e"
|
||||
"reference": "20414d96f391677bf80078aa55baece78b82647d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/b6b5c876b3a4ed74460e2c5ac53bbce2f12e2a7e",
|
||||
"reference": "b6b5c876b3a4ed74460e2c5ac53bbce2f12e2a7e",
|
||||
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d",
|
||||
"reference": "20414d96f391677bf80078aa55baece78b82647d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -12456,7 +12455,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.4-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
@@ -12496,7 +12495,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-client-contracts/tree/v3.4.2"
|
||||
"source": "https://github.com/symfony/http-client-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -12512,7 +12511,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-01T18:51:09+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
@@ -14215,21 +14214,22 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
"version": "v3.4.2",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/service-contracts.git",
|
||||
"reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
|
||||
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
|
||||
"reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
|
||||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
||||
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.1|^2.0"
|
||||
"psr/container": "^1.1|^2.0",
|
||||
"symfony/deprecation-contracts": "^2.5|^3"
|
||||
},
|
||||
"conflict": {
|
||||
"ext-psr": "<1.1|>=2"
|
||||
@@ -14237,7 +14237,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.4-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
@@ -14277,7 +14277,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
|
||||
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14293,7 +14293,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-12-19T21:51:00+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
@@ -14478,16 +14478,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation-contracts",
|
||||
"version": "v3.4.2",
|
||||
"version": "v3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation-contracts.git",
|
||||
"reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b"
|
||||
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
|
||||
"reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
|
||||
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
|
||||
"reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14496,7 +14496,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "3.4-dev"
|
||||
"dev-main": "3.5-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
@@ -14536,7 +14536,7 @@
|
||||
"standards"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.2"
|
||||
"source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -14552,7 +14552,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-23T14:51:35+00:00"
|
||||
"time": "2024-04-18T09:32:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/uid",
|
||||
@@ -17590,16 +17590,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
"version": "1.4.4",
|
||||
"version": "1.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/flare-client-php.git",
|
||||
"reference": "17082e780752d346c2db12ef5d6bee8e835e399c"
|
||||
"reference": "e27977d534eefe04c154c6fd8460217024054c05"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c",
|
||||
"reference": "17082e780752d346c2db12ef5d6bee8e835e399c",
|
||||
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/e27977d534eefe04c154c6fd8460217024054c05",
|
||||
"reference": "e27977d534eefe04c154c6fd8460217024054c05",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -17647,7 +17647,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/flare-client-php/issues",
|
||||
"source": "https://github.com/spatie/flare-client-php/tree/1.4.4"
|
||||
"source": "https://github.com/spatie/flare-client-php/tree/1.5.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -17655,20 +17655,20 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-01-31T14:18:45+00:00"
|
||||
"time": "2024-05-03T15:43:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/ignition",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/ignition.git",
|
||||
"reference": "80385994caed328f6f9c9952926932e65b9b774c"
|
||||
"reference": "c23cc018c5f423d2f413b99f84655fceb6549811"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/80385994caed328f6f9c9952926932e65b9b774c",
|
||||
"reference": "80385994caed328f6f9c9952926932e65b9b774c",
|
||||
"url": "https://api.github.com/repos/spatie/ignition/zipball/c23cc018c5f423d2f413b99f84655fceb6549811",
|
||||
"reference": "c23cc018c5f423d2f413b99f84655fceb6549811",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -17738,20 +17738,20 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-26T08:45:51+00:00"
|
||||
"time": "2024-05-03T15:56:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-ignition",
|
||||
"version": "2.6.1",
|
||||
"version": "2.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-ignition.git",
|
||||
"reference": "866eadf05386f79b9e5c44213ada3c3899240f23"
|
||||
"reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/866eadf05386f79b9e5c44213ada3c3899240f23",
|
||||
"reference": "866eadf05386f79b9e5c44213ada3c3899240f23",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/f52124d50122611e8a40f628cef5c19ff6cc5b57",
|
||||
"reference": "f52124d50122611e8a40f628cef5c19ff6cc5b57",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -17760,7 +17760,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"php": "^8.1",
|
||||
"spatie/flare-client-php": "^1.3.5",
|
||||
"spatie/flare-client-php": "^1.5",
|
||||
"spatie/ignition": "^1.14",
|
||||
"symfony/console": "^6.2.3|^7.0",
|
||||
"symfony/var-dumper": "^6.2.3|^7.0"
|
||||
@@ -17830,7 +17830,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-30T08:47:46+00:00"
|
||||
"time": "2024-05-02T13:42:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
@@ -17956,10 +17956,7 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"fleetbase/billing-api": 20,
|
||||
"fleetbase/internals-api": 20
|
||||
},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fleetbase/console",
|
||||
"version": "0.4.20",
|
||||
"version": "0.4.21",
|
||||
"private": true,
|
||||
"description": "Fleetbase Console",
|
||||
"repository": "https://github.com/fleetbase/fleetbase",
|
||||
@@ -36,7 +36,7 @@
|
||||
"@fleetbase/storefront-engine": "^0.3.7",
|
||||
"@fleetbase/dev-engine": "^0.2.2",
|
||||
"@fleetbase/iam-engine": "^0.0.10",
|
||||
"@fleetbase/billing-engine": "^0.0.6",
|
||||
"@fleetbase/billing-engine": "^0.0.8",
|
||||
"@fleetbase/leaflet-routing-machine": "^3.2.16",
|
||||
"@ember/legacy-built-in-components": "^0.4.1",
|
||||
"@fortawesome/ember-fontawesome": "^0.4.1",
|
||||
|
||||
8
console/pnpm-lock.yaml
generated
8
console/pnpm-lock.yaml
generated
@@ -14,8 +14,8 @@ dependencies:
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(ember-source@5.4.0)
|
||||
'@fleetbase/billing-engine':
|
||||
specifier: ^0.0.6
|
||||
version: 0.0.6(@ember/test-helpers@3.2.0)(@glimmer/component@1.1.2)(@glimmer/tracking@1.1.2)(ember-engines@0.8.23)(ember-source@5.4.0)(postcss@8.4.21)(rollup@4.9.1)(tracked-built-ins@3.3.0)(webpack@5.89.0)
|
||||
specifier: ^0.0.8
|
||||
version: 0.0.8(@ember/test-helpers@3.2.0)(@glimmer/component@1.1.2)(@glimmer/tracking@1.1.2)(ember-engines@0.8.23)(ember-source@5.4.0)(postcss@8.4.21)(rollup@4.9.1)(tracked-built-ins@3.3.0)(webpack@5.89.0)
|
||||
'@fleetbase/dev-engine':
|
||||
specifier: ^0.2.2
|
||||
version: 0.2.2(@ember/test-helpers@3.2.0)(@glimmer/component@1.1.2)(@glimmer/tracking@1.1.2)(ember-engines@0.8.23)(ember-source@5.4.0)(postcss@8.4.21)(rollup@4.9.1)(tracked-built-ins@3.3.0)(webpack@5.89.0)
|
||||
@@ -2631,8 +2631,8 @@ packages:
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@fleetbase/billing-engine@0.0.6(@ember/test-helpers@3.2.0)(@glimmer/component@1.1.2)(@glimmer/tracking@1.1.2)(ember-engines@0.8.23)(ember-source@5.4.0)(postcss@8.4.21)(rollup@4.9.1)(tracked-built-ins@3.3.0)(webpack@5.89.0):
|
||||
resolution: {integrity: sha512-lZiTSB/Lxi6dFQiKxT++U4OsPEJgL9gBqqmTY2icTlRAE+sBrB6kYO7RLVJ1ttEQh3EkRfiglLY/VSLOFK2/OA==, tarball: https://npm.pkg.github.com/download/@fleetbase/billing-engine/0.0.6/1e5a017faafbca0a3fce16919ec4519b4744e3c5}
|
||||
/@fleetbase/billing-engine@0.0.8(@ember/test-helpers@3.2.0)(@glimmer/component@1.1.2)(@glimmer/tracking@1.1.2)(ember-engines@0.8.23)(ember-source@5.4.0)(postcss@8.4.21)(rollup@4.9.1)(tracked-built-ins@3.3.0)(webpack@5.89.0):
|
||||
resolution: {integrity: sha512-SMW0FdgeqbME0ld3BYd8bePytg1lzXFguMI1qAPEUsfAa7PeiGBnqYHcjB5Zj/Y6mBj7Vg6u4jUXdxsPoVn8Fw==, tarball: https://npm.pkg.github.com/download/@fleetbase/billing-engine/0.0.8/9f8094214112a7244941edb6955fda962aef09d6}
|
||||
engines: {node: '>= 18'}
|
||||
peerDependencies:
|
||||
ember-engines: ^0.9.0
|
||||
|
||||
Reference in New Issue
Block a user