Browse Source

Bump laravel/framework from 9.21.6 to 9.22.1

Bumps [laravel/framework](https://github.com/laravel/framework) from 9.21.6 to 9.22.1.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.21.6...v9.22.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/137/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
df0429f553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 280
      composer.lock

280
composer.lock

@ -1095,24 +1095,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": {
@ -1141,7 +1141,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": [
{
@ -1153,7 +1153,7 @@
"type": "tidelift"
}
],
"time": "2021-11-21T21:41:47+00:00"
"time": "2022-07-30T15:56:11+00:00"
},
{
"name": "guzzlehttp/guzzle",
@ -1480,16 +1480,16 @@
},
{
"name": "laravel/framework",
"version": "v9.21.6",
"version": "v9.22.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7"
"reference": "b3b3dd43b9899f23df6d1d3e5390bd4662947a46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/569d7a2e361895f90e66bb4e02db89c27691a0e7",
"reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7",
"url": "https://api.github.com/repos/laravel/framework/zipball/b3b3dd43b9899f23df6d1d3e5390bd4662947a46",
"reference": "b3b3dd43b9899f23df6d1d3e5390bd4662947a46",
"shasum": ""
},
"require": {
@ -1656,7 +1656,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-07-22T14:16:44+00:00"
"time": "2022-07-26T16:16:33+00:00"
},
{
"name": "laravel/serializable-closure",
@ -1787,16 +1787,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": {
@ -1818,13 +1818,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"
@ -1889,7 +1889,7 @@
"type": "tidelift"
}
],
"time": "2022-07-17T16:25:47+00:00"
"time": "2022-07-29T10:59:45+00:00"
},
{
"name": "league/config",
@ -2059,16 +2059,16 @@
},
{
"name": "league/flysystem",
"version": "3.1.1",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "1a941703dfb649f9b821e7bc425e782f576a805e"
"reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1a941703dfb649f9b821e7bc425e782f576a805e",
"reference": "1a941703dfb649f9b821e7bc425e782f576a805e",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/ed0ecc7f9b5c2f4a9872185846974a808a3b052a",
"reference": "ed0ecc7f9b5c2f4a9872185846974a808a3b052a",
"shasum": ""
},
"require": {
@ -2129,7 +2129,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.1.1"
"source": "https://github.com/thephpleague/flysystem/tree/3.2.0"
},
"funding": [
{
@ -2145,7 +2145,7 @@
"type": "tidelift"
}
],
"time": "2022-07-18T09:59:40+00:00"
"time": "2022-07-26T07:26:36+00:00"
},
{
"name": "league/mime-type-detection",
@ -2205,16 +2205,16 @@
},
{
"name": "monolog/monolog",
"version": "2.7.0",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524",
"reference": "5579edf28aee1190a798bfa5be8bc16c563bd524",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
"shasum": ""
},
"require": {
@ -2234,11 +2234,10 @@
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"php-console/php-console": "^3.1.3",
"phpspec/prophecy": "^1.15",
"phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5.14",
"predis/predis": "^1.1",
"predis/predis": "^1.1 || ^2.0",
"rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0",
@ -2258,7 +2257,6 @@
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
@ -2293,7 +2291,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.7.0"
"source": "https://github.com/Seldaek/monolog/tree/2.8.0"
},
"funding": [
{
@ -2305,20 +2303,20 @@
"type": "tidelift"
}
],
"time": "2022-06-09T08:59:12+00:00"
"time": "2022-07-24T11:55:47+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.59.1",
"version": "2.60.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
"reference": "00a259ae02b003c563158b54fb6743252b638ea6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/00a259ae02b003c563158b54fb6743252b638ea6",
"reference": "00a259ae02b003c563158b54fb6743252b638ea6",
"shasum": ""
},
"require": {
@ -2407,7 +2405,7 @@
"type": "tidelift"
}
],
"time": "2022-06-29T21:43:55+00:00"
"time": "2022-07-27T15:57:48+00:00"
},
{
"name": "nette/schema",
@ -2614,16 +2612,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": {
@ -2635,7 +2633,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",
@ -2680,7 +2678,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": [
{
@ -2696,33 +2694,37 @@
"type": "github"
}
],
"time": "2022-07-01T15:06:55+00:00"
"time": "2022-08-01T11:03:24+00:00"
},
{
"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": {
@ -2755,7 +2757,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": [
{
@ -2767,7 +2769,7 @@
"type": "tidelift"
}
],
"time": "2021-12-04T23:24:31+00:00"
"time": "2022-07-30T15:51:26+00:00"
},
{
"name": "psr/cache",
@ -3629,16 +3631,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": {
@ -3704,7 +3706,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.0.10"
"source": "https://github.com/symfony/console/tree/v6.0.11"
},
"funding": [
{
@ -3720,20 +3722,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": {
@ -3769,7 +3771,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": [
{
@ -3785,7 +3787,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:55:41+00:00"
"time": "2022-06-27T17:10:44+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3856,16 +3858,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": {
@ -3907,7 +3909,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": [
{
@ -3923,7 +3925,7 @@
"type": "tidelift"
}
],
"time": "2022-05-23T10:32:42+00:00"
"time": "2022-07-29T07:39:48+00:00"
},
{
"name": "symfony/event-dispatcher",
@ -4089,16 +4091,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": {
@ -4130,7 +4132,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": [
{
@ -4146,20 +4148,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": {
@ -4202,7 +4204,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": [
{
@ -4218,20 +4220,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": {
@ -4311,7 +4313,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": [
{
@ -4327,20 +4329,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": {
@ -4385,7 +4387,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": [
{
@ -4401,20 +4403,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": {
@ -4466,7 +4468,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": [
{
@ -4482,7 +4484,7 @@
"type": "tidelift"
}
],
"time": "2022-06-09T12:50:38+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -5141,16 +5143,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": {
@ -5182,7 +5184,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": [
{
@ -5198,20 +5200,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": {
@ -5270,7 +5272,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.0.8"
"source": "https://github.com/symfony/routing/tree/v6.0.11"
},
"funding": [
{
@ -5286,7 +5288,7 @@
"type": "tidelift"
}
],
"time": "2022-04-22T08:18:02+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/service-contracts",
@ -5372,16 +5374,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": {
@ -5437,7 +5439,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.0.10"
"source": "https://github.com/symfony/string/tree/v6.0.11"
},
"funding": [
{
@ -5453,20 +5455,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": {
@ -5532,7 +5534,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": [
{
@ -5548,7 +5550,7 @@
"type": "tidelift"
}
],
"time": "2022-05-06T14:27:17+00:00"
"time": "2022-07-20T13:45:53+00:00"
},
{
"name": "symfony/translation-contracts",
@ -5630,16 +5632,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": {
@ -5698,7 +5700,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": [
{
@ -5714,7 +5716,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",

Loading…
Cancel
Save