preparing to release v0.1.6

This commit is contained in:
Ronald A. Richardson
2023-08-18 15:01:21 +08:00
parent c2efb2ac4d
commit 5855df6a5d
14 changed files with 151 additions and 557 deletions

24
.gitmodules vendored
View File

@@ -5,37 +5,37 @@
[submodule "packages/core-api"]
path = packages/core-api
url = git@github.com:fleetbase/core-api.git
branch = dev-main
branch = main
[submodule "packages/fleetops-api"]
path = packages/fleetops-api
url = git@github.com:fleetbase/fleetops-api.git
branch = dev-main
branch = main
[submodule "packages/ember-core"]
path = packages/ember-core
url = git@github.com:fleetbase/ember-core.git
branch = dev-main
branch = main
[submodule "packages/ember-ui"]
path = packages/ember-ui
url = git@github.com:fleetbase/ember-ui.git
branch = dev-main
branch = main
[submodule "packages/storefront-engine"]
path = packages/storefront-engine
url = git@github.com:fleetbase/storefront-engine.git
branch = dev-main
branch = main
[submodule "packages/iam-engine"]
path = packages/iam-engine
url = git@github.com:fleetbase/iam-engine.git
[submodule "packages/dev-engine"]
path = packages/dev-engine
url = git@github.com:fleetbase/dev-engine.git
branch = dev-main
branch = main
[submodule "packages/fleetbase-extensions-indexer"]
path = packages/fleetbase-extensions-indexer
url = git@github.com:fleetbase/fleetbase-extensions-indexer.git
[submodule "packages/fleetops-engine"]
path = packages/fleetops-engine
url = git@github.com:fleetbase/fleetops-engine.git
branch = dev-main
branch = main
[submodule "docs/guides"]
path = docs/guides
url = git@github.com:fleetbase/guides.git
@@ -45,20 +45,20 @@
[submodule "packages/storefront-api"]
path = packages/storefront-api
url = git@github.com:fleetbase/storefront-api.git
branch = dev-main
branch = main
[submodule "packages/fleetops-data"]
path = packages/fleetops-data
url = git@github.com:fleetbase/fleetops-data.git
branch = dev-main
branch = main
[submodule "socket"]
path = socket
url = git@github.com:fleetbase/socket.git
branch = dev-main
branch = main
[submodule "packages/pallet-api"]
path = packages/pallet-api
url = git@github.com:fleetbase/pallet-api.git
branch = dev-main
branch = main
[submodule "packages/pallet-engine"]
path = packages/pallet-engine
url = git@github.com:fleetbase/pallet-engine.git
branch = dev-main
branch = main

View File

@@ -7,7 +7,7 @@
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.4",
"fleetbase/fleetops-api": "^1.1.1",
"fleetbase/fleetops-api": "^1.1.2",
"fleetbase/storefront-api": "^1.1.0",
"fleetbase/pallet-api": "^0.0.1",
"fruitcake/laravel-cors": "^2.0",

View File

@@ -10,9 +10,8 @@
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.2.4",
"fleetbase/fleetops-api": "^1.1.1",
"fleetbase/fleetops-api": "^1.1.2",
"fleetbase/storefront-api": "^1.1.0",
"fleetbase/pallet-api": "^0.0.1",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",

659
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": "b017951e04644ed92e60923767493b73",
"content-hash": "e67a326ba1360c7ffa74da74e88751e4",
"packages": [
{
"name": "aloha/twilio",
@@ -192,16 +192,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.277.11",
"version": "3.279.1",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "c34f137abd571a9a19e290ce0b6fc6fc80f559b6"
"reference": "73ca831b1311945e96594b3cdf2b973bc733d57a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c34f137abd571a9a19e290ce0b6fc6fc80f559b6",
"reference": "c34f137abd571a9a19e290ce0b6fc6fc80f559b6",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/73ca831b1311945e96594b3cdf2b973bc733d57a",
"reference": "73ca831b1311945e96594b3cdf2b973bc733d57a",
"shasum": ""
},
"require": {
@@ -210,11 +210,11 @@
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/promises": "^1.4.0",
"guzzlehttp/promises": "^1.4.0 || ^2.0",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"mtdowling/jmespath.php": "^2.6",
"php": ">=5.5",
"psr/http-message": "^1.0"
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
@@ -229,7 +229,7 @@
"ext-sockets": "*",
"nette/neon": "^2.3",
"paragonie/random_compat": ">= 2",
"phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"sebastian/comparator": "^1.2.3 || ^4.0",
@@ -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.277.11"
"source": "https://github.com/aws/aws-sdk-php/tree/3.279.1"
},
"time": "2023-08-08T18:06:20+00:00"
"time": "2023-08-17T18:14:41+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@@ -1548,16 +1548,16 @@
},
{
"name": "dragonmantank/cron-expression",
"version": "v3.3.2",
"version": "v3.3.3",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"shasum": ""
},
"require": {
@@ -1597,7 +1597,7 @@
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
},
"funding": [
{
@@ -1605,7 +1605,7 @@
"type": "github"
}
],
"time": "2022-09-10T18:51:20+00:00"
"time": "2023-08-10T19:36:49+00:00"
},
{
"name": "edamov/pushok",
@@ -2002,11 +2002,17 @@
},
{
"name": "fleetbase/core-api",
"version": "1.2.3",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/core-api.git",
"reference": "ce2025797a3cc334a5cd5b7e21339494c97e48c6"
},
"dist": {
"type": "path",
"url": "../packages/core-api",
"reference": "850dee3baf47343900cd088e42d9be772becd1a8"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/ce2025797a3cc334a5cd5b7e21339494c97e48c6",
"reference": "ce2025797a3cc334a5cd5b7e21339494c97e48c6",
"shasum": ""
},
"require": {
"aloha/twilio": "^5.0",
@@ -2058,30 +2064,7 @@
"Fleetbase\\Seeds\\": "seeds/"
}
},
"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"
],
@@ -2100,23 +2083,31 @@
"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.2.4"
},
"time": "2023-08-18T06:28:36+00:00"
},
{
"name": "fleetbase/fleetops-api",
"version": "1.1.1",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/fleetops-api.git",
"reference": "bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17"
},
"dist": {
"type": "path",
"url": "../packages/fleetops-api",
"reference": "a29b3a404c78a0b87727c46382db33c75f463920"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17",
"reference": "bccf2f59e0fa3bb351b0116fa8cc73ad208e3c17",
"shasum": ""
},
"require": {
"barryvdh/laravel-dompdf": "^2.0",
"brick/geo": "0.7.2",
"cknow/laravel-money": "^7.1",
"fleetbase/core-api": "^1.1.9",
"fleetbase/core-api": "^1.2.4",
"geocoder-php/google-maps-places-provider": "^1.4",
"giggsey/libphonenumber-for-php": "^8.13",
"league/geotools": "^1.1.0",
@@ -2147,30 +2138,7 @@
"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"
],
@@ -2192,108 +2160,25 @@
"last-mile",
"tms"
],
"transport-options": {
"relative": true
}
},
{
"name": "fleetbase/pallet-api",
"version": "0.0.1",
"dist": {
"type": "path",
"url": "../packages/pallet-api",
"reference": "b41f49174e7c842d7ca002e92d779723bccd5e47"
"support": {
"issues": "https://github.com/fleetbase/fleetops-api/issues",
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.1.2"
},
"require": {
"fleetbase/core-api": "^1.2.3",
"laravel/cashier": "^13.17",
"php": "^7.4|^8.0",
"php-http/guzzle7-adapter": "^1.0",
"psr/http-factory-implementation": "*",
"stripe/stripe-php": "^9.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16.4",
"pestphp/pest": "^0.3.8",
"phpstan/phpstan": "^0.12.48",
"symfony/var-dumper": "^5.2.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Fleetbase\\Pallet\\Providers\\PalletServiceProvider"
]
},
"fleetbase": {
"sandbox-migrations": false
}
},
"autoload": {
"psr-4": {
"Fleetbase\\Pallet\\": "src/",
"Fleetbase\\Pallet\\Seeds\\": "seeds/"
}
},
"autoload-dev": {
"psr-4": {
"Fleetbase\\Pallet\\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"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fleetbase Pte Ltd.",
"email": "hello@fleetbase.io"
},
{
"name": "Ronald A. Richardson",
"email": "ron@fleetbase.io"
}
],
"description": "Enables Pallet API, the inventory management extension for Fleetbase.",
"keywords": [
"ecommerce",
"fleetbase",
"fleetbase-extension",
"inventory",
"inventory management",
"inventory management api",
"inventory system",
"stock management"
],
"transport-options": {
"relative": true
}
"time": "2023-08-18T06:32:38+00:00"
},
{
"name": "fleetbase/storefront-api",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/fleetbase/storefront-api.git",
"reference": "028d56f1b0c6737166c9fb7cfb1584fe09aa1432"
},
"dist": {
"type": "path",
"url": "../packages/storefront-api",
"reference": "1300df0c473c98298302baf8062d600f45fbf928"
"type": "zip",
"url": "https://api.github.com/repos/fleetbase/storefront-api/zipball/028d56f1b0c6737166c9fb7cfb1584fe09aa1432",
"reference": "028d56f1b0c6737166c9fb7cfb1584fe09aa1432",
"shasum": ""
},
"require": {
"fleetbase/core-api": "^1.1.9",
@@ -2333,30 +2218,7 @@
"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"
],
@@ -2378,9 +2240,11 @@
"marketplace",
"storefront"
],
"transport-options": {
"relative": true
}
"support": {
"issues": "https://github.com/fleetbase/storefront-api/issues",
"source": "https://github.com/fleetbase/storefront-api/tree/v1.1.0"
},
"time": "2023-08-01T07:49:47+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -3046,16 +2910,16 @@
},
{
"name": "google/cloud-core",
"version": "v1.52.1",
"version": "v1.52.2",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-core.git",
"reference": "8214910f79b5508d4cd1cd48f39d7970443071d5"
"reference": "37817d3e7d8f3a38db7d75810e3dfbcf0eb6b1de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/8214910f79b5508d4cd1cd48f39d7970443071d5",
"reference": "8214910f79b5508d4cd1cd48f39d7970443071d5",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/37817d3e7d8f3a38db7d75810e3dfbcf0eb6b1de",
"reference": "37817d3e7d8f3a38db7d75810e3dfbcf0eb6b1de",
"shasum": ""
},
"require": {
@@ -3105,27 +2969,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.52.1"
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.52.2"
},
"time": "2023-07-07T20:46:38+00:00"
"time": "2023-08-17T19:37:27+00:00"
},
{
"name": "google/cloud-storage",
"version": "v1.33.0",
"version": "v1.33.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
"reference": "05ae33620feebe1107756b59fe0329cace3b5e13"
"reference": "dc3fbf15d1a1519de20f4b55ab76b2ac94b89652"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/05ae33620feebe1107756b59fe0329cace3b5e13",
"reference": "05ae33620feebe1107756b59fe0329cace3b5e13",
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/dc3fbf15d1a1519de20f4b55ab76b2ac94b89652",
"reference": "dc3fbf15d1a1519de20f4b55ab76b2ac94b89652",
"shasum": ""
},
"require": {
"google/cloud-core": "^1.51.3",
"google/crc32": "^0.2.0",
"php": ">=7.4",
"ramsey/uuid": "^4.2.3"
},
@@ -3162,54 +3025,9 @@
],
"description": "Cloud Storage Client for PHP",
"support": {
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.0"
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.1"
},
"time": "2023-07-07T20:46:38+00:00"
},
{
"name": "google/crc32",
"version": "v0.2.0",
"source": {
"type": "git",
"url": "https://github.com/google/php-crc32.git",
"reference": "948f7945d803dcc1a375152c72f63144c2dadf23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/php-crc32/zipball/948f7945d803dcc1a375152c72f63144c2dadf23",
"reference": "948f7945d803dcc1a375152c72f63144c2dadf23",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "v3.15",
"phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\CRC32\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Andrew Brampton",
"email": "bramp@google.com"
}
],
"description": "Various CRC32 implementations",
"homepage": "https://github.com/google/php-crc32",
"support": {
"issues": "https://github.com/google/php-crc32/issues",
"source": "https://github.com/google/php-crc32/tree/v0.2.0"
},
"time": "2023-04-16T22:44:57+00:00"
"time": "2023-08-17T19:37:27+00:00"
},
{
"name": "graham-campbell/manager",
@@ -3533,29 +3351,33 @@
},
{
"name": "guzzlehttp/promises",
"version": "1.5.3",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
"shasum": ""
},
"require": {
"php": ">=5.5"
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
@@ -3592,7 +3414,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.3"
"source": "https://github.com/guzzle/promises/tree/2.0.1"
},
"funding": [
{
@@ -3608,7 +3430,7 @@
"type": "tidelift"
}
],
"time": "2023-05-21T12:31:43+00:00"
"time": "2023-08-03T15:11:55+00:00"
},
{
"name": "guzzlehttp/psr7",
@@ -4529,90 +4351,6 @@
},
"time": "2023-02-21T21:35:58+00:00"
},
{
"name": "laravel/cashier",
"version": "v13.17.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/cashier-stripe.git",
"reference": "cae3a62e1819a0429ead6567ee26c049bf0c2677"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/cashier-stripe/zipball/cae3a62e1819a0429ead6567ee26c049bf0c2677",
"reference": "cae3a62e1819a0429ead6567ee26c049bf0c2677",
"shasum": ""
},
"require": {
"dompdf/dompdf": "^1.2.1|^2.0",
"ext-json": "*",
"illuminate/console": "^8.37|^9.0|^10.0",
"illuminate/contracts": "^8.37|^9.0|^10.0",
"illuminate/database": "^8.37|^9.0|^10.0",
"illuminate/http": "^8.37|^9.0|^10.0",
"illuminate/log": "^8.37|^9.0|^10.0",
"illuminate/notifications": "^8.37|^9.0|^10.0",
"illuminate/routing": "^8.37|^9.0|^10.0",
"illuminate/support": "^8.37|^9.0|^10.0",
"illuminate/view": "^8.37|^9.0|^10.0",
"moneyphp/money": "^3.2|^4.0",
"nesbot/carbon": "^2.0",
"php": "^7.3|^8.0",
"stripe/stripe-php": "^7.39|^8.0|^9.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/polyfill-intl-icu": "^1.22.1"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-intl": "Allows for more locales besides the default \"en\" when formatting money values."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "13.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Cashier\\CashierServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Cashier\\": "src/",
"Laravel\\Cashier\\Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
"email": "dries@laravel.com"
}
],
"description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.",
"keywords": [
"billing",
"laravel",
"stripe"
],
"support": {
"issues": "https://github.com/laravel/cashier/issues",
"source": "https://github.com/laravel/cashier"
},
"time": "2023-03-01T09:33:20+00:00"
},
{
"name": "laravel/framework",
"version": "v8.83.27",
@@ -6316,25 +6054,29 @@
},
{
"name": "nesbot/carbon",
"version": "2.68.1",
"version": "2.69.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da"
"reference": "4308217830e4ca445583a37d1bf4aff4153fa81c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
"reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4308217830e4ca445583a37d1bf4aff4153fa81c",
"reference": "4308217830e4ca445583a37d1bf4aff4153fa81c",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
@@ -6414,7 +6156,7 @@
"type": "tidelift"
}
],
"time": "2023-06-20T18:29:04+00:00"
"time": "2023-08-03T09:00:52+00:00"
},
{
"name": "nette/caching",
@@ -6556,21 +6298,21 @@
},
{
"name": "nette/schema",
"version": "v1.2.3",
"version": "v1.2.4",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
"shasum": ""
},
"require": {
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
"php": ">=7.1 <8.3"
"php": "7.1 - 8.3"
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
@@ -6612,9 +6354,9 @@
],
"support": {
"issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.2.3"
"source": "https://github.com/nette/schema/tree/v1.2.4"
},
"time": "2022-10-13T01:24:26+00:00"
"time": "2023-08-05T18:56:25+00:00"
},
{
"name": "nette/utils",
@@ -6704,16 +6446,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.16.0",
"version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17"
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@@ -6754,9 +6496,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
"time": "2023-06-25T14:52:30+00:00"
"time": "2023-08-13T19:53:39+00:00"
},
{
"name": "nyholm/psr7",
@@ -8136,16 +7878,16 @@
},
{
"name": "predis/predis",
"version": "v2.2.0",
"version": "v2.2.1",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "33b70b971a32b0d28b4f748b0547593dce316e0d"
"reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/33b70b971a32b0d28b4f748b0547593dce316e0d",
"reference": "33b70b971a32b0d28b4f748b0547593dce316e0d",
"url": "https://api.github.com/repos/predis/predis/zipball/5f2b410a74afaff296a87a494e4c5488cf9fab57",
"reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57",
"shasum": ""
},
"require": {
@@ -8185,7 +7927,7 @@
],
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v2.2.0"
"source": "https://github.com/predis/predis/tree/v2.2.1"
},
"funding": [
{
@@ -8193,7 +7935,7 @@
"type": "github"
}
],
"time": "2023-06-14T10:37:31+00:00"
"time": "2023-08-15T23:01:46+00:00"
},
{
"name": "psr/cache",
@@ -10082,67 +9824,6 @@
},
"time": "2022-11-25T16:15:06+00:00"
},
{
"name": "stripe/stripe-php",
"version": "v9.9.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "479b5c2136fde0debb93d290ceaf20dd161c358f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/479b5c2136fde0debb93d290ceaf20dd161c358f",
"reference": "479b5c2136fde0debb93d290ceaf20dd161c358f",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.5.0",
"php-coveralls/php-coveralls": "^2.5",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^5.7 || ^9.0",
"squizlabs/php_codesniffer": "^3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Stripe\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stripe and contributors",
"homepage": "https://github.com/stripe/stripe-php/contributors"
}
],
"description": "Stripe PHP Library",
"homepage": "https://stripe.com/",
"keywords": [
"api",
"payment processing",
"stripe"
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v9.9.0"
},
"time": "2022-11-08T20:25:52+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.3.0",
@@ -11681,93 +11362,6 @@
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance and support of other locales than \"en\""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Icu\\": ""
},
"classmap": [
"Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's ICU-related data and classes",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.27.0",
@@ -14428,16 +14022,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.6.5",
"version": "3.6.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf"
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
"reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864",
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864",
"shasum": ""
},
"require": {
@@ -14453,10 +14047,11 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.21",
"phpstan/phpstan": "1.10.29",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.9",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
@@ -14520,7 +14115,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.5"
"source": "https://github.com/doctrine/dbal/tree/3.6.6"
},
"funding": [
{
@@ -14536,7 +14131,7 @@
"type": "tidelift"
}
],
"time": "2023-07-17T09:15:50+00:00"
"time": "2023-08-17T05:38:17+00:00"
},
{
"name": "doctrine/deprecations",

Submodule console updated: 891afa5824...cf7d349530