diff --git a/api/composer.dev.json b/api/composer.dev.json index 58c571dc..3429af1b 100644 --- a/api/composer.dev.json +++ b/api/composer.dev.json @@ -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": { diff --git a/api/composer.json b/api/composer.json index ecb90a07..db6ee1cd 100644 --- a/api/composer.json +++ b/api/composer.json @@ -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", diff --git a/api/composer.lock b/api/composer.lock index e4be58bc..727e6b11 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -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", diff --git a/api/config/queue.php b/api/config/queue.php index 63b57c2b..b486b732 100644 --- a/api/config/queue.php +++ b/api/config/queue.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('QUEUE_CONNECTION', 'sync'), + 'default' => env('QUEUE_CONNECTION', 'redis'), /* |-------------------------------------------------------------------------- diff --git a/console b/console index cf7d3495..1565b545 160000 --- a/console +++ b/console @@ -1 +1 @@ -Subproject commit cf7d34953048aa342c330bd6eb233f8e403f1f5e +Subproject commit 1565b5450cf5f9db44f89ed3c317c3e7e2234a0b diff --git a/packages/core-api b/packages/core-api index ce202579..689d218d 160000 --- a/packages/core-api +++ b/packages/core-api @@ -1 +1 @@ -Subproject commit ce2025797a3cc334a5cd5b7e21339494c97e48c6 +Subproject commit 689d218d16a0f4e777b2c33e5e36075ed711699f diff --git a/packages/dev-engine b/packages/dev-engine index d976d5ca..d35999c4 160000 --- a/packages/dev-engine +++ b/packages/dev-engine @@ -1 +1 @@ -Subproject commit d976d5caac33bbb1ccab41bb036ea2ada6190d28 +Subproject commit d35999c4e61352c83e2cddb772e1340fe1e9fa58 diff --git a/packages/ember-core b/packages/ember-core index 4da569b6..9d079d42 160000 --- a/packages/ember-core +++ b/packages/ember-core @@ -1 +1 @@ -Subproject commit 4da569b64f55fd27048190292da59f4f6ebec928 +Subproject commit 9d079d42bc7072704680a589ef9f8968209556fa diff --git a/packages/ember-ui b/packages/ember-ui index da1d0f45..a7ac5881 160000 --- a/packages/ember-ui +++ b/packages/ember-ui @@ -1 +1 @@ -Subproject commit da1d0f45e1d616dc3edfd00865bd619dce6e05fc +Subproject commit a7ac58814e1fe04996964e46c9261ad34c93deec diff --git a/packages/fleetops-api b/packages/fleetops-api index bccf2f59..db3bc11f 160000 --- a/packages/fleetops-api +++ b/packages/fleetops-api @@ -1 +1 @@ -Subproject commit bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17 +Subproject commit db3bc11f43be56b13757fd8f32cd25b4b3293478 diff --git a/packages/fleetops-engine b/packages/fleetops-engine index 1f78a05b..2aa1bb63 160000 --- a/packages/fleetops-engine +++ b/packages/fleetops-engine @@ -1 +1 @@ -Subproject commit 1f78a05bf5197e475338a08859cd68c50deb1f10 +Subproject commit 2aa1bb63c6d2da98ff92ee5d34da8e1ef48a693a diff --git a/packages/iam-engine b/packages/iam-engine index b15cadd2..68204f8e 160000 --- a/packages/iam-engine +++ b/packages/iam-engine @@ -1 +1 @@ -Subproject commit b15cadd296e4d1ea85eb6986a20e645da56f620f +Subproject commit 68204f8e5714437fab6090bd8f4ed21a2be1e4db diff --git a/packages/storefront-api b/packages/storefront-api index 028d56f1..5b2e3266 160000 --- a/packages/storefront-api +++ b/packages/storefront-api @@ -1 +1 @@ -Subproject commit 028d56f1b0c6737166c9fb7cfb1584fe09aa1432 +Subproject commit 5b2e3266d957f02110289e9852b94004df71d213 diff --git a/packages/storefront-engine b/packages/storefront-engine index 8116c71b..fec9b9de 160000 --- a/packages/storefront-engine +++ b/packages/storefront-engine @@ -1 +1 @@ -Subproject commit 8116c71b2416fc33f367e93e430b90689590a31c +Subproject commit fec9b9de12f25da8f6fc4af5f40847d215ea1378