mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Updated lock file
This commit is contained in:
parent
ebaa1b4071
commit
0019d8b99a
@ -97,6 +97,11 @@ class TwilioController extends BaseController
|
||||
$account->account_sms_verified = true;
|
||||
$account->save();
|
||||
|
||||
//on confirmation we set the users phone number.
|
||||
$user = auth()->user();
|
||||
$user->phone = $account->account_sms_verification_number;
|
||||
$user->save();
|
||||
|
||||
return response()->json(['message' => 'SMS verified'], 200);
|
||||
}
|
||||
|
||||
|
263
composer.lock
generated
263
composer.lock
generated
@ -378,16 +378,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.240.4",
|
||||
"version": "3.240.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "69c7fa97862694d8c0c03f2e905c7fe05683bee9"
|
||||
"reference": "afad16e102229de8da15f07cc48436955811ef7f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/69c7fa97862694d8c0c03f2e905c7fe05683bee9",
|
||||
"reference": "69c7fa97862694d8c0c03f2e905c7fe05683bee9",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/afad16e102229de8da15f07cc48436955811ef7f",
|
||||
"reference": "afad16e102229de8da15f07cc48436955811ef7f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -466,9 +466,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.240.4"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.240.7"
|
||||
},
|
||||
"time": "2022-10-27T19:19:40+00:00"
|
||||
"time": "2022-11-01T18:23:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -1906,16 +1906,16 @@
|
||||
},
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
"version": "v6.3.0",
|
||||
"version": "v6.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firebase/php-jwt.git",
|
||||
"reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8"
|
||||
"reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
|
||||
"reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
|
||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da",
|
||||
"reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1962,9 +1962,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||
"source": "https://github.com/firebase/php-jwt/tree/v6.3.0"
|
||||
"source": "https://github.com/firebase/php-jwt/tree/v6.3.1"
|
||||
},
|
||||
"time": "2022-07-15T16:48:45+00:00"
|
||||
"time": "2022-11-01T21:20:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fruitcake/php-cors",
|
||||
@ -2164,16 +2164,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient-services",
|
||||
"version": "v0.272.0",
|
||||
"version": "v0.272.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||
"reference": "52b494231f6b531983d12aefac057d0eeec2861c"
|
||||
"reference": "436943c42277545c2310fe5852835d7e3628a35a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/52b494231f6b531983d12aefac057d0eeec2861c",
|
||||
"reference": "52b494231f6b531983d12aefac057d0eeec2861c",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/436943c42277545c2310fe5852835d7e3628a35a",
|
||||
"reference": "436943c42277545c2310fe5852835d7e3628a35a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2202,9 +2202,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.272.0"
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.272.1"
|
||||
},
|
||||
"time": "2022-10-21T01:18:13+00:00"
|
||||
"time": "2022-10-31T01:22:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/auth",
|
||||
@ -3483,16 +3483,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v9.37.0",
|
||||
"version": "v9.38.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "0c9675abf6d966e834b2ebeca3319f524e07a330"
|
||||
"reference": "abf198e443e06696af3f356b44de67c0fa516107"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/0c9675abf6d966e834b2ebeca3319f524e07a330",
|
||||
"reference": "0c9675abf6d966e834b2ebeca3319f524e07a330",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/abf198e443e06696af3f356b44de67c0fa516107",
|
||||
"reference": "abf198e443e06696af3f356b44de67c0fa516107",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3665,7 +3665,7 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2022-10-25T15:43:46+00:00"
|
||||
"time": "2022-11-01T14:05:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
@ -4123,16 +4123,16 @@
|
||||
},
|
||||
{
|
||||
"name": "league/commonmark",
|
||||
"version": "2.3.5",
|
||||
"version": "2.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/commonmark.git",
|
||||
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257"
|
||||
"reference": "857afc47ce113454bd629037213378ba3219dd40"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
||||
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
||||
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/857afc47ce113454bd629037213378ba3219dd40",
|
||||
"reference": "857afc47ce113454bd629037213378ba3219dd40",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4152,7 +4152,7 @@
|
||||
"erusev/parsedown": "^1.0",
|
||||
"ext-json": "*",
|
||||
"github/gfm": "0.29.0",
|
||||
"michelf/php-markdown": "^1.4",
|
||||
"michelf/php-markdown": "^1.4 || ^2.0",
|
||||
"nyholm/psr7": "^1.5",
|
||||
"phpstan/phpstan": "^1.8.2",
|
||||
"phpunit/phpunit": "^9.5.21",
|
||||
@ -4225,7 +4225,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-29T10:59:45+00:00"
|
||||
"time": "2022-10-30T16:45:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/config",
|
||||
@ -5727,16 +5727,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nunomaduro/termwind",
|
||||
"version": "v1.14.1",
|
||||
"version": "v1.14.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nunomaduro/termwind.git",
|
||||
"reference": "86fc30eace93b9b6d4c844ba6de76db84184e01b"
|
||||
"reference": "9a8218511eb1a0965629ff820dda25985440aefc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/86fc30eace93b9b6d4c844ba6de76db84184e01b",
|
||||
"reference": "86fc30eace93b9b6d4c844ba6de76db84184e01b",
|
||||
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/9a8218511eb1a0965629ff820dda25985440aefc",
|
||||
"reference": "9a8218511eb1a0965629ff820dda25985440aefc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5793,7 +5793,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nunomaduro/termwind/issues",
|
||||
"source": "https://github.com/nunomaduro/termwind/tree/v1.14.1"
|
||||
"source": "https://github.com/nunomaduro/termwind/tree/v1.14.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5809,7 +5809,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-17T15:20:29+00:00"
|
||||
"time": "2022-10-28T22:51:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nwidart/laravel-modules",
|
||||
@ -8746,16 +8746,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "7fa3b9cf17363468795e539231a5c91b02b608fc"
|
||||
"reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/7fa3b9cf17363468795e539231a5c91b02b608fc",
|
||||
"reference": "7fa3b9cf17363468795e539231a5c91b02b608fc",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/a1282bd0c096e0bdb8800b104177e2ce404d8815",
|
||||
"reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8822,7 +8822,7 @@
|
||||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/console/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8838,7 +8838,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
"time": "2022-10-26T21:42:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
@ -8974,16 +8974,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/error-handler.git",
|
||||
"reference": "49f718e41f1b6f0fd5730895ca5b1c37defd828d"
|
||||
"reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/49f718e41f1b6f0fd5730895ca5b1c37defd828d",
|
||||
"reference": "49f718e41f1b6f0fd5730895ca5b1c37defd828d",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/699a26ce5ec656c198bf6e26398b0f0818c7e504",
|
||||
"reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9025,7 +9025,7 @@
|
||||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9041,7 +9041,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
"time": "2022-10-28T16:23:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
@ -9334,16 +9334,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client.git",
|
||||
"reference": "c8c887f4813370550147afd27d9eb8a8523e53b2"
|
||||
"reference": "f515d066728774efb34347a87580621416ca8968"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/c8c887f4813370550147afd27d9eb8a8523e53b2",
|
||||
"reference": "c8c887f4813370550147afd27d9eb8a8523e53b2",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/f515d066728774efb34347a87580621416ca8968",
|
||||
"reference": "f515d066728774efb34347a87580621416ca8968",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9398,7 +9398,7 @@
|
||||
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9414,7 +9414,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-12T05:10:31+00:00"
|
||||
"time": "2022-10-28T16:23:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
@ -9499,16 +9499,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "3ae8e9c57155fc48930493a629da293b32efbde0"
|
||||
"reference": "792a1856d2b95273f0e1c3435785f1d01a60ecc6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/3ae8e9c57155fc48930493a629da293b32efbde0",
|
||||
"reference": "3ae8e9c57155fc48930493a629da293b32efbde0",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/792a1856d2b95273f0e1c3435785f1d01a60ecc6",
|
||||
"reference": "792a1856d2b95273f0e1c3435785f1d01a60ecc6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9554,7 +9554,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9570,20 +9570,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-02T08:30:52+00:00"
|
||||
"time": "2022-10-12T09:44:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "102f99bf81799e93f61b9a73b2f38b309c587a94"
|
||||
"reference": "8fc1ffe753948c47a103a809cdd6a4a8458b3254"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/102f99bf81799e93f61b9a73b2f38b309c587a94",
|
||||
"reference": "102f99bf81799e93f61b9a73b2f38b309c587a94",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8fc1ffe753948c47a103a809cdd6a4a8458b3254",
|
||||
"reference": "8fc1ffe753948c47a103a809cdd6a4a8458b3254",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9664,7 +9664,7 @@
|
||||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9680,20 +9680,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-12T07:48:47+00:00"
|
||||
"time": "2022-10-28T18:06:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/intl",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/intl.git",
|
||||
"reference": "9ab546d9054b34feb2cb728349f6b8e8f18d4c43"
|
||||
"reference": "8025e5b651512b21d3e768321d45a2e5e32e8c66"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/intl/zipball/9ab546d9054b34feb2cb728349f6b8e8f18d4c43",
|
||||
"reference": "9ab546d9054b34feb2cb728349f6b8e8f18d4c43",
|
||||
"url": "https://api.github.com/repos/symfony/intl/zipball/8025e5b651512b21d3e768321d45a2e5e32e8c66",
|
||||
"reference": "8025e5b651512b21d3e768321d45a2e5e32e8c66",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9744,7 +9744,7 @@
|
||||
"localization"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/intl/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/intl/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9760,20 +9760,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
"time": "2022-10-23T10:33:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
"version": "v6.1.5",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mailer.git",
|
||||
"reference": "e1b32deb9efc48def0c76b876860ad36f2123e89"
|
||||
"reference": "7e19813c0b43387c55665780c4caea505cc48391"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/e1b32deb9efc48def0c76b876860ad36f2123e89",
|
||||
"reference": "e1b32deb9efc48def0c76b876860ad36f2123e89",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/7e19813c0b43387c55665780c4caea505cc48391",
|
||||
"reference": "7e19813c0b43387c55665780c4caea505cc48391",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9818,7 +9818,7 @@
|
||||
"description": "Helps sending emails",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.1.5"
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9834,7 +9834,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-08-29T06:58:39+00:00"
|
||||
"time": "2022-10-28T16:23:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailgun-mailer",
|
||||
@ -9903,16 +9903,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/mime",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mime.git",
|
||||
"reference": "5ae192b9a39730435cfec025a499f79d05ac68a3"
|
||||
"reference": "f440f066d57691088d998d6e437ce98771144618"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/5ae192b9a39730435cfec025a499f79d05ac68a3",
|
||||
"reference": "5ae192b9a39730435cfec025a499f79d05ac68a3",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/f440f066d57691088d998d6e437ce98771144618",
|
||||
"reference": "f440f066d57691088d998d6e437ce98771144618",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9924,8 +9924,7 @@
|
||||
"egulias/email-validator": "~3.0.0",
|
||||
"phpdocumentor/reflection-docblock": "<3.2.2",
|
||||
"phpdocumentor/type-resolver": "<1.4.0",
|
||||
"symfony/mailer": "<5.4",
|
||||
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
|
||||
"symfony/mailer": "<5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"egulias/email-validator": "^2.1.10|^3.1",
|
||||
@ -9933,7 +9932,7 @@
|
||||
"symfony/dependency-injection": "^5.4|^6.0",
|
||||
"symfony/property-access": "^5.4|^6.0",
|
||||
"symfony/property-info": "^5.4|^6.0",
|
||||
"symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
|
||||
"symfony/serializer": "^5.2|^6.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -9965,7 +9964,7 @@
|
||||
"mime-type"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mime/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/mime/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9981,7 +9980,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
"time": "2022-10-19T08:10:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/options-resolver",
|
||||
@ -11083,16 +11082,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-access",
|
||||
"version": "v5.4.11",
|
||||
"version": "v5.4.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-access.git",
|
||||
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c"
|
||||
"reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
|
||||
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
|
||||
"url": "https://api.github.com/repos/symfony/property-access/zipball/0f3e8f40a1d3da90f674b3dd772e4777ccde4273",
|
||||
"reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11144,7 +11143,7 @@
|
||||
"reflection"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/property-access/tree/v5.4.11"
|
||||
"source": "https://github.com/symfony/property-access/tree/v5.4.15"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11160,20 +11159,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-27T16:58:25+00:00"
|
||||
"time": "2022-10-27T07:55:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/property-info",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/property-info.git",
|
||||
"reference": "f28d0db9d2687f81d68d0dc6b2e42817647f5d64"
|
||||
"reference": "b5a46ec66a4b77d4bd39d58c22710be888e55b68"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/f28d0db9d2687f81d68d0dc6b2e42817647f5d64",
|
||||
"reference": "f28d0db9d2687f81d68d0dc6b2e42817647f5d64",
|
||||
"url": "https://api.github.com/repos/symfony/property-info/zipball/b5a46ec66a4b77d4bd39d58c22710be888e55b68",
|
||||
"reference": "b5a46ec66a4b77d4bd39d58c22710be888e55b68",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11233,7 +11232,7 @@
|
||||
"validator"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/property-info/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/property-info/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11249,7 +11248,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:04:03+00:00"
|
||||
"time": "2022-10-28T16:23:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/psr-http-message-bridge",
|
||||
@ -11341,16 +11340,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v6.1.5",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "f8c1ebb43d0f39e5ecd12a732ba1952a3dd8455c"
|
||||
"reference": "95effeb9d6e2cec861cee06bf5bbf82d09aea7f5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/f8c1ebb43d0f39e5ecd12a732ba1952a3dd8455c",
|
||||
"reference": "f8c1ebb43d0f39e5ecd12a732ba1952a3dd8455c",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/95effeb9d6e2cec861cee06bf5bbf82d09aea7f5",
|
||||
"reference": "95effeb9d6e2cec861cee06bf5bbf82d09aea7f5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11409,7 +11408,7 @@
|
||||
"url"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/routing/tree/v6.1.5"
|
||||
"source": "https://github.com/symfony/routing/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11425,7 +11424,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-09T09:26:14+00:00"
|
||||
"time": "2022-10-18T13:12:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
@ -11514,16 +11513,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864"
|
||||
"reference": "823f143370880efcbdfa2dbca946b3358c4707e5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/7e7e0ff180d4c5a6636eaad57b65092014b61864",
|
||||
"reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5",
|
||||
"reference": "823f143370880efcbdfa2dbca946b3358c4707e5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11579,7 +11578,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/string/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11850,16 +11849,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/validator",
|
||||
"version": "v6.1.6",
|
||||
"version": "v6.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/validator.git",
|
||||
"reference": "e5589882403e1e19774d7c5ffb65d9c6466d216c"
|
||||
"reference": "0cc147f2e4a0d78221db85545751cd8764bbc156"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/validator/zipball/e5589882403e1e19774d7c5ffb65d9c6466d216c",
|
||||
"reference": "e5589882403e1e19774d7c5ffb65d9c6466d216c",
|
||||
"url": "https://api.github.com/repos/symfony/validator/zipball/0cc147f2e4a0d78221db85545751cd8764bbc156",
|
||||
"reference": "0cc147f2e4a0d78221db85545751cd8764bbc156",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -11938,7 +11937,7 @@
|
||||
"description": "Provides tools to validate values",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/validator/tree/v6.1.6"
|
||||
"source": "https://github.com/symfony/validator/tree/v6.1.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11954,7 +11953,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-02T08:30:52+00:00"
|
||||
"time": "2022-10-28T16:23:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
@ -12227,16 +12226,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twilio/sdk",
|
||||
"version": "6.43.0",
|
||||
"version": "6.43.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:twilio/twilio-php.git",
|
||||
"reference": "687245ed07dc807eec94389f715323cf13c1e316"
|
||||
"reference": "040e989adccc39437371b14da5f20f068e586509"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/687245ed07dc807eec94389f715323cf13c1e316",
|
||||
"reference": "687245ed07dc807eec94389f715323cf13c1e316",
|
||||
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/040e989adccc39437371b14da5f20f068e586509",
|
||||
"reference": "040e989adccc39437371b14da5f20f068e586509",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -12272,7 +12271,7 @@
|
||||
"sms",
|
||||
"twilio"
|
||||
],
|
||||
"time": "2022-10-19T19:27:21+00:00"
|
||||
"time": "2022-10-31T19:29:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
@ -12922,16 +12921,16 @@
|
||||
},
|
||||
{
|
||||
"name": "brianium/paratest",
|
||||
"version": "v6.6.4",
|
||||
"version": "v6.6.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paratestphp/paratest.git",
|
||||
"reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda"
|
||||
"reference": "31fd5d69b41725f383c9a083831eefcc7ecd9061"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/4ce800dc32fd0292a4f05c00f347142dce1ecdda",
|
||||
"reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda",
|
||||
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/31fd5d69b41725f383c9a083831eefcc7ecd9061",
|
||||
"reference": "31fd5d69b41725f383c9a083831eefcc7ecd9061",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -12998,7 +12997,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/paratestphp/paratest/issues",
|
||||
"source": "https://github.com/paratestphp/paratest/tree/v6.6.4"
|
||||
"source": "https://github.com/paratestphp/paratest/tree/v6.6.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -13010,7 +13009,7 @@
|
||||
"type": "paypal"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-13T10:47:01+00:00"
|
||||
"time": "2022-10-28T12:22:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
@ -14908,16 +14907,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "9.5.25",
|
||||
"version": "9.5.26",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d"
|
||||
"reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
|
||||
"reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2",
|
||||
"reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -14990,7 +14989,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -15006,7 +15005,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-25T03:44:45+00:00"
|
||||
"time": "2022-10-28T06:00:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
Loading…
x
Reference in New Issue
Block a user