diff --git a/composer.json b/composer.json index bf5b2b1ce..6e7a96cc8 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "scheb/two-factor-bundle": "^4.11.0", "sensio/distribution-bundle": "^5.0", "sensio/framework-extra-bundle": "^5.2", - "sentry/sentry-symfony": "3.2.1", + "sentry/sentry-symfony": "3.5.2", "stof/doctrine-extensions-bundle": "^1.2", "symfony/dom-crawler": "^3.4", "symfony/monolog-bundle": "^3.1", diff --git a/composer.lock b/composer.lock index 3c9c539ae..fe9b69c6e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e26891992eaad86a76d88a80c9716352", + "content-hash": "f95fd59c12ac4fb2208a8819b3092cc0", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -291,16 +291,16 @@ }, { "name": "composer/package-versions-deprecated", - "version": "1.10.99.1", + "version": "1.11.99", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "68c9b502036e820c33445ff4d174327f6bb87486" + "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/68c9b502036e820c33445ff4d174327f6bb87486", - "reference": "68c9b502036e820c33445ff4d174327f6bb87486", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", + "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", "shasum": "" }, "require": { @@ -308,7 +308,7 @@ "php": "^7 || ^8" }, "replace": { - "ocramius/package-versions": "1.10.99" + "ocramius/package-versions": "1.11.99" }, "require-dev": { "composer/composer": "^1.9.3 || ^2.0@dev", @@ -356,7 +356,7 @@ "type": "tidelift" } ], - "time": "2020-08-13T12:55:41+00:00" + "time": "2020-08-25T05:50:16+00:00" }, { "name": "craue/config-bundle", @@ -4307,24 +4307,24 @@ }, { "name": "jean85/pretty-package-versions", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "e9f4324e88b8664be386d90cf60fbc202e1f7fc9" + "reference": "a917488320c20057da87f67d0d40543dd9427f7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e9f4324e88b8664be386d90cf60fbc202e1f7fc9", - "reference": "e9f4324e88b8664be386d90cf60fbc202e1f7fc9", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/a917488320c20057da87f67d0d40543dd9427f7a", + "reference": "a917488320c20057da87f67d0d40543dd9427f7a", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8.0", - "php": "^7.0" + "php": "^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.0|^8.5|^9.2" }, "type": "library", "extra": { @@ -4354,7 +4354,7 @@ "release", "versions" ], - "time": "2020-06-23T06:23:06+00:00" + "time": "2020-09-14T08:43:34+00:00" }, { "name": "jms/metadata", @@ -6139,71 +6139,6 @@ ], "time": "2020-07-21T10:04:13+00:00" }, - { - "name": "php-http/curl-client", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/curl-client.git", - "reference": "9e79355af46d72e10da50be20b66f74b26143441" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441", - "reference": "9e79355af46d72e10da50be20b66f74b26143441", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": "^7.1", - "php-http/discovery": "^1.6", - "php-http/httplug": "^2.0", - "php-http/message": "^1.2", - "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", - "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0" - }, - "provide": { - "php-http/async-client-implementation": "1.0", - "php-http/client-implementation": "1.0", - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "guzzlehttp/psr7": "^1.0", - "php-http/client-integration-tests": "^2.0", - "phpunit/phpunit": "^7.5", - "zendframework/zend-diactoros": "^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Client\\Curl\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Михаил Красильников", - "email": "m.krasilnikov@yandex.ru" - } - ], - "description": "PSR-18 and HTTPlug Async client with cURL", - "homepage": "http://php-http.org", - "keywords": [ - "curl", - "http", - "psr-18" - ], - "time": "2019-12-27T11:02:07+00:00" - }, { "name": "php-http/discovery", "version": "1.10.0", @@ -7866,22 +7801,22 @@ }, { "name": "sentry/sdk", - "version": "2.0.4", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php-sdk.git", - "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874" + "reference": "089858b1b27d3705a5fd1c32d8d10beb55980190" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874", - "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874", + "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/089858b1b27d3705a5fd1c32d8d10beb55980190", + "reference": "089858b1b27d3705a5fd1c32d8d10beb55980190", "shasum": "" }, "require": { "http-interop/http-factory-guzzle": "^1.0", - "php-http/curl-client": "^1.0|^2.0", - "sentry/sentry": "^2.1.3" + "sentry/sentry": "^2.5", + "symfony/http-client": "^4.3|^5.0" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", @@ -7894,21 +7829,41 @@ "email": "accounts@sentry.io" } ], - "description": "This is a metapackage shipping sentry/sentry with a recommended http client.", - "time": "2019-09-09T19:54:44+00:00" + "description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.", + "homepage": "http://sentry.io", + "keywords": [ + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "log", + "logging", + "sentry" + ], + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" + } + ], + "time": "2020-09-14T09:30:55+00:00" }, { "name": "sentry/sentry", - "version": "2.4.3", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "89fd1f91657b33ec9139f33f8a201eb086276103" + "reference": "bab5b73dbaf5f0ff62317e1611d952764d5514a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/89fd1f91657b33ec9139f33f8a201eb086276103", - "reference": "89fd1f91657b33ec9139f33f8a201eb086276103", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/bab5b73dbaf5f0ff62317e1611d952764d5514a9", + "reference": "bab5b73dbaf5f0ff62317e1611d952764d5514a9", "shasum": "" }, "require": { @@ -7950,7 +7905,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5.x-dev" } }, "autoload": { @@ -7992,43 +7947,50 @@ "type": "custom" } ], - "time": "2020-08-13T10:54:32+00:00" + "time": "2020-09-14T07:02:40+00:00" }, { "name": "sentry/sentry-symfony", - "version": "3.2.1", + "version": "3.5.2", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-symfony.git", - "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d" + "reference": "ed178a9cff1cff2e8816d5b279ab311e43b16371" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d", - "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d", + "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/ed178a9cff1cff2e8816d5b279ab311e43b16371", + "reference": "ed178a9cff1cff2e8816d5b279ab311e43b16371", "shasum": "" }, "require": { - "jean85/pretty-package-versions": "^1.0", + "jean85/pretty-package-versions": "^1.5", "php": "^7.1", - "sentry/sdk": "^2.0", - "symfony/config": "^2.8||^3.0||^4.0", - "symfony/console": "^2.8||^3.0||^4.0", - "symfony/dependency-injection": "^2.8||^3.0||^4.0", - "symfony/event-dispatcher": "^2.8||^3.0||^4.0", - "symfony/http-kernel": "^2.8||^3.0||^4.0", - "symfony/security-core": "^2.8||^3.0||^4.0" + "sentry/sdk": "^2.1", + "symfony/config": "^3.4||^4.0||^5.0", + "symfony/console": "^3.4||^4.0||^5.0", + "symfony/dependency-injection": "^3.4||^4.0||^5.0", + "symfony/event-dispatcher": "^3.4||^4.0||^5.0", + "symfony/http-kernel": "^3.4||^4.0||^5.0", + "symfony/security-core": "^3.4||^4.0||^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.8", - "jangregor/phpstan-prophecy": "^0.3.0", + "jangregor/phpstan-prophecy": "^0.6.2", "monolog/monolog": "^1.11||^2.0", "php-http/mock-client": "^1.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpunit/phpunit": "^7.5", - "scrutinizer/ocular": "^1.4", - "symfony/expression-language": "^2.8||^3.0||^4.0" + "phpspec/prophecy": "!=1.11.0", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12.19", + "phpstan/phpstan-phpunit": "^0.12.8", + "phpunit/phpunit": "^7.5||^8.5", + "symfony/browser-kit": "^3.4||^4.0||^5.0", + "symfony/expression-language": "^3.4||^4.0||^5.0", + "symfony/framework-bundle": "^3.4||^4.0||^5.0", + "symfony/messenger": "^4.3||^5.0", + "symfony/monolog-bundle": "^3.4", + "symfony/phpunit-bridge": "^5.0", + "symfony/yaml": "^3.4||^4.0||^5.0" }, "suggest": { "monolog/monolog": "Required to use the Monolog handler" @@ -8069,7 +8031,17 @@ "sentry", "symfony" ], - "time": "2019-11-29T21:24:37+00:00" + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" + } + ], + "time": "2020-07-08T10:36:55+00:00" }, { "name": "simplepie/simplepie", @@ -8538,16 +8510,16 @@ }, { "name": "symfony/http-client-contracts", - "version": "v2.1.3", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "cd88921e9add61f2064c9c6b30de4f589db42962" + "reference": "3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/cd88921e9add61f2064c9c6b30de4f589db42962", - "reference": "cd88921e9add61f2064c9c6b30de4f589db42962", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3", + "reference": "3a5d0fe7908daaa23e3dbf4cee3ba4bfbb19fdd3", "shasum": "" }, "require": { @@ -8559,7 +8531,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", @@ -8609,7 +8581,7 @@ "type": "tidelift" } ], - "time": "2020-07-06T13:23:11+00:00" + "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/mime", @@ -9826,16 +9798,16 @@ }, { "name": "symfony/service-contracts", - "version": "v2.1.3", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442" + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442", - "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", "shasum": "" }, "require": { @@ -9848,7 +9820,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", @@ -9898,7 +9870,7 @@ "type": "tidelift" } ], - "time": "2020-07-06T13:23:11+00:00" + "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/swiftmailer-bundle",