Compare commits

..

7 Commits

Author SHA1 Message Date
Ronald A. Richardson
c265c6fbda preparing release for 0.2.3 2023-10-06 16:41:24 +08:00
Ron
d8ae53d811 Merge pull request #132 from fleetbase/dev-v0.2.2
preparing for hotfix/critical release patches
2023-10-03 22:49:12 +08:00
Ronald A. Richardson
729e347a78 preparing for hotfix/critical release patches 2023-10-03 23:47:58 +09:00
Ron
3453ccffd4 Merge pull request #130 from fleetbase/dev-v0.2.1
preparing release with updated fleet ops ui/data and devices for tele…
2023-09-30 14:35:36 +08:00
Ronald A. Richardson
3d54ada328 latest ember-ui 2023-09-30 15:23:31 +09:00
Ronald A. Richardson
e9f6f875a1 latest console 2023-09-30 15:21:15 +09:00
Ronald A. Richardson
fa45669a6c preparing release with updated fleet ops ui/data and devices for telematics integrations 2023-09-30 15:15:42 +09:00
15 changed files with 167 additions and 254 deletions

5
.gitignore vendored
View File

@@ -12,9 +12,14 @@ api/storage/*.key
api/storage/uploads
api/storage/public
api/vendor
api/composer.dev.json
api/composer-install-dev.sh
act.sh
composer-auth.json
packages/billing-api
packages/billing-engine
packages/flespi-engine
packages/flespi-integration
packages/projectargus-engine
docker/database/*
docker/database/mysql/*

View File

@@ -1,7 +0,0 @@
#!/bin/bash
if [ -f composer.lock ]; then
rm composer.lock
fi
mv composer.json composer.prod.json && cp composer.dev.json composer.json && composer install && mv composer.prod.json composer.json

View File

@@ -1,89 +0,0 @@
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.8",
"fleetbase/fleetops-api": "^1.1.6",
"fleetbase/storefront-api": "^1.1.2",
"fleetbase/pallet-api": "^0.0.1",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",
"laravel/tinker": "^2.5",
"league/flysystem-aws-s3-v3": "^1.0",
"maatwebsite/excel": "^3.1",
"phpoffice/phpspreadsheet": "^1.28",
"predis/predis": "^2.1",
"psr/http-factory-implementation": "*"
},
"require-dev": {
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.9.1",
"kitloong/laravel-migrations-generator": "^6.10",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^5.10",
"phpunit/phpunit": "^9.5.10"
},
"repositories": [
{
"type": "path",
"url": "../packages/core-api"
},
{
"type": "path",
"url": "../packages/fleetops-api"
},
{
"type": "path",
"url": "../packages/storefront-api"
},
{
"type": "path",
"url": "../packages/pallet-api"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": ["Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi"],
"post-update-cmd": ["@php artisan vendor:publish --tag=laravel-assets --ansi --force"],
"post-root-package-install": ["@php -r \"file_exists('.env') || copy('.env.example', '.env');\""],
"post-create-project-cmd": ["@php artisan key:generate --ansi"],
"clear-logs": ["rm -rf storage/logs/*.log", "composer dump-autoload", "chmod -R 777 storage", "chmod -R 777 bootstrap/cache", "chmod -R 777 resources"],
"clean-logs": ["composer run-script clear-logs"],
"dock": ["docker exec -it fleetbase_os_application_1 /usr/bin/tmux -u new"],
"dock-server": ["docker exec -it fleetbase_os_httpd_1 /bin/sh"],
"tunnel": ["ngrok http --region=ap --hostname=fleetbase.ap.ngrok.io 8000"]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

View File

@@ -9,8 +9,8 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.8",
"fleetbase/fleetops-api": "^1.1.6",
"fleetbase/core-api": "^1.3.0",
"fleetbase/fleetops-api": "^1.2.0",
"fleetbase/storefront-api": "^1.1.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",

296
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": "0128ccad61732b0bc04988501abf0fff",
"content-hash": "ae63c043bbc2d9f8a102447161f3e301",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.281.8",
"version": "3.283.1",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "eb349b9f31502a05c70362f57913b9fed6b65b1f"
"reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/eb349b9f31502a05c70362f57913b9fed6b65b1f",
"reference": "eb349b9f31502a05c70362f57913b9fed6b65b1f",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0d1857ca3392ec9f8ee0b1605ba09842cced6351",
"reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351",
"shasum": ""
},
"require": {
@@ -281,9 +281,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.281.8"
"source": "https://github.com/aws/aws-sdk-php/tree/3.283.1"
},
"time": "2023-09-15T18:34:59+00:00"
"time": "2023-10-05T18:07:42+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -1939,16 +1939,16 @@
},
{
"name": "firebase/php-jwt",
"version": "v6.8.1",
"version": "v6.9.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26"
"reference": "f03270e63eaccf3019ef0f32849c497385774e11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/5dbc8959427416b8ee09a100d7a8588c00fb2e26",
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11",
"reference": "f03270e63eaccf3019ef0f32849c497385774e11",
"shasum": ""
},
"require": {
@@ -1996,22 +1996,22 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.8.1"
"source": "https://github.com/firebase/php-jwt/tree/v6.9.0"
},
"time": "2023-07-14T18:33:00+00:00"
"time": "2023-10-05T00:24:42+00:00"
},
{
"name": "fleetbase/core-api",
"version": "1.2.8",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "668246072421d7dbc39f1503c1a3e68263204d0e"
"reference": "44a4be907ed5ec7d6e103420ae9fcc1321c1c62c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/668246072421d7dbc39f1503c1a3e68263204d0e",
"reference": "668246072421d7dbc39f1503c1a3e68263204d0e",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/44a4be907ed5ec7d6e103420ae9fcc1321c1c62c",
"reference": "44a4be907ed5ec7d6e103420ae9fcc1321c1c62c",
"shasum": ""
},
"require": {
@@ -2085,29 +2085,29 @@
],
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.2.8"
"source": "https://github.com/fleetbase/core-api/tree/v1.3.0"
},
"time": "2023-09-16T04:48:58+00:00"
"time": "2023-10-06T08:09:44+00:00"
},
{
"name": "fleetbase/fleetops-api",
"version": "1.1.6",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops-api.git",
"reference": "69fc3c0369db46e863801ad50dec98fdd2439613"
"reference": "4313522b4048a556c228ab04e2600fae4c1be858"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/69fc3c0369db46e863801ad50dec98fdd2439613",
"reference": "69fc3c0369db46e863801ad50dec98fdd2439613",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/4313522b4048a556c228ab04e2600fae4c1be858",
"reference": "4313522b4048a556c228ab04e2600fae4c1be858",
"shasum": ""
},
"require": {
"barryvdh/laravel-dompdf": "^2.0",
"brick/geo": "0.7.2",
"cknow/laravel-money": "^7.1",
"fleetbase/core-api": "^1.2.8",
"fleetbase/core-api": "^1.3.0",
"geocoder-php/google-maps-places-provider": "^1.4",
"giggsey/libphonenumber-for-php": "^8.13",
"league/geotools": "^1.1.0",
@@ -2162,9 +2162,9 @@
],
"support": {
"issues": "https://github.com/fleetbase/fleetops-api/issues",
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.1.6"
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.2.0"
},
"time": "2023-09-16T04:56:40+00:00"
"time": "2023-10-06T08:12:02+00:00"
},
{
"name": "fleetbase/storefront-api",
@@ -2726,16 +2726,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.20",
"version": "8.13.22",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a"
"reference": "fc69cbcaff14c1af1f935b79033bdc5c0fa4a846"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a",
"reference": "c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/fc69cbcaff14c1af1f935b79033bdc5c0fa4a846",
"reference": "fc69cbcaff14c1af1f935b79033bdc5c0fa4a846",
"shasum": ""
},
"require": {
@@ -2794,7 +2794,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2023-09-07T06:33:03+00:00"
"time": "2023-09-29T14:53:55+00:00"
},
{
"name": "giggsey/locale",
@@ -2852,16 +2852,16 @@
},
{
"name": "google/auth",
"version": "v1.30.0",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "6028b072aa444d7edecbed603431322026704627"
"reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6028b072aa444d7edecbed603431322026704627",
"reference": "6028b072aa444d7edecbed603431322026704627",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
"reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
"shasum": ""
},
"require": {
@@ -2904,22 +2904,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.30.0"
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.31.0"
},
"time": "2023-09-07T19:13:44+00:00"
"time": "2023-10-05T20:39:00+00:00"
},
{
"name": "google/cloud-core",
"version": "v1.52.4",
"version": "v1.52.5",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-core.git",
"reference": "21c004745a32c71e03ab62effd7fbee0cf3ae7c6"
"reference": "28765cf75bd028ed063b0422b9c85bb9a54c41ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/21c004745a32c71e03ab62effd7fbee0cf3ae7c6",
"reference": "21c004745a32c71e03ab62effd7fbee0cf3ae7c6",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/28765cf75bd028ed063b0422b9c85bb9a54c41ca",
"reference": "28765cf75bd028ed063b0422b9c85bb9a54c41ca",
"shasum": ""
},
"require": {
@@ -2969,22 +2969,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.52.4"
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.52.5"
},
"time": "2023-09-15T20:50:36+00:00"
"time": "2023-09-30T16:50:41+00:00"
},
{
"name": "google/cloud-storage",
"version": "v1.33.2",
"version": "v1.33.3",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
"reference": "6148b428737eae9b6590ccd8fec508ab8689d096"
"reference": "e22877e96c3f5c4f53b0fb2077834fb6d64d0fca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/6148b428737eae9b6590ccd8fec508ab8689d096",
"reference": "6148b428737eae9b6590ccd8fec508ab8689d096",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/e22877e96c3f5c4f53b0fb2077834fb6d64d0fca",
"reference": "e22877e96c3f5c4f53b0fb2077834fb6d64d0fca",
"shasum": ""
},
"require": {
@@ -3025,9 +3025,9 @@
],
"description": "Cloud Storage Client for PHP",
"support": {
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.2"
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.3"
},
"time": "2023-09-15T20:50:36+00:00"
"time": "2023-09-30T16:50:41+00:00"
},
{
"name": "graham-campbell/manager",
@@ -6060,16 +6060,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.70.0",
"version": "2.71.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d"
"reference": "98276233188583f2ff845a0f992a235472d9466a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d",
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
"reference": "98276233188583f2ff845a0f992a235472d9466a",
"shasum": ""
},
"require": {
@@ -6162,7 +6162,7 @@
"type": "tidelift"
}
],
"time": "2023-09-07T16:43:50+00:00"
"time": "2023-09-25T11:31:05+00:00"
},
{
"name": "nette/caching",
@@ -6304,16 +6304,16 @@
},
{
"name": "nette/schema",
"version": "v1.2.4",
"version": "v1.2.5",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
"url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
"shasum": ""
},
"require": {
@@ -6360,9 +6360,9 @@
],
"support": {
"issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.2.4"
"source": "https://github.com/nette/schema/tree/v1.2.5"
},
"time": "2023-08-05T18:56:25+00:00"
"time": "2023-10-05T20:37:59+00:00"
},
{
"name": "nette/utils",
@@ -8261,16 +8261,16 @@
},
{
"name": "psr/http-client",
"version": "1.0.2",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
@@ -8307,9 +8307,9 @@
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
"source": "https://github.com/php-fig/http-client"
},
"time": "2023-04-10T20:12:12+00:00"
"time": "2023-09-23T14:17:50+00:00"
},
{
"name": "psr/http-factory",
@@ -8522,16 +8522,16 @@
},
{
"name": "psy/psysh",
"version": "v0.11.20",
"version": "v0.11.21",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "0fa27040553d1d280a67a4393194df5228afea5b"
"reference": "bcb22101107f3bf770523b65630c9d547f60c540"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
"reference": "0fa27040553d1d280a67a4393194df5228afea5b",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
"reference": "bcb22101107f3bf770523b65630c9d547f60c540",
"shasum": ""
},
"require": {
@@ -8561,6 +8561,10 @@
"extra": {
"branch-alias": {
"dev-main": "0.11.x-dev"
},
"bamarni-bin": {
"bin-links": false,
"forward-command": false
}
},
"autoload": {
@@ -8592,9 +8596,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
"source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
},
"time": "2023-07-31T14:32:22+00:00"
"time": "2023-09-17T21:15:54+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -9302,16 +9306,16 @@
},
{
"name": "sentry/sentry-laravel",
"version": "3.8.0",
"version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
"reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d"
"reference": "b6142a80fa9360a10b786d2da032339602d0e362"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/c7e7611553f9f90af10ed98dde1a680220f02e4d",
"reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/b6142a80fa9360a10b786d2da032339602d0e362",
"reference": "b6142a80fa9360a10b786d2da032339602d0e362",
"shasum": ""
},
"require": {
@@ -9378,7 +9382,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
"source": "https://github.com/getsentry/sentry-laravel/tree/3.8.0"
"source": "https://github.com/getsentry/sentry-laravel/tree/3.8.1"
},
"funding": [
{
@@ -9390,7 +9394,7 @@
"type": "custom"
}
],
"time": "2023-09-05T11:02:34+00:00"
"time": "2023-10-04T10:21:16+00:00"
},
{
"name": "spatie/enum",
@@ -10030,16 +10034,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.28",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9"
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9",
"reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9",
"url": "https://api.github.com/repos/symfony/cache/zipball/e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
"shasum": ""
},
"require": {
@@ -10107,7 +10111,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.28"
"source": "https://github.com/symfony/cache/tree/v5.4.29"
},
"funding": [
{
@@ -10123,7 +10127,7 @@
"type": "tidelift"
}
],
"time": "2023-08-05T08:32:42+00:00"
"time": "2023-09-19T13:25:51+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -10438,16 +10442,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.4.26",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9"
"reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
"reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/328c6fcfd2f90b64c16efaf0ea67a311d672f078",
"reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078",
"shasum": ""
},
"require": {
@@ -10489,7 +10493,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/v5.4.26"
"source": "https://github.com/symfony/error-handler/tree/v5.4.29"
},
"funding": [
{
@@ -10505,7 +10509,7 @@
"type": "tidelift"
}
],
"time": "2023-07-16T16:48:57+00:00"
"time": "2023-09-06T21:54:06+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -10736,16 +10740,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.26",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce"
"reference": "04784c66cbee613a827363ee1e65db65392893c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/19d48ef7f38e5057ed1789a503cd3eccef039bce",
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce",
"url": "https://api.github.com/repos/symfony/http-client/zipball/04784c66cbee613a827363ee1e65db65392893c1",
"reference": "04784c66cbee613a827363ee1e65db65392893c1",
"shasum": ""
},
"require": {
@@ -10807,7 +10811,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.26"
"source": "https://github.com/symfony/http-client/tree/v5.4.29"
},
"funding": [
{
@@ -10823,7 +10827,7 @@
"type": "tidelift"
}
],
"time": "2023-07-03T12:14:50+00:00"
"time": "2023-09-14T20:49:15+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -10981,16 +10985,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v5.4.28",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "127a2322ca1828157901092518b8ea8e4e1109d4"
"reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/127a2322ca1828157901092518b8ea8e4e1109d4",
"reference": "127a2322ca1828157901092518b8ea8e4e1109d4",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7",
"reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7",
"shasum": ""
},
"require": {
@@ -11073,7 +11077,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/v5.4.28"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.29"
},
"funding": [
{
@@ -11089,7 +11093,7 @@
"type": "tidelift"
}
],
"time": "2023-08-26T13:47:51+00:00"
"time": "2023-09-30T06:31:17+00:00"
},
{
"name": "symfony/mime",
@@ -12476,16 +12480,16 @@
},
{
"name": "symfony/serializer",
"version": "v5.4.28",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c"
"reference": "b893175000155839170d589f3a3593f2ce601829"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c",
"reference": "701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c",
"url": "https://api.github.com/repos/symfony/serializer/zipball/b893175000155839170d589f3a3593f2ce601829",
"reference": "b893175000155839170d589f3a3593f2ce601829",
"shasum": ""
},
"require": {
@@ -12559,7 +12563,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/v5.4.28"
"source": "https://github.com/symfony/serializer/tree/v5.4.29"
},
"funding": [
{
@@ -12575,7 +12579,7 @@
"type": "tidelift"
}
],
"time": "2023-08-24T14:14:18+00:00"
"time": "2023-09-20T07:40:46+00:00"
},
{
"name": "symfony/service-contracts",
@@ -12662,16 +12666,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.26",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "1181fe9270e373537475e826873b5867b863883c"
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
"reference": "1181fe9270e373537475e826873b5867b863883c",
"url": "https://api.github.com/repos/symfony/string/zipball/e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
"shasum": ""
},
"require": {
@@ -12728,7 +12732,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.26"
"source": "https://github.com/symfony/string/tree/v5.4.29"
},
"funding": [
{
@@ -12744,7 +12748,7 @@
"type": "tidelift"
}
],
"time": "2023-06-28T12:46:07+00:00"
"time": "2023-09-13T11:47:41+00:00"
},
{
"name": "symfony/translation",
@@ -12923,16 +12927,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.4.28",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "684b36ff415e1381d4a943c3ca2502cd2debad73"
"reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73",
"reference": "684b36ff415e1381d4a943c3ca2502cd2debad73",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65",
"reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65",
"shasum": ""
},
"require": {
@@ -12992,7 +12996,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.28"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.29"
},
"funding": [
{
@@ -13008,7 +13012,7 @@
"type": "tidelift"
}
],
"time": "2023-08-24T13:38:36+00:00"
"time": "2023-09-12T10:09:58+00:00"
},
{
"name": "symfony/var-exporter",
@@ -14099,16 +14103,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.6.6",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864"
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864",
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"shasum": ""
},
"require": {
@@ -14124,9 +14128,9 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.29",
"phpstan/phpstan": "1.10.35",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.9",
"phpunit/phpunit": "9.6.13",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
@@ -14192,7 +14196,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.6"
"source": "https://github.com/doctrine/dbal/tree/3.7.0"
},
"funding": [
{
@@ -14208,20 +14212,20 @@
"type": "tidelift"
}
],
"time": "2023-08-17T05:38:17+00:00"
"time": "2023-09-26T20:56:55+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v1.1.1",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
@@ -14253,9 +14257,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
"time": "2023-06-03T09:27:29+00:00"
"time": "2023-09-27T20:04:15+00:00"
},
{
"name": "doctrine/event-manager",
@@ -15284,16 +15288,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.28",
"version": "9.2.29",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef"
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
"shasum": ""
},
"require": {
@@ -15350,7 +15354,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
},
"funding": [
{
@@ -15358,7 +15362,7 @@
"type": "github"
}
],
"time": "2023-09-12T14:36:20+00:00"
"time": "2023-09-19T04:57:46+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -15603,16 +15607,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.12",
"version": "9.6.13",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f"
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f",
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
"shasum": ""
},
"require": {
@@ -15686,7 +15690,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
},
"funding": [
{
@@ -15702,7 +15706,7 @@
"type": "tidelift"
}
],
"time": "2023-09-12T14:39:31+00:00"
"time": "2023-09-19T05:39:22+00:00"
},
{
"name": "sebastian/cli-parser",

Submodule console updated: b99cefdc6d...8e43f5139d