Merge pull request #114 from fleetbase/feature-driver-simulation-api

Add driver simulation API, critical bugfixes, and a few new features
This commit is contained in:
Ron
2023-08-25 20:21:45 +08:00
committed by GitHub
14 changed files with 228 additions and 150 deletions

View File

@@ -6,10 +6,11 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.4",
"fleetbase/fleetops-api": "^1.1.2",
"fleetbase/storefront-api": "^1.1.0",
"fleetbase/core-api": "^1.2.5",
"fleetbase/fleetops-api": "^1.1.3",
"fleetbase/storefront-api": "^1.1.1",
"fleetbase/pallet-api": "^0.0.1",
"fleetbase/billing-api": "^0.0.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
@@ -19,8 +20,7 @@
"maatwebsite/excel": "^3.1",
"phpoffice/phpspreadsheet": "^1.28",
"predis/predis": "^2.1",
"psr/http-factory-implementation": "*",
"textalk/websocket": "^1.6"
"psr/http-factory-implementation": "*"
},
"require-dev": {
"facade/ignition": "^2.5",
@@ -47,6 +47,10 @@
{
"type": "path",
"url": "../packages/pallet-api"
},
{
"type": "path",
"url": "../packages/billing-api"
}
],
"autoload": {

View File

@@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.4",
"fleetbase/fleetops-api": "^1.1.2",
"fleetbase/storefront-api": "^1.1.0",
"fleetbase/core-api": "^1.2.5",
"fleetbase/fleetops-api": "^1.1.3",
"fleetbase/storefront-api": "^1.1.1",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
@@ -21,8 +21,7 @@
"maatwebsite/excel": "^3.1",
"phpoffice/phpspreadsheet": "^1.28",
"predis/predis": "^2.1",
"psr/http-factory-implementation": "*",
"textalk/websocket": "^1.6"
"psr/http-factory-implementation": "*"
},
"require-dev": {
"facade/ignition": "^2.5",

333
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": "e67a326ba1360c7ffa74da74e88751e4",
"content-hash": "2f1829ade9d88a1f1781ef25a68844bd",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.279.1",
"version": "3.279.6",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "73ca831b1311945e96594b3cdf2b973bc733d57a"
"reference": "e83376ac8e88ed99c3d75d1309a2cb1148d31fd9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/73ca831b1311945e96594b3cdf2b973bc733d57a",
"reference": "73ca831b1311945e96594b3cdf2b973bc733d57a",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e83376ac8e88ed99c3d75d1309a2cb1148d31fd9",
"reference": "e83376ac8e88ed99c3d75d1309a2cb1148d31fd9",
"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.279.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.279.6"
},
"time": "2023-08-17T18:14:41+00:00"
"time": "2023-08-24T18:07:59+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -938,16 +938,16 @@
},
{
"name": "cknow/laravel-money",
"version": "v7.1.0",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/cknow/laravel-money.git",
"reference": "a98ca18f72abb864a39530d81f869494ff22fd83"
"reference": "d54ebc59342ed2a68647cc878444ef48af9f21ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cknow/laravel-money/zipball/a98ca18f72abb864a39530d81f869494ff22fd83",
"reference": "a98ca18f72abb864a39530d81f869494ff22fd83",
"url": "https://api.github.com/repos/cknow/laravel-money/zipball/d54ebc59342ed2a68647cc878444ef48af9f21ef",
"reference": "d54ebc59342ed2a68647cc878444ef48af9f21ef",
"shasum": ""
},
"require": {
@@ -955,15 +955,15 @@
"ext-json": "*",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0",
"moneyphp/money": "^3.3|^4.0.3",
"moneyphp/money": "^3.3|^4.2",
"php": "^7.3|^8.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.7",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
"mockery/mockery": "^1.5",
"mockery/mockery": "^1.6",
"phpunit/phpunit": "^8.5|^9.5.10|^10.0",
"spatie/phpunit-watcher": "^1.0"
"spatie/phpunit-watcher": "^1.23"
},
"type": "library",
"extra": {
@@ -1000,9 +1000,9 @@
],
"support": {
"issues": "https://github.com/cknow/laravel-money/issues",
"source": "https://github.com/cknow/laravel-money/tree/v7.1.0"
"source": "https://github.com/cknow/laravel-money/tree/v7.2.0"
},
"time": "2023-02-18T14:33:06+00:00"
"time": "2023-08-18T11:13:55+00:00"
},
{
"name": "clue/stream-filter",
@@ -2002,16 +2002,16 @@
},
{
"name": "fleetbase/core-api",
"version": "1.2.4",
"version": "1.2.5",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "ce2025797a3cc334a5cd5b7e21339494c97e48c6"
"reference": "689d218d16a0f4e777b2c33e5e36075ed711699f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/ce2025797a3cc334a5cd5b7e21339494c97e48c6",
"reference": "ce2025797a3cc334a5cd5b7e21339494c97e48c6",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/689d218d16a0f4e777b2c33e5e36075ed711699f",
"reference": "689d218d16a0f4e777b2c33e5e36075ed711699f",
"shasum": ""
},
"require": {
@@ -2032,13 +2032,13 @@
"maatwebsite/excel": "^3.1",
"php": "^7.4|^8.0",
"phpoffice/phpspreadsheet": "^1.28",
"phrity/websocket": "^1.7",
"pragmarx/countries": "^0.8.2",
"sentry/sentry-laravel": "*",
"spatie/laravel-activitylog": "^3.17",
"spatie/laravel-permission": "^5.5",
"spatie/laravel-responsecache": "^6.6",
"spatie/laravel-sluggable": "^2.6",
"textalk/websocket": "^1.6",
"vinkla/hashids": "^9.1",
"xantios/mimey": "^2.2.0"
},
@@ -2085,29 +2085,29 @@
],
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.2.4"
"source": "https://github.com/fleetbase/core-api/tree/v1.2.5"
},
"time": "2023-08-18T06:28:36+00:00"
"time": "2023-08-25T10:23:50+00:00"
},
{
"name": "fleetbase/fleetops-api",
"version": "1.1.2",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops-api.git",
"reference": "bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17"
"reference": "db3bc11f43be56b13757fd8f32cd25b4b3293478"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17",
"reference": "bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/db3bc11f43be56b13757fd8f32cd25b4b3293478",
"reference": "db3bc11f43be56b13757fd8f32cd25b4b3293478",
"shasum": ""
},
"require": {
"barryvdh/laravel-dompdf": "^2.0",
"brick/geo": "0.7.2",
"cknow/laravel-money": "^7.1",
"fleetbase/core-api": "^1.2.4",
"fleetbase/core-api": "^1.2.5",
"geocoder-php/google-maps-places-provider": "^1.4",
"giggsey/libphonenumber-for-php": "^8.13",
"league/geotools": "^1.1.0",
@@ -2162,27 +2162,27 @@
],
"support": {
"issues": "https://github.com/fleetbase/fleetops-api/issues",
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.1.2"
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.1.3"
},
"time": "2023-08-18T06:32:38+00:00"
"time": "2023-08-25T10:59:15+00:00"
},
{
"name": "fleetbase/storefront-api",
"version": "1.1.0",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/storefront-api.git",
"reference": "028d56f1b0c6737166c9fb7cfb1584fe09aa1432"
"reference": "5b2e3266d957f02110289e9852b94004df71d213"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/028d56f1b0c6737166c9fb7cfb1584fe09aa1432",
"reference": "028d56f1b0c6737166c9fb7cfb1584fe09aa1432",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/5b2e3266d957f02110289e9852b94004df71d213",
"reference": "5b2e3266d957f02110289e9852b94004df71d213",
"shasum": ""
},
"require": {
"fleetbase/core-api": "^1.1.9",
"fleetbase/fleetops-api": "^1.1.1",
"fleetbase/core-api": "^1.2.5",
"fleetbase/fleetops-api": "^1.1.3",
"geocoder-php/google-maps-places-provider": "^1.4",
"laravel-notification-channels/apn": "^3.8",
"laravel-notification-channels/fcm": "^2.7",
@@ -2242,9 +2242,9 @@
],
"support": {
"issues": "https://github.com/fleetbase/storefront-api/issues",
"source": "https://github.com/fleetbase/storefront-api/tree/v1.1.0"
"source": "https://github.com/fleetbase/storefront-api/tree/v1.1.1"
},
"time": "2023-08-01T07:49:47+00:00"
"time": "2023-08-25T11:06:17+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -2726,16 +2726,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.18",
"version": "8.13.19",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "23eb0cb4577ec59ed7a89decc332815896085d24"
"reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/23eb0cb4577ec59ed7a89decc332815896085d24",
"reference": "23eb0cb4577ec59ed7a89decc332815896085d24",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/7b60d1264ba806e68fb99b06e73e2ed07815689e",
"reference": "7b60d1264ba806e68fb99b06e73e2ed07815689e",
"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-08-03T11:09:03+00:00"
"time": "2023-08-22T13:59:44+00:00"
},
{
"name": "giggsey/locale",
@@ -2852,16 +2852,16 @@
},
{
"name": "google/auth",
"version": "v1.28.0",
"version": "v1.29.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac"
"reference": "f199ed635b945e5adfd3c1a203543d8d86aff239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f199ed635b945e5adfd3c1a203543d8d86aff239",
"reference": "f199ed635b945e5adfd3c1a203543d8d86aff239",
"shasum": ""
},
"require": {
@@ -2873,8 +2873,8 @@
"psr/http-message": "^1.1||^2.0"
},
"require-dev": {
"guzzlehttp/promises": "^1.3",
"kelvinmo/simplejwt": "0.7.0",
"guzzlehttp/promises": "^2.0",
"kelvinmo/simplejwt": "0.7.1",
"phpseclib/phpseclib": "^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0.0",
@@ -2904,9 +2904,9 @@
"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.28.0"
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.29.1"
},
"time": "2023-05-11T21:58:18+00:00"
"time": "2023-08-23T08:49:35+00:00"
},
{
"name": "google/cloud-core",
@@ -5930,25 +5930,25 @@
},
{
"name": "mtdowling/jmespath.php",
"version": "2.6.1",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"bin": [
"bin/jp.php"
@@ -5956,7 +5956,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
"dev-master": "2.7-dev"
}
},
"autoload": {
@@ -5972,6 +5972,11 @@
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
@@ -5985,9 +5990,9 @@
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
"source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
},
"time": "2021-06-14T00:11:39+00:00"
"time": "2023-08-25T10:54:48+00:00"
},
{
"name": "myclabs/php-enum",
@@ -7421,33 +7426,93 @@
"time": "2023-02-25T19:38:58+00:00"
},
{
"name": "phrity/net-uri",
"name": "phrity/net-stream",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/sirn-se/phrity-net-uri.git",
"reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7"
"url": "https://github.com/sirn-se/phrity-net-stream.git",
"reference": "83435f3103016dfd45ded39040190a7f505ea264"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
"reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
"url": "https://api.github.com/repos/sirn-se/phrity-net-stream/zipball/83435f3103016dfd45ded39040190a7f505ea264",
"reference": "83435f3103016dfd45ded39040190a7f505ea264",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"php": "^7.4 | ^8.0",
"phrity/util-errorhandler": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 | ^2.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.0 | ^10.0",
"phrity/net-uri": "^1.1",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"": "src/"
"Phrity\\Net\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sören Jensen",
"email": "sirn@sirn.se",
"homepage": "https://phrity.sirn.se"
}
],
"description": "Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory",
"homepage": "https://phrity.sirn.se/net-stream",
"keywords": [
"Socket",
"client",
"psr-17",
"psr-7",
"server",
"stream",
"stream factory"
],
"support": {
"issues": "https://github.com/sirn-se/phrity-net-stream/issues",
"source": "https://github.com/sirn-se/phrity-net-stream/tree/1.2.0"
},
"time": "2023-07-05T13:31:05+00:00"
},
{
"name": "phrity/net-uri",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/sirn-se/phrity-net-uri.git",
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
"shasum": ""
},
"require": {
"php": "^7.4 | ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 | ^2.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^9.0 | ^10.0",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Phrity\\Net\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -7471,9 +7536,9 @@
],
"support": {
"issues": "https://github.com/sirn-se/phrity-net-uri/issues",
"source": "https://github.com/sirn-se/phrity-net-uri/tree/1.2.0"
"source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0"
},
"time": "2022-11-30T07:20:06+00:00"
"time": "2023-08-21T10:33:06+00:00"
},
{
"name": "phrity/util-errorhandler",
@@ -7526,6 +7591,67 @@
},
"time": "2022-10-27T12:14:42+00:00"
},
{
"name": "phrity/websocket",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/sirn-se/websocket-php.git",
"reference": "d6dd8337e1ac13c08e0be25e168ad907300da955"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/d6dd8337e1ac13c08e0be25e168ad907300da955",
"reference": "d6dd8337e1ac13c08e0be25e168ad907300da955",
"shasum": ""
},
"require": {
"php": "^7.4 | ^8.0",
"phrity/net-stream": "^1.2",
"phrity/net-uri": "^1.2",
"phrity/util-errorhandler": "^1.0",
"psr/http-message": "^1.0 | ^2.0",
"psr/log": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^9.0 | ^10.0",
"phrity/net-mock": "^1.2",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"WebSocket\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Fredrik Liljegren"
},
{
"name": "Sören Jensen",
"email": "sirn@sirn.se",
"homepage": "https://phrity.sirn.se"
}
],
"description": "WebSocket client and server",
"homepage": "https://phrity.sirn.se/websocket",
"keywords": [
"client",
"server",
"websocket"
],
"support": {
"issues": "https://github.com/sirn-se/websocket-php/issues",
"source": "https://github.com/sirn-se/websocket-php/tree/1.7.0"
},
"time": "2023-07-14T05:44:18+00:00"
},
{
"name": "pragmarx/coollection",
"version": "v0.8.1",
@@ -12955,57 +13081,6 @@
],
"time": "2023-07-20T07:21:16+00:00"
},
{
"name": "textalk/websocket",
"version": "1.6.3",
"source": {
"type": "git",
"url": "https://github.com/Textalk/websocket-php.git",
"reference": "67de79745b1a357caf812bfc44e0abf481cee012"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
"reference": "67de79745b1a357caf812bfc44e0abf481cee012",
"shasum": ""
},
"require": {
"php": "^7.4 | ^8.0",
"phrity/net-uri": "^1.0",
"phrity/util-errorhandler": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0 | ^2.0 | ^3.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"WebSocket\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Fredrik Liljegren"
},
{
"name": "Sören Jensen"
}
],
"description": "WebSocket client and server",
"support": {
"issues": "https://github.com/Textalk/websocket-php/issues",
"source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
},
"time": "2022-11-07T18:59:33+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.6",
@@ -15526,16 +15601,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.10",
"version": "9.6.11",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a6d351645c3fe5a30f5e86be6577d946af65a328"
"reference": "810500e92855eba8a7a5319ae913be2da6f957b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328",
"reference": "a6d351645c3fe5a30f5e86be6577d946af65a328",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0",
"reference": "810500e92855eba8a7a5319ae913be2da6f957b0",
"shasum": ""
},
"require": {
@@ -15609,7 +15684,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.10"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11"
},
"funding": [
{
@@ -15625,7 +15700,7 @@
"type": "tidelift"
}
],
"time": "2023-07-10T04:04:23+00:00"
"time": "2023-08-19T07:10:56+00:00"
},
{
"name": "sebastian/cli-parser",

View File

@@ -13,7 +13,7 @@ return [
|
*/
'default' => env('QUEUE_CONNECTION', 'sync'),
'default' => env('QUEUE_CONNECTION', 'redis'),
/*
|--------------------------------------------------------------------------

Submodule console updated: cf7d349530...1565b5450c