API dependencies updated to the latest versions

This commit is contained in:
Ronald A. Richardson
2023-05-26 12:51:42 +08:00
parent 3babf7145f
commit ce85181755
7 changed files with 69 additions and 69 deletions

View File

@@ -6,9 +6,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "1.0.0-alpha",
"fleetbase/fleetops-api": "1.0.0-alpha",
"fleetbase/storefront-api": "1.0.0-alpha",
"fleetbase/core-api": "^1.0.1-alpha",
"fleetbase/fleetops-api": "^1.0.1-alpha",
"fleetbase/storefront-api": "^1.0.1-alpha",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",

124
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": "e74b83fc5de77e2bb0733475eb5409ff",
"content-hash": "c2df0fb7e46996548ab3da4f346edf2b",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.269.13",
"version": "3.271.2",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc"
"reference": "17d7df5b89bb06e915931a65f643cf3469f8994c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
"reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/17d7df5b89bb06e915931a65f643cf3469f8994c",
"reference": "17d7df5b89bb06e915931a65f643cf3469f8994c",
"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.269.13"
"source": "https://github.com/aws/aws-sdk-php/tree/3.271.2"
},
"time": "2023-05-16T18:24:42+00:00"
"time": "2023-05-25T18:19:34+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -2002,16 +2002,16 @@
},
{
"name": "fleetbase/core-api",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0"
"reference": "705f5e8251c536e8452a384baac9f9eacfddc90e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0",
"reference": "babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/705f5e8251c536e8452a384baac9f9eacfddc90e",
"reference": "705f5e8251c536e8452a384baac9f9eacfddc90e",
"shasum": ""
},
"require": {
@@ -2060,7 +2060,8 @@
},
"autoload": {
"psr-4": {
"Fleetbase\\": "src/"
"Fleetbase\\": "src/",
"Fleetbase\\Seeds\\": "seeds/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2084,7 +2085,7 @@
],
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.0.0-alpha"
"source": "https://github.com/fleetbase/core-api/tree/v1.0.1-alpha"
},
"funding": [
{
@@ -2092,20 +2093,20 @@
"type": "github"
}
],
"time": "2023-05-17T08:35:25+00:00"
"time": "2023-05-26T04:28:10+00:00"
},
{
"name": "fleetbase/fleetops-api",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops-api.git",
"reference": "bda490a5950bf3c4c8fe83c2ec9abe5f0494291c"
"reference": "3bcce25a9cf2c9bc991aac26e873ac6eeacaac68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/bda490a5950bf3c4c8fe83c2ec9abe5f0494291c",
"reference": "bda490a5950bf3c4c8fe83c2ec9abe5f0494291c",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/3bcce25a9cf2c9bc991aac26e873ac6eeacaac68",
"reference": "3bcce25a9cf2c9bc991aac26e873ac6eeacaac68",
"shasum": ""
},
"require": {
@@ -2166,7 +2167,7 @@
],
"support": {
"issues": "https://github.com/fleetbase/fleetops-api/issues",
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.0.0-alpha"
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.0.1-alpha"
},
"funding": [
{
@@ -2174,20 +2175,20 @@
"type": "github"
}
],
"time": "2023-05-17T08:43:08+00:00"
"time": "2023-05-26T04:34:49+00:00"
},
{
"name": "fleetbase/storefront-api",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/storefront-api.git",
"reference": "f189e4f19dd21e4d4d4c227d0a973a4c739507c0"
"reference": "0d0dee2b8a173757e0f4e5c4e12c98d6d6dda37e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/f189e4f19dd21e4d4d4c227d0a973a4c739507c0",
"reference": "f189e4f19dd21e4d4d4c227d0a973a4c739507c0",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/0d0dee2b8a173757e0f4e5c4e12c98d6d6dda37e",
"reference": "0d0dee2b8a173757e0f4e5c4e12c98d6d6dda37e",
"shasum": ""
},
"require": {
@@ -2218,7 +2219,8 @@
]
},
"fleetbase": {
"create-database": "storefront"
"create-database": "storefront",
"order-config": "Fleetbase\\Storefront\\Support\\OrderConfig"
}
},
"autoload": {
@@ -2249,7 +2251,7 @@
],
"support": {
"issues": "https://github.com/fleetbase/storefront-api/issues",
"source": "https://github.com/fleetbase/storefront-api/tree/v1.0.0-alpha"
"source": "https://github.com/fleetbase/storefront-api/tree/v1.0.1-alpha"
},
"funding": [
{
@@ -2257,7 +2259,7 @@
"type": "github"
}
],
"time": "2023-05-17T08:51:20+00:00"
"time": "2023-05-26T04:39:13+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -2739,16 +2741,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.11",
"version": "8.13.12",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "e2395dadce92f139fc6ec71bfe8ae46a2e942944"
"reference": "218caeeeb224bf2f553597b5c3a1647ff936db64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/e2395dadce92f139fc6ec71bfe8ae46a2e942944",
"reference": "e2395dadce92f139fc6ec71bfe8ae46a2e942944",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/218caeeeb224bf2f553597b5c3a1647ff936db64",
"reference": "218caeeeb224bf2f553597b5c3a1647ff936db64",
"shasum": ""
},
"require": {
@@ -2807,7 +2809,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2023-04-27T11:06:55+00:00"
"time": "2023-05-22T07:19:16+00:00"
},
{
"name": "giggsey/locale",
@@ -3284,21 +3286,21 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.6.1",
"version": "7.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/promises": "^1.5.3 || ^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
@@ -3310,7 +3312,8 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
@@ -3389,7 +3392,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.6.1"
"source": "https://github.com/guzzle/guzzle/tree/7.7.0"
},
"funding": [
{
@@ -3405,20 +3408,20 @@
"type": "tidelift"
}
],
"time": "2023-05-15T20:43:01+00:00"
"time": "2023-05-21T14:04:53+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.5.2",
"version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"shasum": ""
},
"require": {
@@ -3428,11 +3431,6 @@
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
@@ -3473,7 +3471,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.2"
"source": "https://github.com/guzzle/promises/tree/1.5.3"
},
"funding": [
{
@@ -3489,7 +3487,7 @@
"type": "tidelift"
}
],
"time": "2022-08-28T14:55:35+00:00"
"time": "2023-05-21T12:31:43+00:00"
},
{
"name": "guzzlehttp/psr7",
@@ -6462,16 +6460,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.15.4",
"version": "v4.15.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": ""
},
"require": {
@@ -6512,9 +6510,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
},
"time": "2023-03-05T19:49:14+00:00"
"time": "2023-05-19T20:20:00+00:00"
},
{
"name": "opis/closure",
@@ -8203,16 +8201,16 @@
},
{
"name": "psy/psysh",
"version": "v0.11.17",
"version": "v0.11.18",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a"
"reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3dc5d4018dabd80bceb8fe1e3191ba8460569f0a",
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
"shasum": ""
},
"require": {
@@ -8273,9 +8271,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.17"
"source": "https://github.com/bobthecow/psysh/tree/v0.11.18"
},
"time": "2023-05-05T20:02:42+00:00"
"time": "2023-05-23T02:31:11+00:00"
},
{
"name": "ralouphie/getallheaders",

View File

@@ -5,6 +5,7 @@ set -e
php artisan mysql:createdb
php artisan migrate
php artisan sandbox:migrate
php artisan fleetbase:seed
# Call the original entrypoint
exec /sbin/ssm-parent -c .ssm-parent.yaml run -- docker-php-entrypoint "$@"

View File

@@ -5,6 +5,7 @@ set -e
php artisan mysql:createdb
php artisan migrate
php artisan sandbox:migrate
php artisan fleetbase:seed
# Call the original entrypoint
exec docker-php-entrypoint "$@"