mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
Merge pull request #4143 from wallabag/dependabot/composer/sentry/sentry-symfony-3.2.0
Bump sentry/sentry-symfony from 3.1.0 to 3.2.0
This commit is contained in:
commit
ad5213609f
1 changed files with 102 additions and 44 deletions
146
composer.lock
generated
146
composer.lock
generated
|
@ -2233,8 +2233,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "A. Grandt",
|
||||
"role": "Developer",
|
||||
"email": "php@grandt.com"
|
||||
"email": "php@grandt.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A class for working around the use of mbstring.func_override",
|
||||
|
@ -2342,9 +2342,9 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "A. Grandt",
|
||||
"role": "Developer",
|
||||
"email": "php@grandt.com",
|
||||
"homepage": "http://grandt.com"
|
||||
"homepage": "http://grandt.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
|
||||
|
@ -2389,14 +2389,14 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "A. Grandt",
|
||||
"role": "Developer",
|
||||
"email": "php@grandt.com",
|
||||
"homepage": "http://grandt.com"
|
||||
"homepage": "http://grandt.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Greg Kappatos",
|
||||
"role": "Developer",
|
||||
"homepage": "http://websiteconnect.com.au"
|
||||
"homepage": "http://websiteconnect.com.au",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Merge and stream multiple Zip files on the fly.",
|
||||
|
@ -2443,8 +2443,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "A. Grandt",
|
||||
"role": "Developer",
|
||||
"email": "php@grandt.com"
|
||||
"email": "php@grandt.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
|
||||
|
@ -2507,6 +2507,57 @@
|
|||
],
|
||||
"time": "2018-07-31T13:33:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
"version": "v1.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/promises.git",
|
||||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GuzzleHttp\\Promise\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michael Dowling",
|
||||
"email": "mtdowling@gmail.com",
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
}
|
||||
],
|
||||
"description": "Guzzle promises library",
|
||||
"keywords": [
|
||||
"promise"
|
||||
],
|
||||
"time": "2016-12-20T10:07:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "1.6.1",
|
||||
|
@ -3720,13 +3771,13 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Jeremy Benoist",
|
||||
"role": "Developer",
|
||||
"email": "jeremy.benoist@gmail.com"
|
||||
"email": "jeremy.benoist@gmail.com",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "FiveFilters.org",
|
||||
"role": "Developer (original version)",
|
||||
"email": "fivefilters@fivefilters.org"
|
||||
"email": "fivefilters@fivefilters.org",
|
||||
"role": "Developer (original version)"
|
||||
}
|
||||
],
|
||||
"description": "Graby helps you extract article content from web pages",
|
||||
|
@ -3885,25 +3936,25 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Keyvan Minoukadeh",
|
||||
"role": "Developer (ported original JS code to PHP)",
|
||||
"email": "keyvan@keyvan.net",
|
||||
"homepage": "http://keyvan.net"
|
||||
"homepage": "http://keyvan.net",
|
||||
"role": "Developer (ported original JS code to PHP)"
|
||||
},
|
||||
{
|
||||
"name": "Arc90",
|
||||
"role": "Developer (original JS version)",
|
||||
"homepage": "http://arc90.com"
|
||||
"homepage": "http://arc90.com",
|
||||
"role": "Developer (original JS version)"
|
||||
},
|
||||
{
|
||||
"name": "Jeremy Benoist",
|
||||
"role": "Developer",
|
||||
"email": "jeremy.benoist@gmail.com",
|
||||
"homepage": "http://www.j0k3r.net"
|
||||
"homepage": "http://www.j0k3r.net",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "DitherSky",
|
||||
"role": "Developer (https://github.com/Dither/full-text-rss)",
|
||||
"homepage": "https://github.com/Dither"
|
||||
"homepage": "https://github.com/Dither",
|
||||
"role": "Developer (https://github.com/Dither/full-text-rss)"
|
||||
}
|
||||
],
|
||||
"description": "Automatic article extraction from HTML",
|
||||
|
@ -7375,22 +7426,22 @@
|
|||
},
|
||||
{
|
||||
"name": "sentry/sdk",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-php-sdk.git",
|
||||
"reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f"
|
||||
"reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f",
|
||||
"reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
|
||||
"reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"http-interop/http-factory-guzzle": "^1.0",
|
||||
"php-http/curl-client": "^1.0|^2.0",
|
||||
"sentry/sentry": "^2.0.1"
|
||||
"sentry/sentry": "^2.1.3"
|
||||
},
|
||||
"type": "metapackage",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
|
@ -7404,25 +7455,26 @@
|
|||
}
|
||||
],
|
||||
"description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
|
||||
"time": "2019-04-08T07:21:45+00:00"
|
||||
"time": "2019-09-09T19:54:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry",
|
||||
"version": "2.1.2",
|
||||
"version": "2.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-php.git",
|
||||
"reference": "646f6ada8b89a08063e31f54ed6d260bd6879239"
|
||||
"reference": "5896f9f0a00a7525797764ba42091dfbde22a746"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/646f6ada8b89a08063e31f54ed6d260bd6879239",
|
||||
"reference": "646f6ada8b89a08063e31f54ed6d260bd6879239",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5896f9f0a00a7525797764ba42091dfbde22a746",
|
||||
"reference": "5896f9f0a00a7525797764ba42091dfbde22a746",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"guzzlehttp/promises": "^1.3",
|
||||
"jean85/pretty-package-versions": "^1.2",
|
||||
"php": "^7.1",
|
||||
"php-http/async-client-implementation": "^1.0",
|
||||
|
@ -7443,20 +7495,22 @@
|
|||
"friendsofphp/php-cs-fixer": "^2.13",
|
||||
"monolog/monolog": "^1.3|^2.0",
|
||||
"php-http/mock-client": "^1.0",
|
||||
"phpstan/phpstan": "^0.10.3",
|
||||
"phpstan/phpstan-phpunit": "^0.10",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"symfony/phpunit-bridge": "^4.3"
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
"phpstan/phpstan": "^0.11",
|
||||
"phpstan/phpstan-phpunit": "^0.11",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"symfony/phpunit-bridge": "^4.3",
|
||||
"vimeo/psalm": "^3.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
"dev-develop": "2.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/Sdk.php"
|
||||
"src/functions.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Sentry\\": "src/"
|
||||
|
@ -7483,20 +7537,20 @@
|
|||
"logging",
|
||||
"sentry"
|
||||
],
|
||||
"time": "2019-08-22T07:37:30+00:00"
|
||||
"time": "2019-09-23T11:52:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry-symfony",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-symfony.git",
|
||||
"reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33"
|
||||
"reference": "62d5c9d280044283d898d262bdae4062d02039bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/0a12cde953e60e35cdf2f6ca3a80a8def641ce33",
|
||||
"reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
|
||||
"reference": "62d5c9d280044283d898d262bdae4062d02039bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -7513,6 +7567,7 @@
|
|||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.8",
|
||||
"jangregor/phpstan-prophecy": "^0.3.0",
|
||||
"monolog/monolog": "^1.11||^2.0",
|
||||
"php-http/mock-client": "^1.0",
|
||||
"phpstan/phpstan": "^0.11",
|
||||
"phpstan/phpstan-phpunit": "^0.11",
|
||||
|
@ -7520,6 +7575,9 @@
|
|||
"scrutinizer/ocular": "^1.4",
|
||||
"symfony/expression-language": "^2.8||^3.0||^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"monolog/monolog": "Required to use the Monolog handler"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
@ -7555,7 +7613,7 @@
|
|||
"sentry",
|
||||
"symfony"
|
||||
],
|
||||
"time": "2019-07-02T08:46:15+00:00"
|
||||
"time": "2019-10-04T13:26:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "simplepie/simplepie",
|
||||
|
|
Loading…
Reference in a new issue