mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update packages, fix rule
This commit is contained in:
parent
d40fd485ca
commit
e4db21f0c0
@ -75,7 +75,7 @@ class BudgetFormUpdateRequest extends FormRequest
|
||||
'active' => 'numeric|between:0,1',
|
||||
'auto_budget_type' => 'numeric|integer|gte:0|lte:31',
|
||||
'auto_budget_currency_id' => 'exists:transaction_currencies,id',
|
||||
'auto_budget_amount' => 'min:0|max:1000000000|required_if:auto_budget_type,1|required_if:auto_budget_type,2',
|
||||
'auto_budget_amount' => 'min:0|max:1000000000|required_if:auto_budget_type,1|required_if:auto_budget_type,2|numeric',
|
||||
'auto_budget_period' => 'in:daily,weekly,monthly,quarterly,half_year,yearly',
|
||||
];
|
||||
}
|
||||
|
170
composer.lock
generated
170
composer.lock
generated
@ -5693,16 +5693,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "be294423f337dda97c810733138c0caec1bb0575"
|
||||
"reference": "2ab307342a7233b9a260edd5ef94087aaca57d18"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/be294423f337dda97c810733138c0caec1bb0575",
|
||||
"reference": "be294423f337dda97c810733138c0caec1bb0575",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/2ab307342a7233b9a260edd5ef94087aaca57d18",
|
||||
"reference": "2ab307342a7233b9a260edd5ef94087aaca57d18",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5768,7 +5768,7 @@
|
||||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v6.0.16"
|
||||
"source": "https://github.com/symfony/console/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5784,20 +5784,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-25T18:58:46+00:00"
|
||||
"time": "2022-12-28T14:21:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v6.0.11",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9"
|
||||
"reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ab2746acddc4f03a7234c8441822ac5d5c63efe9",
|
||||
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/3e526b732295b5d4c16c38d557b74ba8498a92b4",
|
||||
"reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5833,7 +5833,7 @@
|
||||
"description": "Converts CSS selectors to XPath expressions",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/css-selector/tree/v6.0.11"
|
||||
"source": "https://github.com/symfony/css-selector/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5849,7 +5849,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-06-27T17:10:44+00:00"
|
||||
"time": "2022-12-28T14:21:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
@ -5920,16 +5920,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/error-handler",
|
||||
"version": "v6.0.15",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/error-handler.git",
|
||||
"reference": "f000c166cb3ee32c4c822831a79260a135cd59b5"
|
||||
"reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/f000c166cb3ee32c4c822831a79260a135cd59b5",
|
||||
"reference": "f000c166cb3ee32c4c822831a79260a135cd59b5",
|
||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/1113c4bcf3bc77a9c79562543317479c90ba7b82",
|
||||
"reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5971,7 +5971,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.0.15"
|
||||
"source": "https://github.com/symfony/error-handler/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -5987,20 +5987,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-28T16:22:58+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v6.0.9",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "5c85b58422865d42c6eb46f7693339056db098a8"
|
||||
"reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
|
||||
"reference": "5c85b58422865d42c6eb46f7693339056db098a8",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/42b3985aa07837c9df36013ec5b965e9f2d480bc",
|
||||
"reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6054,7 +6054,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.0.9"
|
||||
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6070,7 +6070,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-05T16:45:52+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher-contracts",
|
||||
@ -6153,16 +6153,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v6.0.11",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
|
||||
"reference": "d467d625fc88f7cebf96f495e588a7196a669db1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
|
||||
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/d467d625fc88f7cebf96f495e588a7196a669db1",
|
||||
"reference": "d467d625fc88f7cebf96f495e588a7196a669db1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6194,7 +6194,7 @@
|
||||
"description": "Finds files and directories via an intuitive fluent interface",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/finder/tree/v6.0.11"
|
||||
"source": "https://github.com/symfony/finder/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6210,20 +6210,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-07-29T07:39:48+00:00"
|
||||
"time": "2022-12-22T17:53:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client.git",
|
||||
"reference": "5db1221826d5f841f443d434358d5f82c862c5a9"
|
||||
"reference": "d104286d135d29a17ead777888087e7f0fd11771"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/5db1221826d5f841f443d434358d5f82c862c5a9",
|
||||
"reference": "5db1221826d5f841f443d434358d5f82c862c5a9",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/d104286d135d29a17ead777888087e7f0fd11771",
|
||||
"reference": "d104286d135d29a17ead777888087e7f0fd11771",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6278,7 +6278,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.0.16"
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6294,7 +6294,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-14T10:09:52+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
@ -6376,16 +6376,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec"
|
||||
"reference": "22fe17e40b0481d39212e7165e004eb26422085d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/86eec2c66d00a2dd03d84352cd10b12df73101ec",
|
||||
"reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/22fe17e40b0481d39212e7165e004eb26422085d",
|
||||
"reference": "22fe17e40b0481d39212e7165e004eb26422085d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6431,7 +6431,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.0.16"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6447,20 +6447,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-07T08:07:05+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb"
|
||||
"reference": "ce1a8d268d9bc32b806f3afa33e157b1df79214c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8ba1344821807ad51f230f0d01e0fa8f366e4abb",
|
||||
"reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/ce1a8d268d9bc32b806f3afa33e157b1df79214c",
|
||||
"reference": "ce1a8d268d9bc32b806f3afa33e157b1df79214c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6540,7 +6540,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.0.16"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6556,20 +6556,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-28T18:15:44+00:00"
|
||||
"time": "2022-12-28T14:55:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mailer.git",
|
||||
"reference": "aa47b34ab09fa03106d9e156632e4c6176b962da"
|
||||
"reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/aa47b34ab09fa03106d9e156632e4c6176b962da",
|
||||
"reference": "aa47b34ab09fa03106d9e156632e4c6176b962da",
|
||||
"url": "https://api.github.com/repos/symfony/mailer/zipball/0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
|
||||
"reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6614,7 +6614,7 @@
|
||||
"description": "Helps sending emails",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.0.16"
|
||||
"source": "https://github.com/symfony/mailer/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6630,7 +6630,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-04T07:39:59+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailgun-mailer",
|
||||
@ -6699,16 +6699,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/mime",
|
||||
"version": "v6.0.16",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mime.git",
|
||||
"reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c"
|
||||
"reference": "3e6a7ba15997020778312ed576ad01ab60dc2336"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
|
||||
"reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
|
||||
"url": "https://api.github.com/repos/symfony/mime/zipball/3e6a7ba15997020778312ed576ad01ab60dc2336",
|
||||
"reference": "3e6a7ba15997020778312ed576ad01ab60dc2336",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6761,7 +6761,7 @@
|
||||
"mime-type"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mime/tree/v6.0.16"
|
||||
"source": "https://github.com/symfony/mime/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6777,7 +6777,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-11-28T12:25:56+00:00"
|
||||
"time": "2022-12-14T16:19:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
@ -7667,16 +7667,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v6.0.15",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508"
|
||||
"reference": "61687a0aa80f6807c52e116ee64072f6ec53780c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
|
||||
"reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/61687a0aa80f6807c52e116ee64072f6ec53780c",
|
||||
"reference": "61687a0aa80f6807c52e116ee64072f6ec53780c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7689,7 +7689,7 @@
|
||||
"symfony/yaml": "<5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/annotations": "^1.12",
|
||||
"doctrine/annotations": "^1.12|^2",
|
||||
"psr/log": "^1|^2|^3",
|
||||
"symfony/config": "^5.4|^6.0",
|
||||
"symfony/dependency-injection": "^5.4|^6.0",
|
||||
@ -7735,7 +7735,7 @@
|
||||
"url"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/routing/tree/v6.0.15"
|
||||
"source": "https://github.com/symfony/routing/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7751,7 +7751,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-18T13:11:57+00:00"
|
||||
"time": "2022-12-20T16:40:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/service-contracts",
|
||||
@ -7837,16 +7837,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v6.0.15",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771"
|
||||
"reference": "3f57003dd8a67ed76870cc03092f8501db7788d9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/51ac0fa0ccf132a00519b87c97e8f775fa14e771",
|
||||
"reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/3f57003dd8a67ed76870cc03092f8501db7788d9",
|
||||
"reference": "3f57003dd8a67ed76870cc03092f8501db7788d9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7902,7 +7902,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v6.0.15"
|
||||
"source": "https://github.com/symfony/string/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7918,7 +7918,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-10T09:34:08+00:00"
|
||||
"time": "2022-12-14T15:52:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
@ -8169,16 +8169,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v6.0.14",
|
||||
"version": "v6.0.17",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "72af925ddd41ca0372d166d004bc38a00c4608cc"
|
||||
"reference": "7d8e7c3c67c77790425ebe33691419dada154e65"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/72af925ddd41ca0372d166d004bc38a00c4608cc",
|
||||
"reference": "72af925ddd41ca0372d166d004bc38a00c4608cc",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/7d8e7c3c67c77790425ebe33691419dada154e65",
|
||||
"reference": "7d8e7c3c67c77790425ebe33691419dada154e65",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8237,7 +8237,7 @@
|
||||
"dump"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.0.14"
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.0.17"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8253,7 +8253,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-10-07T08:02:12+00:00"
|
||||
"time": "2022-12-22T17:53:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tijsverkoyen/css-to-inline-styles",
|
||||
@ -9416,16 +9416,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": {
|
||||
@ -9481,7 +9481,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": [
|
||||
{
|
||||
@ -9489,7 +9489,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-12-18T16:40:55+00:00"
|
||||
"time": "2022-12-28T12:41:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/php-file-iterator",
|
||||
|
Loading…
Reference in New Issue
Block a user