Clean up code and update packages

This commit is contained in:
James Cole
2022-12-29 15:44:13 +01:00
parent 5e3f9f9bce
commit 2a61633ab9
7 changed files with 181 additions and 128 deletions

View File

@@ -226,32 +226,35 @@
},
{
"name": "doctrine/annotations",
"version": "1.13.3",
"version": "1.14.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"doctrine/lexer": "^1 || ^2",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
"vimeo/psalm": "^4.10"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
"psr-4": {
@@ -293,37 +296,82 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
"source": "https://github.com/doctrine/annotations/tree/1.14.2"
},
"time": "2022-07-02T10:48:51+00:00"
"time": "2022-12-15T06:48:22+00:00"
},
{
"name": "doctrine/lexer",
"version": "1.2.3",
"name": "doctrine/deprecations",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
"url": "https://github.com/doctrine/deprecations.git",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
},
"time": "2022-05-02T15:47:09+00:00"
},
{
"name": "doctrine/lexer",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -355,7 +403,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
},
"funding": [
{
@@ -371,20 +419,20 @@
"type": "tidelift"
}
],
"time": "2022-02-28T11:07:21+00:00"
"time": "2022-12-14T08:49:07+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.0",
"version": "v3.13.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "a6232229a8309e8811dc751c28b91cb34b2943e1"
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a6232229a8309e8811dc751c28b91cb34b2943e1",
"reference": "a6232229a8309e8811dc751c28b91cb34b2943e1",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"shasum": ""
},
"require": {
@@ -452,7 +500,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.0"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.1"
},
"funding": [
{
@@ -460,7 +508,7 @@
"type": "github"
}
],
"time": "2022-10-31T19:28:50+00:00"
"time": "2022-12-18T00:47:22+00:00"
},
{
"name": "psr/cache",
@@ -732,16 +780,16 @@
},
{
"name": "symfony/console",
"version": "v6.2.1",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f"
"reference": "0f579613e771dba2dbb8211c382342a641f5da06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f",
"reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f",
"url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06",
"reference": "0f579613e771dba2dbb8211c382342a641f5da06",
"shasum": ""
},
"require": {
@@ -808,7 +856,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.2.1"
"source": "https://github.com/symfony/console/tree/v6.2.3"
},
"funding": [
{
@@ -824,7 +872,7 @@
"type": "tidelift"
}
],
"time": "2022-12-01T13:44:20+00:00"
"time": "2022-12-28T14:26:22+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -895,16 +943,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v6.2.0",
"version": "v6.2.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "9efb1618fabee89515fe031314e8ed5625f85a53"
"reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9efb1618fabee89515fe031314e8ed5625f85a53",
"reference": "9efb1618fabee89515fe031314e8ed5625f85a53",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3ffeb31139b49bf6ef0bc09d1db95eac053388d1",
"reference": "3ffeb31139b49bf6ef0bc09d1db95eac053388d1",
"shasum": ""
},
"require": {
@@ -958,7 +1006,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.0"
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.2"
},
"funding": [
{
@@ -974,7 +1022,7 @@
"type": "tidelift"
}
],
"time": "2022-11-02T09:08:04+00:00"
"time": "2022-12-14T16:11:27+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -1120,16 +1168,16 @@
},
{
"name": "symfony/finder",
"version": "v6.2.0",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570"
"reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570",
"url": "https://api.github.com/repos/symfony/finder/zipball/81eefbddfde282ee33b437ba5e13d7753211ae8e",
"reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e",
"shasum": ""
},
"require": {
@@ -1164,7 +1212,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.2.0"
"source": "https://github.com/symfony/finder/tree/v6.2.3"
},
"funding": [
{
@@ -1180,7 +1228,7 @@
"type": "tidelift"
}
],
"time": "2022-10-09T08:55:40+00:00"
"time": "2022-12-22T17:55:15+00:00"
},
{
"name": "symfony/options-resolver",
@@ -1804,16 +1852,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v3.1.1",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75",
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75",
"shasum": ""
},
"require": {
@@ -1829,7 +1877,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.1-dev"
"dev-main": "3.3-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -1869,7 +1917,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
"source": "https://github.com/symfony/service-contracts/tree/v3.2.0"
},
"funding": [
{
@@ -1885,7 +1933,7 @@
"type": "tidelift"
}
],
"time": "2022-05-30T19:18:58+00:00"
"time": "2022-11-25T10:21:52+00:00"
},
{
"name": "symfony/stopwatch",
@@ -1951,16 +1999,16 @@
},
{
"name": "symfony/string",
"version": "v6.2.0",
"version": "v6.2.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "145702685e0d12f81d755c71127bfff7582fdd36"
"reference": "863219fd713fa41cbcd285a79723f94672faff4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36",
"reference": "145702685e0d12f81d755c71127bfff7582fdd36",
"url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d",
"reference": "863219fd713fa41cbcd285a79723f94672faff4d",
"shasum": ""
},
"require": {
@@ -2017,7 +2065,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.2.0"
"source": "https://github.com/symfony/string/tree/v6.2.2"
},
"funding": [
{
@@ -2033,7 +2081,7 @@
"type": "tidelift"
}
],
"time": "2022-11-30T17:13:47+00:00"
"time": "2022-12-14T16:11:27+00:00"
}
],
"packages-dev": [],

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
/*
* ChangedPiggyBankAmount.php

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
/*
* PiggyBankEventHandler.php

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* TriggerController.php
* Copyright (c) 2022 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* TriggerRecurrenceRequest.php
* Copyright (c) 2022 james@firefly-iii.org

110
composer.lock generated
View File

@@ -5757,16 +5757,16 @@
},
{
"name": "symfony/console",
"version": "v6.2.2",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "5a9bd5c543f00157c55face973c149957467db31"
"reference": "0f579613e771dba2dbb8211c382342a641f5da06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/5a9bd5c543f00157c55face973c149957467db31",
"reference": "5a9bd5c543f00157c55face973c149957467db31",
"url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06",
"reference": "0f579613e771dba2dbb8211c382342a641f5da06",
"shasum": ""
},
"require": {
@@ -5833,7 +5833,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.2.2"
"source": "https://github.com/symfony/console/tree/v6.2.3"
},
"funding": [
{
@@ -5849,20 +5849,20 @@
"type": "tidelift"
}
],
"time": "2022-12-16T15:08:36+00:00"
"time": "2022-12-28T14:26:22+00:00"
},
{
"name": "symfony/css-selector",
"version": "v6.2.0",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "91c342ffc99283c43653ed8eb47bc2a94db7f398"
"reference": "ab1df4ba3ded7b724766ba3a6e0eca0418e74f80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/91c342ffc99283c43653ed8eb47bc2a94db7f398",
"reference": "91c342ffc99283c43653ed8eb47bc2a94db7f398",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ab1df4ba3ded7b724766ba3a6e0eca0418e74f80",
"reference": "ab1df4ba3ded7b724766ba3a6e0eca0418e74f80",
"shasum": ""
},
"require": {
@@ -5898,7 +5898,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.2.0"
"source": "https://github.com/symfony/css-selector/tree/v6.2.3"
},
"funding": [
{
@@ -5914,7 +5914,7 @@
"type": "tidelift"
}
],
"time": "2022-08-26T05:51:22+00:00"
"time": "2022-12-28T14:26:22+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -5985,16 +5985,16 @@
},
{
"name": "symfony/error-handler",
"version": "v6.2.2",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "12a25d01cc5273b2445e125d62b61d34db42297e"
"reference": "0926124c95d220499e2baf0fb465772af3a4eddb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/12a25d01cc5273b2445e125d62b61d34db42297e",
"reference": "12a25d01cc5273b2445e125d62b61d34db42297e",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/0926124c95d220499e2baf0fb465772af3a4eddb",
"reference": "0926124c95d220499e2baf0fb465772af3a4eddb",
"shasum": ""
},
"require": {
@@ -6036,7 +6036,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.2.2"
"source": "https://github.com/symfony/error-handler/tree/v6.2.3"
},
"funding": [
{
@@ -6052,7 +6052,7 @@
"type": "tidelift"
}
],
"time": "2022-12-14T16:11:27+00:00"
"time": "2022-12-19T14:33:49+00:00"
},
{
"name": "symfony/event-dispatcher",
@@ -6218,16 +6218,16 @@
},
{
"name": "symfony/finder",
"version": "v6.2.0",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570"
"reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570",
"url": "https://api.github.com/repos/symfony/finder/zipball/81eefbddfde282ee33b437ba5e13d7753211ae8e",
"reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e",
"shasum": ""
},
"require": {
@@ -6262,7 +6262,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.2.0"
"source": "https://github.com/symfony/finder/tree/v6.2.3"
},
"funding": [
{
@@ -6278,7 +6278,7 @@
"type": "tidelift"
}
],
"time": "2022-10-09T08:55:40+00:00"
"time": "2022-12-22T17:55:15+00:00"
},
{
"name": "symfony/http-client",
@@ -6526,16 +6526,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v6.2.2",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "860a0189969b755cd571709bd32313aa8599867a"
"reference": "56c0c0d051579d25aec059a21dfe469634396a0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/860a0189969b755cd571709bd32313aa8599867a",
"reference": "860a0189969b755cd571709bd32313aa8599867a",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/56c0c0d051579d25aec059a21dfe469634396a0f",
"reference": "56c0c0d051579d25aec059a21dfe469634396a0f",
"shasum": ""
},
"require": {
@@ -6617,7 +6617,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.2.2"
"source": "https://github.com/symfony/http-kernel/tree/v6.2.3"
},
"funding": [
{
@@ -6633,7 +6633,7 @@
"type": "tidelift"
}
],
"time": "2022-12-16T19:38:34+00:00"
"time": "2022-12-28T15:05:50+00:00"
},
{
"name": "symfony/mailer",
@@ -7750,16 +7750,16 @@
},
{
"name": "symfony/routing",
"version": "v6.2.0",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "857ac6f4df371470fbdefa2f5967a2618dbf1852"
"reference": "35fec764f3e2c8c08fb340d275c84bc78ca7e0c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/857ac6f4df371470fbdefa2f5967a2618dbf1852",
"reference": "857ac6f4df371470fbdefa2f5967a2618dbf1852",
"url": "https://api.github.com/repos/symfony/routing/zipball/35fec764f3e2c8c08fb340d275c84bc78ca7e0c9",
"reference": "35fec764f3e2c8c08fb340d275c84bc78ca7e0c9",
"shasum": ""
},
"require": {
@@ -7772,7 +7772,7 @@
"symfony/yaml": "<5.4"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^6.2",
"symfony/dependency-injection": "^5.4|^6.0",
@@ -7818,7 +7818,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.2.0"
"source": "https://github.com/symfony/routing/tree/v6.2.3"
},
"funding": [
{
@@ -7834,7 +7834,7 @@
"type": "tidelift"
}
],
"time": "2022-11-09T13:28:29+00:00"
"time": "2022-12-20T16:41:15+00:00"
},
{
"name": "symfony/service-contracts",
@@ -8009,16 +8009,16 @@
},
{
"name": "symfony/translation",
"version": "v6.2.2",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "3294288c335b6267eab14964bf2c46015663d93f"
"reference": "a2a15404ef4c15d92c205718eb828b225a144379"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/3294288c335b6267eab14964bf2c46015663d93f",
"reference": "3294288c335b6267eab14964bf2c46015663d93f",
"url": "https://api.github.com/repos/symfony/translation/zipball/a2a15404ef4c15d92c205718eb828b225a144379",
"reference": "a2a15404ef4c15d92c205718eb828b225a144379",
"shasum": ""
},
"require": {
@@ -8087,7 +8087,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.2.2"
"source": "https://github.com/symfony/translation/tree/v6.2.3"
},
"funding": [
{
@@ -8103,7 +8103,7 @@
"type": "tidelift"
}
],
"time": "2022-12-13T18:04:17+00:00"
"time": "2022-12-23T14:11:11+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -8262,16 +8262,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v6.2.2",
"version": "v6.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "6168f544827e897f708a684f75072a8c33a5e309"
"reference": "fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6168f544827e897f708a684f75072a8c33a5e309",
"reference": "6168f544827e897f708a684f75072a8c33a5e309",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0",
"reference": "fdbadd4803bc3c96ef89238c9c9e2ebe424ec2e0",
"shasum": ""
},
"require": {
@@ -8330,7 +8330,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.2.2"
"source": "https://github.com/symfony/var-dumper/tree/v6.2.3"
},
"funding": [
{
@@ -8346,7 +8346,7 @@
"type": "tidelift"
}
],
"time": "2022-12-14T16:11:27+00:00"
"time": "2022-12-22T17:55:15+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -9912,16 +9912,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.22",
"version": "9.2.23",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df"
"reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e4bf60d2220b4baaa0572986b5d69870226b06df",
"reference": "e4bf60d2220b4baaa0572986b5d69870226b06df",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"shasum": ""
},
"require": {
@@ -9977,7 +9977,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.22"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
},
"funding": [
{
@@ -9985,7 +9985,7 @@
"type": "github"
}
],
"time": "2022-12-18T16:40:55+00:00"
"time": "2022-12-28T12:41:10+00:00"
},
{
"name": "phpunit/php-file-iterator",

View File

@@ -1194,9 +1194,9 @@
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
"@types/node@*":
version "18.11.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.17.tgz#5c009e1d9c38f4a2a9d45c0b0c493fe6cdb4bcb5"
integrity sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==
version "18.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
"@types/parse-json@^4.0.0":
version "4.0.0"
@@ -1623,9 +1623,9 @@ autoprefixer@^10.4.0:
postcss-value-parser "^4.2.0"
axios@^1.2:
version "1.2.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
version "1.2.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
@@ -2148,9 +2148,9 @@ cookie@0.5.0:
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
core-js-compat@^3.25.1:
version "3.26.1"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.1.tgz#0e710b09ebf689d719545ac36e49041850f943df"
integrity sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==
version "3.27.0"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.27.0.tgz#e2c58a89df6432a5f36f3fa34097e9e83e709fb6"
integrity sha512-spN2H4E/wocMML7XtbKuqttHHM+zbF3bAdl9mT4/iyFaF33bowQGjxiWNWyvUJGH9F+hTgnhWziiLtwu3oC/Qg==
dependencies:
browserslist "^4.21.4"
@@ -2350,6 +2350,11 @@ csstype@^3.1.0:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
date-fns@^2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
de-indent@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"