composer lock

This commit is contained in:
Denis Duliçi 2022-08-02 11:20:21 +03:00
parent 770447b134
commit fae03ac3e0

282
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "802a453ffd64d0ac19d6fc741b46dacc",
"content-hash": "6c3a2a6a3c42db86f322eeb09182f012",
"packages": [
{
"name": "akaunting/laravel-apexcharts",
@ -142,27 +142,27 @@
},
{
"name": "akaunting/laravel-firewall",
"version": "1.3.4",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/akaunting/laravel-firewall.git",
"reference": "601f3b46762fdbdef2ffeb68e01378a92cf88b95"
"reference": "72f30fa7962e4682aca341ba273156dbc483da6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/laravel-firewall/zipball/601f3b46762fdbdef2ffeb68e01378a92cf88b95",
"reference": "601f3b46762fdbdef2ffeb68e01378a92cf88b95",
"url": "https://api.github.com/repos/akaunting/laravel-firewall/zipball/72f30fa7962e4682aca341ba273156dbc483da6b",
"reference": "72f30fa7962e4682aca341ba273156dbc483da6b",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": ">=6.0",
"guzzlehttp/guzzle": "^7.4",
"jenssegers/agent": "2.6.*",
"laravel/framework": ">=5.5",
"php": ">=7.3"
"laravel/framework": "^9.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": ">=3.4",
"phpunit/phpunit": ">=5.7"
"orchestra/testbench": "^7.4",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
@ -203,9 +203,9 @@
],
"support": {
"issues": "https://github.com/akaunting/laravel-firewall/issues",
"source": "https://github.com/akaunting/laravel-firewall/tree/1.3.4"
"source": "https://github.com/akaunting/laravel-firewall/tree/2.0.0"
},
"time": "2021-12-20T07:44:45+00:00"
"time": "2022-08-02T07:53:52+00:00"
},
{
"name": "akaunting/laravel-language",
@ -907,16 +907,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.231.15",
"version": "3.231.18",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "ba379285d24b609a997bd8b40933d3e0a3826dfb"
"reference": "76db7b327e023c7bbce77a0bfc9fb4d559e765b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ba379285d24b609a997bd8b40933d3e0a3826dfb",
"reference": "ba379285d24b609a997bd8b40933d3e0a3826dfb",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/76db7b327e023c7bbce77a0bfc9fb4d559e765b3",
"reference": "76db7b327e023c7bbce77a0bfc9fb4d559e765b3",
"shasum": ""
},
"require": {
@ -993,9 +993,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.231.15"
"source": "https://github.com/aws/aws-sdk-php/tree/3.231.18"
},
"time": "2022-07-27T18:59:36+00:00"
"time": "2022-08-01T18:18:21+00:00"
},
{
"name": "balping/json-raw-encoder",
@ -2655,16 +2655,16 @@
},
{
"name": "genealabs/laravel-model-caching",
"version": "0.12.4",
"version": "0.12.5",
"source": {
"type": "git",
"url": "https://github.com/GeneaLabs/laravel-model-caching.git",
"reference": "dcc2204dcd1a1804316d58cba9b8608e711f9564"
"reference": "3530b50db0849c74d6ab6ac1cf1f96b8ad08ba1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GeneaLabs/laravel-model-caching/zipball/dcc2204dcd1a1804316d58cba9b8608e711f9564",
"reference": "dcc2204dcd1a1804316d58cba9b8608e711f9564",
"url": "https://api.github.com/repos/GeneaLabs/laravel-model-caching/zipball/3530b50db0849c74d6ab6ac1cf1f96b8ad08ba1a",
"reference": "3530b50db0849c74d6ab6ac1cf1f96b8ad08ba1a",
"shasum": ""
},
"require": {
@ -2718,9 +2718,9 @@
"description": "Automatic caching for Eloquent models.",
"support": {
"issues": "https://github.com/GeneaLabs/laravel-model-caching/issues",
"source": "https://github.com/GeneaLabs/laravel-model-caching/tree/0.12.4"
"source": "https://github.com/GeneaLabs/laravel-model-caching/tree/0.12.5"
},
"time": "2022-05-02T19:25:04+00:00"
"time": "2022-07-30T14:19:41+00:00"
},
{
"name": "genealabs/laravel-pivot-events",
@ -2860,24 +2860,24 @@
},
{
"name": "graham-campbell/result-type",
"version": "v1.0.4",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
},
"type": "library",
"autoload": {
@ -2906,7 +2906,7 @@
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
},
"funding": [
{
@ -2918,7 +2918,7 @@
"type": "tidelift"
}
],
"time": "2021-11-21T21:41:47+00:00"
"time": "2022-07-30T15:56:11+00:00"
},
{
"name": "guzzlehttp/guzzle",
@ -5036,16 +5036,16 @@
},
{
"name": "league/commonmark",
"version": "2.3.4",
"version": "2.3.5",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "155ec1c95626b16fda0889cf15904d24890a60d5"
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/155ec1c95626b16fda0889cf15904d24890a60d5",
"reference": "155ec1c95626b16fda0889cf15904d24890a60d5",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257",
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257",
"shasum": ""
},
"require": {
@ -5067,13 +5067,13 @@
"github/gfm": "0.29.0",
"michelf/php-markdown": "^1.4",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^0.12.88 || ^1.0.0",
"phpunit/phpunit": "^9.5.5",
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21",
"scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3",
"symfony/finder": "^5.3 | ^6.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
"unleashedtech/php-coding-standard": "^3.1.1",
"vimeo/psalm": "^4.24.0"
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
@ -5138,7 +5138,7 @@
"type": "tidelift"
}
],
"time": "2022-07-17T16:25:47+00:00"
"time": "2022-07-29T10:59:45+00:00"
},
{
"name": "league/config",
@ -6756,16 +6756,16 @@
},
{
"name": "nunomaduro/termwind",
"version": "v1.13.0",
"version": "v1.14.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
"reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8"
"reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/132a24bd3e8c559e7f14fa14ba1b83772a0f97f8",
"reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/10065367baccf13b6e30f5e9246fa4f63a79eb1d",
"reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d",
"shasum": ""
},
"require": {
@ -6777,7 +6777,7 @@
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"laravel/pint": "^0.2.0",
"laravel/pint": "^1.0.0",
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
"phpstan/phpstan": "^1.4.6",
@ -6822,7 +6822,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v1.13.0"
"source": "https://github.com/nunomaduro/termwind/tree/v1.14.0"
},
"funding": [
{
@ -6838,7 +6838,7 @@
"type": "github"
}
],
"time": "2022-07-01T15:06:55+00:00"
"time": "2022-08-01T11:03:24+00:00"
},
{
"name": "omnipay/common",
@ -7722,29 +7722,33 @@
},
{
"name": "phpoption/phpoption",
"version": "1.8.1",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"dev-master": "1.8-dev"
"dev-master": "1.9-dev"
}
},
"autoload": {
@ -7777,7 +7781,7 @@
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
"source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
},
"funding": [
{
@ -7789,7 +7793,7 @@
"type": "tidelift"
}
],
"time": "2021-12-04T23:24:31+00:00"
"time": "2022-07-30T15:51:26+00:00"
},
{
"name": "plank/laravel-mediable",
@ -9039,16 +9043,16 @@
},
{
"name": "symfony/console",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642"
"reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642",
"reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642",
"url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725",
"reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725",
"shasum": ""
},
"require": {
@ -9114,7 +9118,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.0.10"
"source": "https://github.com/symfony/console/tree/v6.0.11"
},
"funding": [
{
@ -9130,20 +9134,20 @@
"type": "tidelift"
}
],
"time": "2022-06-26T13:01:22+00:00"
"time": "2022-07-22T14:17:38+00:00"
},
{
"name": "symfony/css-selector",
"version": "v6.0.3",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a"
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/1955d595c12c111629cc814d3f2a2ff13580508a",
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ab2746acddc4f03a7234c8441822ac5d5c63efe9",
"reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9",
"shasum": ""
},
"require": {
@ -9179,7 +9183,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v6.0.3"
"source": "https://github.com/symfony/css-selector/tree/v6.0.11"
},
"funding": [
{
@ -9195,7 +9199,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:55:41+00:00"
"time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -9266,16 +9270,16 @@
},
{
"name": "symfony/error-handler",
"version": "v6.0.9",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "732ca203b3222cde3378d5ddf5e2883211acc53e"
"reference": "cb302377e1b862540436f22be9ff07079a5836ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/732ca203b3222cde3378d5ddf5e2883211acc53e",
"reference": "732ca203b3222cde3378d5ddf5e2883211acc53e",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/cb302377e1b862540436f22be9ff07079a5836ae",
"reference": "cb302377e1b862540436f22be9ff07079a5836ae",
"shasum": ""
},
"require": {
@ -9317,7 +9321,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.9"
"source": "https://github.com/symfony/error-handler/tree/v6.0.11"
},
"funding": [
{
@ -9333,7 +9337,7 @@
"type": "tidelift"
}
],
"time": "2022-05-23T10:32:42+00:00"
"time": "2022-07-29T07:39:48+00:00"
},
{
"name": "symfony/event-dispatcher",
@ -9499,16 +9503,16 @@
},
{
"name": "symfony/finder",
"version": "v6.0.8",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "af7edab28d17caecd1f40a9219fc646ae751c21f"
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/af7edab28d17caecd1f40a9219fc646ae751c21f",
"reference": "af7edab28d17caecd1f40a9219fc646ae751c21f",
"url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
"shasum": ""
},
"require": {
@ -9540,7 +9544,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.8"
"source": "https://github.com/symfony/finder/tree/v6.0.11"
},
"funding": [
{
@ -9556,20 +9560,20 @@
"type": "tidelift"
}
],
"time": "2022-04-15T08:07:58+00:00"
"time": "2022-07-29T07:39:48+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "47f2aa677a96ff3b79d2ed70052adf75b16824a9"
"reference": "69302fb4a7d65f6373c60b6d9ca89b91d2c9e0e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/47f2aa677a96ff3b79d2ed70052adf75b16824a9",
"reference": "47f2aa677a96ff3b79d2ed70052adf75b16824a9",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/69302fb4a7d65f6373c60b6d9ca89b91d2c9e0e6",
"reference": "69302fb4a7d65f6373c60b6d9ca89b91d2c9e0e6",
"shasum": ""
},
"require": {
@ -9612,7 +9616,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.10"
"source": "https://github.com/symfony/http-foundation/tree/v6.0.11"
},
"funding": [
{
@ -9628,20 +9632,20 @@
"type": "tidelift"
}
],
"time": "2022-06-19T13:16:44+00:00"
"time": "2022-07-22T16:13:32+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "fa3e92a78c3f311573671961c7f7a2c5bce0f54d"
"reference": "961268a36f3fa4bda9fde1400d2ae7004318b717"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fa3e92a78c3f311573671961c7f7a2c5bce0f54d",
"reference": "fa3e92a78c3f311573671961c7f7a2c5bce0f54d",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/961268a36f3fa4bda9fde1400d2ae7004318b717",
"reference": "961268a36f3fa4bda9fde1400d2ae7004318b717",
"shasum": ""
},
"require": {
@ -9721,7 +9725,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.10"
"source": "https://github.com/symfony/http-kernel/tree/v6.0.11"
},
"funding": [
{
@ -9737,20 +9741,20 @@
"type": "tidelift"
}
],
"time": "2022-06-26T17:02:18+00:00"
"time": "2022-07-29T12:37:40+00:00"
},
{
"name": "symfony/mailer",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "9b60de35f0b4eed09ee2b25195a478b86acd128d"
"reference": "4a787a257addd412eac53157d459f87f8e335037"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/9b60de35f0b4eed09ee2b25195a478b86acd128d",
"reference": "9b60de35f0b4eed09ee2b25195a478b86acd128d",
"url": "https://api.github.com/repos/symfony/mailer/zipball/4a787a257addd412eac53157d459f87f8e335037",
"reference": "4a787a257addd412eac53157d459f87f8e335037",
"shasum": ""
},
"require": {
@ -9795,7 +9799,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v6.0.10"
"source": "https://github.com/symfony/mailer/tree/v6.0.11"
},
"funding": [
{
@ -9811,20 +9815,20 @@
"type": "tidelift"
}
],
"time": "2022-06-19T12:07:20+00:00"
"time": "2022-07-27T15:50:26+00:00"
},
{
"name": "symfony/mime",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "4de7886c66e0953f5d6edab3e49ceb751d01621c"
"reference": "c6f16f6789587348f6518b193d3499c0e1f5e5c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/4de7886c66e0953f5d6edab3e49ceb751d01621c",
"reference": "4de7886c66e0953f5d6edab3e49ceb751d01621c",
"url": "https://api.github.com/repos/symfony/mime/zipball/c6f16f6789587348f6518b193d3499c0e1f5e5c5",
"reference": "c6f16f6789587348f6518b193d3499c0e1f5e5c5",
"shasum": ""
},
"require": {
@ -9876,7 +9880,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v6.0.10"
"source": "https://github.com/symfony/mime/tree/v6.0.11"
},
"funding": [
{
@ -9892,7 +9896,7 @@
"type": "tidelift"
}
],
"time": "2022-06-09T12:50:38+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -10551,16 +10555,16 @@
},
{
"name": "symfony/process",
"version": "v6.0.8",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9"
"reference": "44270a08ccb664143dede554ff1c00aaa2247a43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9",
"reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9",
"url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43",
"reference": "44270a08ccb664143dede554ff1c00aaa2247a43",
"shasum": ""
},
"require": {
@ -10592,7 +10596,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.0.8"
"source": "https://github.com/symfony/process/tree/v6.0.11"
},
"funding": [
{
@ -10608,20 +10612,20 @@
"type": "tidelift"
}
],
"time": "2022-04-12T16:11:42+00:00"
"time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/routing",
"version": "v6.0.8",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e"
"reference": "434b64f7d3a582ec33fcf69baaf085473e67d639"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/74c40c9fc334acc601a32fcf4274e74fb3bac11e",
"reference": "74c40c9fc334acc601a32fcf4274e74fb3bac11e",
"url": "https://api.github.com/repos/symfony/routing/zipball/434b64f7d3a582ec33fcf69baaf085473e67d639",
"reference": "434b64f7d3a582ec33fcf69baaf085473e67d639",
"shasum": ""
},
"require": {
@ -10680,7 +10684,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.0.8"
"source": "https://github.com/symfony/routing/tree/v6.0.11"
},
"funding": [
{
@ -10696,7 +10700,7 @@
"type": "tidelift"
}
],
"time": "2022-04-22T08:18:02+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/service-contracts",
@ -10782,16 +10786,16 @@
},
{
"name": "symfony/string",
"version": "v6.0.10",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27"
"reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27",
"reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27",
"url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809",
"reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809",
"shasum": ""
},
"require": {
@ -10847,7 +10851,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.0.10"
"source": "https://github.com/symfony/string/tree/v6.0.11"
},
"funding": [
{
@ -10863,20 +10867,20 @@
"type": "tidelift"
}
],
"time": "2022-06-26T16:34:50+00:00"
"time": "2022-07-27T15:50:26+00:00"
},
{
"name": "symfony/translation",
"version": "v6.0.9",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "9ba011309943955a3807b8236c17cff3b88f67b6"
"reference": "55ffbe4b690156100af1ae42e1f94c5873085bca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/9ba011309943955a3807b8236c17cff3b88f67b6",
"reference": "9ba011309943955a3807b8236c17cff3b88f67b6",
"url": "https://api.github.com/repos/symfony/translation/zipball/55ffbe4b690156100af1ae42e1f94c5873085bca",
"reference": "55ffbe4b690156100af1ae42e1f94c5873085bca",
"shasum": ""
},
"require": {
@ -10942,7 +10946,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.0.9"
"source": "https://github.com/symfony/translation/tree/v6.0.11"
},
"funding": [
{
@ -10958,7 +10962,7 @@
"type": "tidelift"
}
],
"time": "2022-05-06T14:27:17+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/translation-contracts",
@ -11040,16 +11044,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v6.0.9",
"version": "v6.0.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "ac81072464221e73ee994d12f0b8a2af4a9ed798"
"reference": "2672bdc01c1971e3d8879ce153ec4c3621be5f07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ac81072464221e73ee994d12f0b8a2af4a9ed798",
"reference": "ac81072464221e73ee994d12f0b8a2af4a9ed798",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2672bdc01c1971e3d8879ce153ec4c3621be5f07",
"reference": "2672bdc01c1971e3d8879ce153ec4c3621be5f07",
"shasum": ""
},
"require": {
@ -11108,7 +11112,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.0.9"
"source": "https://github.com/symfony/var-dumper/tree/v6.0.11"
},
"funding": [
{
@ -11124,7 +11128,7 @@
"type": "tidelift"
}
],
"time": "2022-05-21T13:33:31+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@ -14211,5 +14215,5 @@
"ext-zip": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}