updated fleetbase/core-api to v1.0.5-alpha to add server IP as CORS origin

This commit is contained in:
Ronald A. Richardson
2023-06-09 12:08:50 +08:00
parent b4c4012557
commit 8a2ce65763
4 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.0.4-alpha",
"fleetbase/core-api": "^1.0.5-alpha",
"fleetbase/fleetops-api": "^1.0.2-alpha",
"fleetbase/storefront-api": "^1.0.1-alpha",
"fruitcake/laravel-cors": "^2.0",

26
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": "24e0d146c25254e3bbe1f05d76efd3ed",
"content-hash": "107abf06202c144f113f126fcfd5b74b",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.271.10",
"version": "3.272.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "f8b191d1ab23dfdd1131017a6bfc58198fcd9393"
"reference": "2448f5c4ffd0125fa86df6aa12d0a41aa2de68da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f8b191d1ab23dfdd1131017a6bfc58198fcd9393",
"reference": "f8b191d1ab23dfdd1131017a6bfc58198fcd9393",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2448f5c4ffd0125fa86df6aa12d0a41aa2de68da",
"reference": "2448f5c4ffd0125fa86df6aa12d0a41aa2de68da",
"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.271.10"
"source": "https://github.com/aws/aws-sdk-php/tree/3.272.0"
},
"time": "2023-06-07T18:21:43+00:00"
"time": "2023-06-08T18:21:03+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -2002,16 +2002,16 @@
},
{
"name": "fleetbase/core-api",
"version": "1.0.4-alpha",
"version": "1.0.5-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "99713f25dfcf3b86b5826f3b8e2c84acf6e83992"
"reference": "674dec087c0f18d45b1d4fef3a0ed1d02fa50378"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/99713f25dfcf3b86b5826f3b8e2c84acf6e83992",
"reference": "99713f25dfcf3b86b5826f3b8e2c84acf6e83992",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/674dec087c0f18d45b1d4fef3a0ed1d02fa50378",
"reference": "674dec087c0f18d45b1d4fef3a0ed1d02fa50378",
"shasum": ""
},
"require": {
@@ -2085,7 +2085,7 @@
],
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.0.4-alpha"
"source": "https://github.com/fleetbase/core-api/tree/v1.0.5-alpha"
},
"funding": [
{
@@ -2093,7 +2093,7 @@
"type": "github"
}
],
"time": "2023-06-08T10:31:10+00:00"
"time": "2023-06-09T04:00:31+00:00"
},
{
"name": "fleetbase/fleetops-api",

Submodule console updated: 873518ace1...1c955bb8a0