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

This commit is contained in:
Ronald A. Richardson
2024-07-30 22:54:57 +08:00
10 changed files with 792 additions and 171 deletions

View File

@@ -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",
"fleetbase/billing-api": "^0.1.0",
"fleetbase/internals-api": "^0.0.4",

283
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": "2f82c03b93ddb1a4c2efd95fe0a84190",
"content-hash": "316e1e376e02925d7678334266d3c743",
"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",
@@ -2471,16 +2472,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": {
@@ -2563,9 +2564,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",
@@ -2827,20 +2828,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",
@@ -2903,9 +2904,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",
@@ -3589,16 +3590,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": {
@@ -3660,7 +3661,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",
@@ -3901,16 +3902,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": {
@@ -3947,9 +3948,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",
@@ -11267,16 +11268,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": {
@@ -11334,7 +11335,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": [
{
@@ -11342,7 +11343,7 @@
"type": "github"
}
],
"time": "2024-06-17T11:24:48+00:00"
"time": "2024-07-29T08:25:07+00:00"
},
{
"name": "spatie/laravel-sluggable",
@@ -11630,16 +11631,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": {
@@ -11707,7 +11708,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v7.1.2"
"source": "https://github.com/symfony/cache/tree/v7.1.3"
},
"funding": [
{
@@ -11723,7 +11724,7 @@
"type": "tidelift"
}
],
"time": "2024-06-11T13:32:38+00:00"
"time": "2024-07-17T06:10:24+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -11806,16 +11807,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": {
@@ -11880,7 +11881,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.4.9"
"source": "https://github.com/symfony/console/tree/v6.4.10"
},
"funding": [
{
@@ -11896,7 +11897,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T09:49:33+00:00"
"time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/css-selector",
@@ -12032,16 +12033,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": {
@@ -12087,7 +12088,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": [
{
@@ -12103,7 +12104,7 @@
"type": "tidelift"
}
],
"time": "2024-06-21T16:04:15+00:00"
"time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -12263,16 +12264,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": {
@@ -12307,7 +12308,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": [
{
@@ -12323,20 +12324,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": {
@@ -12401,7 +12402,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": [
{
@@ -12417,7 +12418,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T08:00:31+00:00"
"time": "2024-07-17T06:10:24+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -12499,16 +12500,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": {
@@ -12556,7 +12557,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": [
{
@@ -12572,20 +12573,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": {
@@ -12670,7 +12671,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": [
{
@@ -12686,7 +12687,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T11:48:06+00:00"
"time": "2024-07-26T14:52:04+00:00"
},
{
"name": "symfony/mailer",
@@ -13853,16 +13854,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": {
@@ -13917,7 +13918,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": [
{
@@ -13933,20 +13934,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": {
@@ -14000,7 +14001,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": [
{
@@ -14016,20 +14017,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": {
@@ -14083,7 +14084,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.4.8"
"source": "https://github.com/symfony/routing/tree/v6.4.10"
},
"funding": [
{
@@ -14099,20 +14100,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": {
@@ -14180,7 +14181,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": [
{
@@ -14196,7 +14197,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T07:42:43+00:00"
"time": "2024-07-17T06:10:24+00:00"
},
{
"name": "symfony/service-contracts",
@@ -14283,16 +14284,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": {
@@ -14350,7 +14351,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v7.1.2"
"source": "https://github.com/symfony/string/tree/v7.1.3"
},
"funding": [
{
@@ -14366,20 +14367,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": {
@@ -14445,7 +14446,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": [
{
@@ -14461,7 +14462,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:49:08+00:00"
"time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -14699,16 +14700,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": {
@@ -14764,7 +14765,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": [
{
@@ -14780,7 +14781,7 @@
"type": "tidelift"
}
],
"time": "2024-06-27T13:23:14+00:00"
"time": "2024-07-26T12:30:32+00:00"
},
{
"name": "symfony/var-exporter",
@@ -16580,16 +16581,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": {
@@ -16661,7 +16662,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": [
{
@@ -16677,7 +16678,7 @@
"type": "tidelift"
}
],
"time": "2024-07-18T14:54:16+00:00"
"time": "2024-07-30T11:08:00+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -17660,16 +17661,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": {
@@ -17722,7 +17723,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": [
{
@@ -17730,7 +17731,7 @@
"type": "github"
}
],
"time": "2024-07-22T08:18:22+00:00"
"time": "2024-07-25T11:06:04+00:00"
},
{
"name": "spatie/flare-client-php",