Bump sentry/sentry-symfony from 3.5.3 to 4.8.0

Bumps [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) from 3.5.3 to 4.8.0.
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-symfony/compare/3.5.3...4.8.0)

---
updated-dependencies:
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-04 18:03:54 +00:00 committed by GitHub
parent 788b4e480b
commit b14da78fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 141 additions and 181 deletions

View file

@ -111,7 +111,7 @@
"scheb/2fa-qr-code": "^5.13", "scheb/2fa-qr-code": "^5.13",
"scheb/2fa-trusted-device": "^5.13", "scheb/2fa-trusted-device": "^5.13",
"sensio/framework-extra-bundle": "^6.2", "sensio/framework-extra-bundle": "^6.2",
"sentry/sentry-symfony": "3.5.3", "sentry/sentry-symfony": "4.8.0",
"stof/doctrine-extensions-bundle": "^1.2", "stof/doctrine-extensions-bundle": "^1.2",
"symfony/dom-crawler": "^4.0", "symfony/dom-crawler": "^4.0",
"symfony/mailer": "^4.0", "symfony/mailer": "^4.0",

320
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d3485b26c25534cb41181c9b74d92c5b", "content-hash": "448fc3a40757df9c3cbbc4b697efaac7",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -378,79 +378,6 @@
], ],
"time": "2022-02-21T13:15:14+00:00" "time": "2022-02-21T13:15:14+00:00"
}, },
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-01-17T14:14:24+00:00"
},
{ {
"name": "craue/config-bundle", "name": "craue/config-bundle",
"version": "2.6.0", "version": "2.6.0",
@ -4894,24 +4821,28 @@
}, },
{ {
"name": "jean85/pretty-package-versions", "name": "jean85/pretty-package-versions",
"version": "1.6.0", "version": "2.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git", "url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "1e0104b46f045868f11942aea058cd7186d6c303" "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/1e0104b46f045868f11942aea058cd7186d6c303", "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"reference": "1e0104b46f045868f11942aea058cd7186d6c303", "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/package-versions-deprecated": "^1.8.0", "composer-runtime-api": "^2.0.0",
"php": "^7.0|^8.0" "php": "^7.1|^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.0|^8.5|^9.2" "friendsofphp/php-cs-fixer": "^2.17",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^0.12.66",
"phpunit/phpunit": "^7.5|^8.5|^9.4",
"vimeo/psalm": "^4.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -4934,7 +4865,7 @@
"email": "alessandro.lai85@gmail.com" "email": "alessandro.lai85@gmail.com"
} }
], ],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings", "description": "A library to get pretty versions strings of installed dependencies",
"keywords": [ "keywords": [
"composer", "composer",
"package", "package",
@ -4943,9 +4874,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues", "issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/1.6.0" "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
}, },
"time": "2021-02-04T16:20:16+00:00" "time": "2021-10-08T21:21:46+00:00"
}, },
{ {
"name": "jms/metadata", "name": "jms/metadata",
@ -8874,22 +8805,22 @@
}, },
{ {
"name": "sentry/sdk", "name": "sentry/sdk",
"version": "2.2.0", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php-sdk.git", "url": "https://github.com/getsentry/sentry-php-sdk.git",
"reference": "089858b1b27d3705a5fd1c32d8d10beb55980190" "reference": "d0678fc7274dbb03046ed05cb24eb92945bedf8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/089858b1b27d3705a5fd1c32d8d10beb55980190", "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/d0678fc7274dbb03046ed05cb24eb92945bedf8e",
"reference": "089858b1b27d3705a5fd1c32d8d10beb55980190", "reference": "d0678fc7274dbb03046ed05cb24eb92945bedf8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"http-interop/http-factory-guzzle": "^1.0", "http-interop/http-factory-guzzle": "^1.0",
"sentry/sentry": "^2.5", "sentry/sentry": "^3.9",
"symfony/http-client": "^4.3|^5.0" "symfony/http-client": "^4.3|^5.0|^6.0"
}, },
"type": "metapackage", "type": "metapackage",
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -8914,7 +8845,8 @@
"sentry" "sentry"
], ],
"support": { "support": {
"source": "https://github.com/getsentry/sentry-php-sdk/tree/2.2.0" "issues": "https://github.com/getsentry/sentry-php-sdk/issues",
"source": "https://github.com/getsentry/sentry-php-sdk/tree/3.3.0"
}, },
"funding": [ "funding": [
{ {
@ -8926,54 +8858,57 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2020-09-14T09:30:55+00:00" "time": "2022-10-11T09:05:00+00:00"
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "2.5.2", "version": "3.18.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "ce63f13e2cf9f72ec169413545a3f7312b2e45e3" "reference": "2041f2ed3f82a55eaca31079e106c8b17c89dbda"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ce63f13e2cf9f72ec169413545a3f7312b2e45e3", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/2041f2ed3f82a55eaca31079e106c8b17c89dbda",
"reference": "ce63f13e2cf9f72ec169413545a3f7312b2e45e3", "reference": "2041f2ed3f82a55eaca31079e106c8b17c89dbda",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"guzzlehttp/promises": "^1.3", "guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7", "jean85/pretty-package-versions": "^1.5|^2.0.4",
"jean85/pretty-package-versions": "^1.5|^2.0.1", "php": "^7.2|^8.0",
"php": "^7.1",
"php-http/async-client-implementation": "^1.0", "php-http/async-client-implementation": "^1.0",
"php-http/client-common": "^1.5|^2.0", "php-http/client-common": "^1.5|^2.0",
"php-http/discovery": "^1.6.1", "php-http/discovery": "^1.15",
"php-http/httplug": "^1.1|^2.0", "php-http/httplug": "^1.1|^2.0",
"php-http/message": "^1.5", "php-http/message": "^1.5",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0", "psr/http-factory-implementation": "^1.0",
"psr/log": "^1.0", "psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0", "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0",
"symfony/polyfill-uuid": "^1.13.1" "symfony/polyfill-php80": "^1.17"
}, },
"conflict": { "conflict": {
"php-http/client-common": "1.8.0", "php-http/client-common": "1.8.0",
"raven/raven": "*" "raven/raven": "*"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.19|3.4.*",
"monolog/monolog": "^1.3|^2.0", "guzzlehttp/psr7": "^1.8.4|^2.1.1",
"php-http/mock-client": "^1.4", "http-interop/http-factory-guzzle": "^1.0",
"monolog/monolog": "^1.6|^2.0|^3.0",
"nikic/php-parser": "^4.10.3",
"php-http/mock-client": "^1.3",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.3",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5.20", "phpunit/phpunit": "^8.5.14|^9.4",
"symfony/phpunit-bridge": "^5.2", "symfony/phpunit-bridge": "^5.2|^6.0",
"vimeo/psalm": "^4.2" "vimeo/psalm": "^4.17"
}, },
"suggest": { "suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
@ -8981,7 +8916,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5.x-dev" "dev-master": "3.13.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -8994,7 +8929,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause" "MIT"
], ],
"authors": [ "authors": [
{ {
@ -9015,7 +8950,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/2.5.2" "source": "https://github.com/getsentry/sentry-php/tree/3.18.0"
}, },
"funding": [ "funding": [
{ {
@ -9027,71 +8962,90 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2021-02-02T08:58:09+00:00" "time": "2023-05-03T10:21:22+00:00"
}, },
{ {
"name": "sentry/sentry-symfony", "name": "sentry/sentry-symfony",
"version": "3.5.3", "version": "4.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-symfony.git", "url": "https://github.com/getsentry/sentry-symfony.git",
"reference": "839460734f50fc26a0276532ad9bf977c117bece" "reference": "bd4b1ed18a40dc7b93f64f4b670a97b0db6bf352"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/839460734f50fc26a0276532ad9bf977c117bece", "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/bd4b1ed18a40dc7b93f64f4b670a97b0db6bf352",
"reference": "839460734f50fc26a0276532ad9bf977c117bece", "reference": "bd4b1ed18a40dc7b93f64f4b670a97b0db6bf352",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"jean85/pretty-package-versions": "^1.5", "guzzlehttp/psr7": "^1.7 || ^2.0",
"php": "^7.1", "jean85/pretty-package-versions": "^1.5 || ^2.0",
"sentry/sdk": "^2.1", "php": "^7.2||^8.0",
"symfony/config": "^3.4||^4.0||^5.0", "sentry/sdk": "^3.3",
"symfony/console": "^3.4||^4.0||^5.0", "sentry/sentry": "^3.15",
"symfony/dependency-injection": "^3.4||^4.0||^5.0", "symfony/cache-contracts": "^1.1||^2.4||^3.0",
"symfony/event-dispatcher": "^3.4||^4.0||^5.0", "symfony/config": "^4.4.20||^5.0.11||^6.0",
"symfony/http-kernel": "^3.4||^4.0||^5.0", "symfony/console": "^4.4.20||^5.0.11||^6.0",
"symfony/security-core": "^3.4||^4.0||^5.0" "symfony/dependency-injection": "^4.4.20||^5.0.11||^6.0",
"symfony/event-dispatcher": "^4.4.20||^5.0.11||^6.0",
"symfony/http-kernel": "^4.4.20||^5.0.11||^6.0",
"symfony/polyfill-php80": "^1.22",
"symfony/psr-http-message-bridge": "^1.2||^2.0",
"symfony/security-core": "^4.4.20||^5.0.11||^6.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.8", "doctrine/dbal": "^2.13||^3.0",
"jangregor/phpstan-prophecy": "^0.6.2", "doctrine/doctrine-bundle": "^1.12||^2.5",
"monolog/monolog": "^1.11||^2.0", "friendsofphp/php-cs-fixer": "^2.19||^3.6",
"php-http/mock-client": "^1.0", "jangregor/phpstan-prophecy": "^1.0",
"monolog/monolog": "^1.3||^2.0",
"phpspec/prophecy": "!=1.11.0", "phpspec/prophecy": "!=1.11.0",
"phpspec/prophecy-phpunit": "^1.1||^2.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.19", "phpstan/phpstan": "^1.3",
"phpstan/phpstan-phpunit": "^0.12.8", "phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5||^8.5", "phpstan/phpstan-symfony": "^1.0",
"symfony/browser-kit": "^3.4||^4.0||^5.0", "phpunit/phpunit": "^8.5.14||^9.3.9",
"symfony/expression-language": "^3.4||^4.0||^5.0", "symfony/browser-kit": "^4.4.20||^5.0.11||^6.0",
"symfony/framework-bundle": "^3.4||^4.0||^5.0", "symfony/cache": "^4.4.20||^5.0.11||^6.0",
"symfony/messenger": "^4.3||^5.0", "symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0",
"symfony/framework-bundle": "^4.4.20||^5.0.11||^6.0",
"symfony/http-client": "^4.4.20||^5.0.11||^6.0",
"symfony/messenger": "^4.4.20||^5.0.11||^6.0",
"symfony/monolog-bundle": "^3.4", "symfony/monolog-bundle": "^3.4",
"symfony/phpunit-bridge": "^5.0", "symfony/phpunit-bridge": "^5.2.6||^6.0",
"symfony/yaml": "^3.4||^4.0||^5.0" "symfony/process": "^4.4.20||^5.0.11||^6.0",
"symfony/twig-bundle": "^4.4.20||^5.0.11||^6.0",
"symfony/yaml": "^4.4.20||^5.0.11||^6.0",
"vimeo/psalm": "^4.3"
}, },
"suggest": { "suggest": {
"monolog/monolog": "Required to use the Monolog handler" "doctrine/doctrine-bundle": "Allow distributed tracing of database queries using Sentry.",
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler.",
"symfony/cache": "Allow distributed tracing of cache pools using Sentry.",
"symfony/twig-bundle": "Allow distributed tracing of Twig template rendering using Sentry."
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"master": "3.x-dev", "dev-master": "4.6.x-dev",
"releases/3.2.x": "3.2.x-dev", "releases/3.2.x": "3.2.x-dev",
"releases/2.x": "2.x-dev", "releases/2.x": "2.x-dev",
"releases/1.x": "1.x-dev" "releases/1.x": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
"files": [
"src/aliases.php"
],
"psr-4": { "psr-4": {
"Sentry\\SentryBundle\\": "src/" "Sentry\\SentryBundle\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"Apache-2.0" "MIT"
], ],
"authors": [ "authors": [
{ {
@ -9113,7 +9067,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-symfony/issues", "issues": "https://github.com/getsentry/sentry-symfony/issues",
"source": "https://github.com/getsentry/sentry-symfony/tree/3.5.3" "source": "https://github.com/getsentry/sentry-symfony/tree/4.8.0"
}, },
"funding": [ "funding": [
{ {
@ -9125,7 +9079,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2020-10-13T07:37:17+00:00" "time": "2023-05-02T09:07:58+00:00"
}, },
{ {
"name": "simplepie/simplepie", "name": "simplepie/simplepie",
@ -10466,45 +10420,50 @@
"time": "2022-11-03T14:55:06+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/polyfill-uuid", "name": "symfony/psr-http-message-bridge",
"version": "v1.27.0", "version": "v2.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-uuid.git", "url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166" "reference": "a125b93ef378c492e274f217874906fb9babdebb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166", "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb",
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166", "reference": "a125b93ef378c492e274f217874906fb9babdebb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
}, },
"provide": { "require-dev": {
"ext-uuid": "*" "nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
}, },
"suggest": { "suggest": {
"ext-uuid": "For best performance" "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
}, },
"type": "library", "type": "symfony-bridge",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "1.27-dev" "dev-main": "2.1-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
} }
}, },
"autoload": { "autoload": {
"files": [
"bootstrap.php"
],
"psr-4": { "psr-4": {
"Symfony\\Polyfill\\Uuid\\": "" "Symfony\\Bridge\\PsrHttpMessage\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -10512,24 +10471,25 @@
], ],
"authors": [ "authors": [
{ {
"name": "Grégoire Pineau", "name": "Fabien Potencier",
"email": "lyrixx@lyrixx.info" "email": "fabien@symfony.com"
}, },
{ {
"name": "Symfony Community", "name": "Symfony Community",
"homepage": "https://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
} }
], ],
"description": "Symfony polyfill for uuid functions", "description": "PSR HTTP message bridge",
"homepage": "https://symfony.com", "homepage": "http://symfony.com",
"keywords": [ "keywords": [
"compatibility", "http",
"polyfill", "http-message",
"portable", "psr-17",
"uuid" "psr-7"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0" "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4"
}, },
"funding": [ "funding": [
{ {
@ -10545,7 +10505,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2022-11-28T22:46:34+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",