This commit is contained in:
Ronald A. Richardson
2023-05-18 14:11:59 +08:00
parent 5b0bb822b0
commit 00e6edbd4e
13 changed files with 338 additions and 223 deletions

520
api/composer.lock generated
View File

@@ -4,8 +4,82 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3da95cb929d7da15b67bcc2f8dec57b5",
"content-hash": "e74b83fc5de77e2bb0733475eb5409ff",
"packages": [
{
"name": "aloha/twilio",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/aloha/laravel-twilio.git",
"reference": "f430c272c4e21a53cab6aadade696ba8083e3207"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aloha/laravel-twilio/zipball/f430c272c4e21a53cab6aadade696ba8083e3207",
"reference": "f430c272c4e21a53cab6aadade696ba8083e3207",
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"twilio/sdk": "^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"illuminate/console": "~6||~7||~8",
"illuminate/support": "~6||~7||~8",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Aloha\\Twilio\\Support\\Laravel\\ServiceProvider"
],
"aliases": {
"Twilio": "Aloha\\Twilio\\Support\\Laravel\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Aloha\\Twilio\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Travis J Ryan",
"email": "travisjryan@gmail.com"
},
{
"name": "Hannes Van De Vreken",
"email": "vandevreken.hannes@gmail.com"
}
],
"description": "Twilio API for Laravel",
"homepage": "https://github.com/aloha/laravel-twilio",
"keywords": [
"ivr",
"laravel",
"sms",
"twilio"
],
"support": {
"issues": "https://github.com/aloha/laravel-twilio/issues",
"source": "https://github.com/aloha/laravel-twilio/tree/5.0.0"
},
"funding": [
{
"url": "https://github.com/sponsors/hannesvdvreken",
"type": "github"
}
],
"time": "2021-02-10T17:00:02+00:00"
},
{
"name": "asm89/stack-cors",
"version": "v2.1.1",
@@ -118,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.269.3",
"version": "3.269.13",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0be880140b9fe48f67fcbf5f1ed19a1d08116369"
"reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0be880140b9fe48f67fcbf5f1ed19a1d08116369",
"reference": "0be880140b9fe48f67fcbf5f1ed19a1d08116369",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
"reference": "84f5f9c4f9c4cd7997ca3b7f91fabaf7cc73b0bc",
"shasum": ""
},
"require": {
@@ -207,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.3"
"source": "https://github.com/aws/aws-sdk-php/tree/3.269.13"
},
"time": "2023-05-01T18:21:53+00:00"
"time": "2023-05-16T18:24:42+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -1865,25 +1939,25 @@
},
{
"name": "firebase/php-jwt",
"version": "v6.4.0",
"version": "v6.5.0",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
"reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/e94e7353302b0c11ec3cfff7180cd0b1743975d2",
"reference": "e94e7353302b0c11ec3cfff7180cd0b1743975d2",
"shasum": ""
},
"require": {
"php": "^7.1||^8.0"
"php": "^7.4||^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5||^7.4",
"phpspec/prophecy-phpunit": "^1.1",
"phpunit/phpunit": "^7.5||^9.5",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"psr/cache": "^1.0||^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0"
@@ -1922,19 +1996,26 @@
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.4.0"
"source": "https://github.com/firebase/php-jwt/tree/v6.5.0"
},
"time": "2023-02-09T21:01:23+00:00"
"time": "2023-05-12T15:47:07+00:00"
},
{
"name": "fleetbase/core-api",
"version": "1.0.0-dev",
"version": "1.0.0-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0"
},
"dist": {
"type": "path",
"url": "../packages/core-api",
"reference": "717be3c309dc3406b0c4b8bd87c0898f37d0d12d"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0",
"reference": "babb1b6d62edf57cbe25b7241c3ccee4dcd9b2f0",
"shasum": ""
},
"require": {
"aloha/twilio": "^5.0",
"aws/aws-sdk-php-laravel": "^3.7",
"giggsey/libphonenumber-for-php": "^8.13",
"grimzy/laravel-mysql-spatial": "^5.0",
@@ -1982,34 +2063,15 @@
"Fleetbase\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Tests\\": "tests/"
}
},
"scripts": {
"lint": [
"php-cs-fixer fix -v"
],
"test:lint": [
"php-cs-fixer fix -v --dry-run"
],
"test:types": [
"phpstan analyse --ansi --memory-limit=0"
],
"test:unit": [
"pest --colors=always"
],
"test": [
"@test:lint",
"@test:types",
"@test:unit"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fleetbase Pte Ltd.",
"email": "hello@fleetbase.io"
},
{
"name": "Ronald A. Richardson",
"email": "ron@fleetbase.io"
@@ -2020,23 +2082,37 @@
"fleetbase",
"logistics platform"
],
"transport-options": {
"relative": true
}
"support": {
"issues": "https://github.com/fleetbase/core-api/issues",
"source": "https://github.com/fleetbase/core-api/tree/v1.0.0-alpha"
},
"funding": [
{
"url": "https://github.com/fleetbase",
"type": "github"
}
],
"time": "2023-05-17T08:35:25+00:00"
},
{
"name": "fleetbase/fleetops-api",
"version": "1.0.0-dev",
"version": "1.0.0-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops-api.git",
"reference": "bda490a5950bf3c4c8fe83c2ec9abe5f0494291c"
},
"dist": {
"type": "path",
"url": "../packages/fleetops-api",
"reference": "f6fd25b416fdf7f80736a9c18976bd85f6a303a4"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/bda490a5950bf3c4c8fe83c2ec9abe5f0494291c",
"reference": "bda490a5950bf3c4c8fe83c2ec9abe5f0494291c",
"shasum": ""
},
"require": {
"barryvdh/laravel-dompdf": "^2.0",
"brick/geo": "0.7.2",
"cknow/laravel-money": "^7.1",
"fleetbase/core-api": "*",
"fleetbase/core-api": "^1.0.0-alpha",
"geocoder-php/google-maps-places-provider": "^1.4",
"giggsey/libphonenumber-for-php": "^8.13",
"league/geotools": "^1.1.0",
@@ -2067,34 +2143,15 @@
"Fleetbase\\FleetOps\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Tests\\": "tests/"
}
},
"scripts": {
"lint": [
"php-cs-fixer fix -v"
],
"test:lint": [
"php-cs-fixer fix -v --dry-run"
],
"test:types": [
"phpstan analyse --ansi --memory-limit=0"
],
"test:unit": [
"pest --colors=always"
],
"test": [
"@test:lint",
"@test:types",
"@test:unit"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fleetbase Pte Ltd.",
"email": "hello@fleetbase.io"
},
{
"name": "Ronald A. Richardson",
"email": "ron@fleetbase.io"
@@ -2107,21 +2164,35 @@
"last-mile",
"tms"
],
"transport-options": {
"relative": true
}
"support": {
"issues": "https://github.com/fleetbase/fleetops-api/issues",
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.0.0-alpha"
},
"funding": [
{
"url": "https://github.com/fleetbase",
"type": "github"
}
],
"time": "2023-05-17T08:43:08+00:00"
},
{
"name": "fleetbase/storefront-api",
"version": "1.0.0-dev",
"version": "1.0.0-alpha",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/storefront-api.git",
"reference": "f189e4f19dd21e4d4d4c227d0a973a4c739507c0"
},
"dist": {
"type": "path",
"url": "../packages/storefront-api",
"reference": "acb2560238edda09a9d7b3970519c38ed7c938d8"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/f189e4f19dd21e4d4d4c227d0a973a4c739507c0",
"reference": "f189e4f19dd21e4d4d4c227d0a973a4c739507c0",
"shasum": ""
},
"require": {
"fleetbase/core-api": "*",
"fleetbase/fleetops-api": "*",
"fleetbase/core-api": "^1.0.0-alpha",
"fleetbase/fleetops-api": "^1.0.0-alpha",
"geocoder-php/google-maps-places-provider": "^1.4",
"laravel-notification-channels/apn": "^3.8",
"laravel-notification-channels/fcm": "^2.7",
@@ -2155,49 +2226,38 @@
"Fleetbase\\Storefront\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Storefront\\Tests\\": "tests/"
}
},
"scripts": {
"lint": [
"php-cs-fixer fix -v"
],
"test:lint": [
"php-cs-fixer fix -v --dry-run"
],
"test:types": [
"phpstan analyse --ansi --memory-limit=0"
],
"test:unit": [
"pest --colors=always"
],
"test": [
"@test:lint",
"@test:types",
"@test:unit"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fleetbase Pte Ltd.",
"email": "hello@fleetbase.io"
},
{
"name": "Ronald A. Richardson",
"email": "ron@fleetbase.io"
}
],
"description": "FleetOps TMS and Last-Mile Operations System",
"description": "Headless Commerce API for Storefront Fleetbase Extension.",
"keywords": [
"delivery management",
"fleetops",
"last-mile",
"tms"
"e-commerce",
"headless commerce",
"marketplace",
"storefront"
],
"transport-options": {
"relative": true
}
"support": {
"issues": "https://github.com/fleetbase/storefront-api/issues",
"source": "https://github.com/fleetbase/storefront-api/tree/v1.0.0-alpha"
},
"funding": [
{
"url": "https://github.com/fleetbase",
"type": "github"
}
],
"time": "2023-05-17T08:51:20+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -2805,32 +2865,32 @@
},
{
"name": "google/auth",
"version": "v1.26.0",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7"
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
"reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
"shasum": ""
},
"require": {
"firebase/php-jwt": "^5.5||^6.0",
"firebase/php-jwt": "^6.0",
"guzzlehttp/guzzle": "^6.2.1|^7.0",
"guzzlehttp/psr7": "^1.7|^2.0",
"php": "^7.1||^8.0",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/http-message": "^1.0"
"guzzlehttp/psr7": "^2.4.5",
"php": "^7.4||^8.0",
"psr/cache": "^1.0||^2.0||^3.0",
"psr/http-message": "^1.1||^2.0"
},
"require-dev": {
"guzzlehttp/promises": "0.1.1|^1.3",
"guzzlehttp/promises": "^1.3",
"kelvinmo/simplejwt": "0.7.0",
"phpseclib/phpseclib": "^2.0.31||^3.0",
"phpspec/prophecy-phpunit": "^1.1||^2.0",
"phpunit/phpunit": "^7.5||^9.0.0",
"phpseclib/phpseclib": "^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.0.0",
"sebastian/comparator": ">=1.2.3",
"squizlabs/php_codesniffer": "^3.5"
},
@@ -2857,22 +2917,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.26.0"
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.28.0"
},
"time": "2023-04-05T15:11:57+00:00"
"time": "2023-05-11T21:58:18+00:00"
},
{
"name": "google/cloud-core",
"version": "v1.51.1",
"version": "v1.51.2",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-core.git",
"reference": "63e76ef5234209b0263c80a8733690571009accd"
"reference": "85dc48d62143f4bbfaa34c24da95003371de7b79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/63e76ef5234209b0263c80a8733690571009accd",
"reference": "63e76ef5234209b0263c80a8733690571009accd",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/85dc48d62143f4bbfaa34c24da95003371de7b79",
"reference": "85dc48d62143f4bbfaa34c24da95003371de7b79",
"shasum": ""
},
"require": {
@@ -2922,26 +2982,26 @@
],
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
"support": {
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.51.1"
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.51.2"
},
"time": "2023-04-27T13:19:20+00:00"
"time": "2023-05-05T23:01:42+00:00"
},
{
"name": "google/cloud-storage",
"version": "v1.31.1",
"version": "v1.31.2",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
"reference": "d65133e9ed6ef6f52ecbaed7da8d34ebe8e10fd1"
"reference": "7fe96d56856cda550b21779bb95a066b264852da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/d65133e9ed6ef6f52ecbaed7da8d34ebe8e10fd1",
"reference": "d65133e9ed6ef6f52ecbaed7da8d34ebe8e10fd1",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/7fe96d56856cda550b21779bb95a066b264852da",
"reference": "7fe96d56856cda550b21779bb95a066b264852da",
"shasum": ""
},
"require": {
"google/cloud-core": "^1.43",
"google/cloud-core": "^1.51.1",
"google/crc32": "^0.2.0",
"php": ">=7.4",
"ramsey/uuid": "^4.2.3"
@@ -2979,9 +3039,9 @@
],
"description": "Cloud Storage Client for PHP",
"support": {
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.31.1"
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.31.2"
},
"time": "2023-04-27T13:19:20+00:00"
"time": "2023-05-05T23:01:42+00:00"
},
{
"name": "google/crc32",
@@ -3224,16 +3284,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.5.1",
"version": "7.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9"
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9",
"reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"reference": "8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",
"shasum": ""
},
"require": {
@@ -3264,9 +3324,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "7.5-dev"
}
},
"autoload": {
@@ -3332,7 +3389,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.5.1"
"source": "https://github.com/guzzle/guzzle/tree/7.6.1"
},
"funding": [
{
@@ -3348,7 +3405,7 @@
"type": "tidelift"
}
],
"time": "2023-04-17T16:30:08+00:00"
"time": "2023-05-15T20:43:01+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -3777,7 +3834,7 @@
],
"support": {
"issues": "https://github.com/jdorn/sql-formatter/issues",
"source": "https://github.com/jdorn/sql-formatter/tree/master"
"source": "https://github.com/jdorn/sql-formatter/tree/v1.2.17"
},
"time": "2014-01-12T16:20:24+00:00"
},
@@ -6873,23 +6930,22 @@
},
{
"name": "php-http/message",
"version": "1.14.0",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b"
"reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b",
"reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b",
"url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
"reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.5",
"php": "^7.1 || ^8.0",
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0 || ^2.0"
"php": "^7.2 || ^8.0",
"psr/http-message": "^1.1 || ^2.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
@@ -6897,8 +6953,9 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.6",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"laminas/laminas-diactoros": "^2.0",
"guzzlehttp/psr7": "^1.0 || ^2.0",
"laminas/laminas-diactoros": "^2.0 || ^3.0",
"php-http/message-factory": "^1.0.2",
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"slim/slim": "^3.0"
},
@@ -6936,9 +6993,9 @@
],
"support": {
"issues": "https://github.com/php-http/message/issues",
"source": "https://github.com/php-http/message/tree/1.14.0"
"source": "https://github.com/php-http/message/tree/1.16.0"
},
"time": "2023-04-14T14:26:18+00:00"
"time": "2023-05-17T06:43:38+00:00"
},
{
"name": "php-http/message-factory",
@@ -6992,6 +7049,7 @@
"issues": "https://github.com/php-http/message-factory/issues",
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
},
"abandoned": "psr/http-factory",
"time": "2023-04-14T14:16:17+00:00"
},
{
@@ -8145,16 +8203,16 @@
},
{
"name": "psy/psysh",
"version": "v0.11.16",
"version": "v0.11.17",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "151b145906804eea8e5d71fea23bfb470c904bfb"
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/151b145906804eea8e5d71fea23bfb470c904bfb",
"reference": "151b145906804eea8e5d71fea23bfb470c904bfb",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3dc5d4018dabd80bceb8fe1e3191ba8460569f0a",
"reference": "3dc5d4018dabd80bceb8fe1e3191ba8460569f0a",
"shasum": ""
},
"require": {
@@ -8215,9 +8273,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.16"
"source": "https://github.com/bobthecow/psysh/tree/v0.11.17"
},
"time": "2023-04-26T12:53:57+00:00"
"time": "2023-05-05T20:02:42+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -13927,16 +13985,16 @@
},
{
"name": "fakerphp/faker",
"version": "v1.21.0",
"version": "v1.22.0",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
"reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f85772abd508bd04e20bb4b1bbe260a68d0066d2",
"reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2",
"shasum": ""
},
"require": {
@@ -13989,9 +14047,9 @@
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
"source": "https://github.com/FakerPHP/Faker/tree/v1.22.0"
},
"time": "2022-12-13T13:54:32+00:00"
"time": "2023-05-14T12:31:37+00:00"
},
{
"name": "filp/whoops",
@@ -14899,16 +14957,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.7",
"version": "9.6.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
"reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
"reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e",
"reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e",
"shasum": ""
},
"require": {
@@ -14982,7 +15040,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.7"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8"
},
"funding": [
{
@@ -14998,7 +15056,7 @@
"type": "tidelift"
}
],
"time": "2023-04-14T08:58:40+00:00"
"time": "2023-05-11T05:14:45+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -15300,16 +15358,16 @@
},
{
"name": "sebastian/diff",
"version": "4.0.4",
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"shasum": ""
},
"require": {
@@ -15354,7 +15412,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
},
"funding": [
{
@@ -15362,7 +15420,7 @@
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00"
"time": "2023-05-07T05:35:17+00:00"
},
{
"name": "sebastian/environment",
@@ -16013,15 +16071,87 @@
}
],
"time": "2021-07-28T10:34:58+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev",
"dev-release-1.8": "1.8.x-dev"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"keywords": [
"http",
"psr",
"psr-7"
],
"support": {
"docs": "https://docs.zendframework.com/zend-diactoros/",
"forum": "https://discourse.zendframework.com/c/questions/exprssive",
"issues": "https://github.com/zendframework/zend-diactoros/issues",
"rss": "https://github.com/zendframework/zend-diactoros/releases.atom",
"slack": "https://zendframework-slack.herokuapp.com",
"source": "https://github.com/zendframework/zend-diactoros"
},
"abandoned": "laminas/laminas-diactoros",
"time": "2019-11-13T19:16:13+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"fleetbase/core-api": 20,
"fleetbase/fleetops-api": 20,
"fleetbase/storefront-api": 20
},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {