Update composer

This commit is contained in:
Daniel Supernault 2023-02-01 22:26:53 -07:00
parent e1cbfa4bda
commit 2c208c99c4
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

158
composer.lock generated
View file

@ -114,16 +114,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.257.11", "version": "3.258.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "3c26d5d82120bcb8845f70f8f63c37cbc9d65b51" "reference": "7d7c4f89d2d0bd77c36cb8f3c8cd20b5aa8c0e6d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3c26d5d82120bcb8845f70f8f63c37cbc9d65b51", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7d7c4f89d2d0bd77c36cb8f3c8cd20b5aa8c0e6d",
"reference": "3c26d5d82120bcb8845f70f8f63c37cbc9d65b51", "reference": "7d7c4f89d2d0bd77c36cb8f3c8cd20b5aa8c0e6d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -202,9 +202,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.257.11" "source": "https://github.com/aws/aws-sdk-php/tree/3.258.1"
}, },
"time": "2023-01-30T19:45:18+00:00" "time": "2023-02-01T19:22:26+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1154,28 +1154,27 @@
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "2.1.0", "version": "3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" "reference": "84a527db05647743d50373e0ec53a152f2cde568"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "reference": "84a527db05647743d50373e0ec53a152f2cde568",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^1.0", "php": "^8.1"
"php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9 || ^10", "doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.3", "phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3", "psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0" "vimeo/psalm": "^5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1212,7 +1211,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/lexer/issues", "issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/2.1.0" "source": "https://github.com/doctrine/lexer/tree/3.0.0"
}, },
"funding": [ "funding": [
{ {
@ -1228,7 +1227,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-14T08:49:07+00:00" "time": "2022-12-15T16:57:16+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@ -1293,26 +1292,26 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "3.2.5", "version": "4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "b531a2311709443320c786feb4519cfaf94af796" "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"reference": "b531a2311709443320c786feb4519cfaf94af796", "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "^1.2|^2", "doctrine/lexer": "^2.0 || ^3.0",
"php": ">=7.2", "php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.15" "symfony/polyfill-intl-idn": "^1.26"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5.8|^9.3.3", "phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^4" "vimeo/psalm": "^4.30"
}, },
"suggest": { "suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@ -1320,7 +1319,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "4.0.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1348,7 +1347,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/egulias/EmailValidator/issues", "issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.5" "source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
}, },
"funding": [ "funding": [
{ {
@ -1356,7 +1355,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-02T17:26:14+00:00" "time": "2023-01-14T14:17:03+00:00"
}, },
{ {
"name": "evenement/evenement", "name": "evenement/evenement",
@ -2401,22 +2400,23 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.47.0", "version": "v9.50.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "92810d88f9a4252095a56c05541b07940363367c" "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/92810d88f9a4252095a56c05541b07940363367c", "url": "https://api.github.com/repos/laravel/framework/zipball/3b400f76619cd5257a69fdd6b897043b6522a89a",
"reference": "92810d88f9a4252095a56c05541b07940363367c", "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/inflector": "^2.0", "brick/math": "^0.9.3|^0.10.2|^0.11",
"doctrine/inflector": "^2.0.5",
"dragonmantank/cron-expression": "^3.3.2", "dragonmantank/cron-expression": "^3.3.2",
"egulias/email-validator": "^3.2.1", "egulias/email-validator": "^3.2.1|^4.0",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"fruitcake/php-cors": "^1.2", "fruitcake/php-cors": "^1.2",
@ -2505,14 +2505,14 @@
"phpstan/phpstan": "^1.4.7", "phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8", "phpunit/phpunit": "^9.5.8",
"predis/predis": "^1.1.9|^2.0.2", "predis/predis": "^1.1.9|^2.0.2",
"symfony/cache": "^6.0" "symfony/cache": "^6.0",
"symfony/http-client": "^6.0"
}, },
"suggest": { "suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
"brianium/paratest": "Required to run tests in parallel (^6.0).", "brianium/paratest": "Required to run tests in parallel (^6.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
"ext-bcmath": "Required to use the multiple_of validation rule.",
"ext-ftp": "Required to use the Flysystem FTP driver.", "ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.", "ext-memcached": "Required to use the memcache cache driver.",
@ -2584,7 +2584,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-01-10T16:10:09+00:00" "time": "2023-02-01T17:36:26+00:00"
}, },
{ {
"name": "laravel/helpers", "name": "laravel/helpers",
@ -2644,16 +2644,16 @@
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v5.13.0", "version": "v5.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84" "reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/7cfef61b82457359a4cafbcb1840cdaf9ed5ed84", "url": "https://api.github.com/repos/laravel/horizon/zipball/29da5dcf055c084502e61e84c1070252e8a2ceb8",
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84", "reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2715,9 +2715,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/horizon/issues", "issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.13.0" "source": "https://github.com/laravel/horizon/tree/v5.14.0"
}, },
"time": "2023-01-17T14:59:22+00:00" "time": "2023-01-27T11:08:41+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -2798,16 +2798,16 @@
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v1.2.2", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae" "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae", "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2854,7 +2854,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2022-09-08T13:45:54+00:00" "time": "2023-01-30T18:31:20+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -3528,16 +3528,16 @@
}, },
{ {
"name": "league/iso3166", "name": "league/iso3166",
"version": "4.2.0", "version": "4.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/iso3166.git", "url": "https://github.com/thephpleague/iso3166.git",
"reference": "e21ea2ae35d5e88a985bc74c7af0aaca325fcf0e" "reference": "74a08ffe08d4e0dd8ab0aac8c34ea5a641d57669"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/iso3166/zipball/e21ea2ae35d5e88a985bc74c7af0aaca325fcf0e", "url": "https://api.github.com/repos/thephpleague/iso3166/zipball/74a08ffe08d4e0dd8ab0aac8c34ea5a641d57669",
"reference": "e21ea2ae35d5e88a985bc74c7af0aaca325fcf0e", "reference": "74a08ffe08d4e0dd8ab0aac8c34ea5a641d57669",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3581,7 +3581,7 @@
"issues": "https://github.com/thephpleague/iso3166/issues", "issues": "https://github.com/thephpleague/iso3166/issues",
"source": "https://github.com/thephpleague/iso3166" "source": "https://github.com/thephpleague/iso3166"
}, },
"time": "2023-01-23T12:19:13+00:00" "time": "2023-01-31T16:08:51+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@ -8414,16 +8414,16 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373" "reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/c5e5b772033eae96ae82f2190546399ad18c1373", "url": "https://api.github.com/repos/symfony/http-client/zipball/6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373", "reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8479,7 +8479,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.2.5" "source": "https://github.com/symfony/http-client/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@ -8495,7 +8495,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-13T08:35:57+00:00" "time": "2023-01-30T15:46:28+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -8580,16 +8580,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf" "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8638,7 +8638,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.2.5" "source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@ -8654,20 +8654,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:38:09+00:00" "time": "2023-01-30T15:46:28+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62" "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62", "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8749,7 +8749,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.2.5" "source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@ -8765,7 +8765,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-24T15:33:24+00:00" "time": "2023-02-01T08:32:25+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@ -11353,16 +11353,16 @@
}, },
{ {
"name": "laravel/telescope", "name": "laravel/telescope",
"version": "v4.12.0", "version": "v4.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/telescope.git", "url": "https://github.com/laravel/telescope.git",
"reference": "05a2ffca3c4c4a34e554aa1be8ac7d850aa30aa4" "reference": "54b543bb2c8fc4cec6337deedb72d0b41758095c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/05a2ffca3c4c4a34e554aa1be8ac7d850aa30aa4", "url": "https://api.github.com/repos/laravel/telescope/zipball/54b543bb2c8fc4cec6337deedb72d0b41758095c",
"reference": "05a2ffca3c4c4a34e554aa1be8ac7d850aa30aa4", "reference": "54b543bb2c8fc4cec6337deedb72d0b41758095c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11415,9 +11415,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/telescope/issues", "issues": "https://github.com/laravel/telescope/issues",
"source": "https://github.com/laravel/telescope/tree/v4.12.0" "source": "https://github.com/laravel/telescope/tree/v4.13.0"
}, },
"time": "2023-01-13T15:10:50+00:00" "time": "2023-01-30T14:43:38+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",