diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 146 |
1 files changed, 102 insertions, 44 deletions
diff --git a/composer.lock b/composer.lock index 03106d9e..c455fcc2 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -2233,8 +2233,8 @@ | |||
2233 | "authors": [ | 2233 | "authors": [ |
2234 | { | 2234 | { |
2235 | "name": "A. Grandt", | 2235 | "name": "A. Grandt", |
2236 | "role": "Developer", | 2236 | "email": "php@grandt.com", |
2237 | "email": "php@grandt.com" | 2237 | "role": "Developer" |
2238 | } | 2238 | } |
2239 | ], | 2239 | ], |
2240 | "description": "A class for working around the use of mbstring.func_override", | 2240 | "description": "A class for working around the use of mbstring.func_override", |
@@ -2342,9 +2342,9 @@ | |||
2342 | "authors": [ | 2342 | "authors": [ |
2343 | { | 2343 | { |
2344 | "name": "A. Grandt", | 2344 | "name": "A. Grandt", |
2345 | "role": "Developer", | ||
2346 | "email": "php@grandt.com", | 2345 | "email": "php@grandt.com", |
2347 | "homepage": "http://grandt.com" | 2346 | "homepage": "http://grandt.com", |
2347 | "role": "Developer" | ||
2348 | } | 2348 | } |
2349 | ], | 2349 | ], |
2350 | "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", | 2350 | "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", |
@@ -2389,14 +2389,14 @@ | |||
2389 | "authors": [ | 2389 | "authors": [ |
2390 | { | 2390 | { |
2391 | "name": "A. Grandt", | 2391 | "name": "A. Grandt", |
2392 | "role": "Developer", | ||
2393 | "email": "php@grandt.com", | 2392 | "email": "php@grandt.com", |
2394 | "homepage": "http://grandt.com" | 2393 | "homepage": "http://grandt.com", |
2394 | "role": "Developer" | ||
2395 | }, | 2395 | }, |
2396 | { | 2396 | { |
2397 | "name": "Greg Kappatos", | 2397 | "name": "Greg Kappatos", |
2398 | "role": "Developer", | 2398 | "homepage": "http://websiteconnect.com.au", |
2399 | "homepage": "http://websiteconnect.com.au" | 2399 | "role": "Developer" |
2400 | } | 2400 | } |
2401 | ], | 2401 | ], |
2402 | "description": "Merge and stream multiple Zip files on the fly.", | 2402 | "description": "Merge and stream multiple Zip files on the fly.", |
@@ -2443,8 +2443,8 @@ | |||
2443 | "authors": [ | 2443 | "authors": [ |
2444 | { | 2444 | { |
2445 | "name": "A. Grandt", | 2445 | "name": "A. Grandt", |
2446 | "role": "Developer", | 2446 | "email": "php@grandt.com", |
2447 | "email": "php@grandt.com" | 2447 | "role": "Developer" |
2448 | } | 2448 | } |
2449 | ], | 2449 | ], |
2450 | "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", | 2450 | "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", |
@@ -2508,6 +2508,57 @@ | |||
2508 | "time": "2018-07-31T13:33:10+00:00" | 2508 | "time": "2018-07-31T13:33:10+00:00" |
2509 | }, | 2509 | }, |
2510 | { | 2510 | { |
2511 | "name": "guzzlehttp/promises", | ||
2512 | "version": "v1.3.1", | ||
2513 | "source": { | ||
2514 | "type": "git", | ||
2515 | "url": "https://github.com/guzzle/promises.git", | ||
2516 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | ||
2517 | }, | ||
2518 | "dist": { | ||
2519 | "type": "zip", | ||
2520 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | ||
2521 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | ||
2522 | "shasum": "" | ||
2523 | }, | ||
2524 | "require": { | ||
2525 | "php": ">=5.5.0" | ||
2526 | }, | ||
2527 | "require-dev": { | ||
2528 | "phpunit/phpunit": "^4.0" | ||
2529 | }, | ||
2530 | "type": "library", | ||
2531 | "extra": { | ||
2532 | "branch-alias": { | ||
2533 | "dev-master": "1.4-dev" | ||
2534 | } | ||
2535 | }, | ||
2536 | "autoload": { | ||
2537 | "psr-4": { | ||
2538 | "GuzzleHttp\\Promise\\": "src/" | ||
2539 | }, | ||
2540 | "files": [ | ||
2541 | "src/functions_include.php" | ||
2542 | ] | ||
2543 | }, | ||
2544 | "notification-url": "https://packagist.org/downloads/", | ||
2545 | "license": [ | ||
2546 | "MIT" | ||
2547 | ], | ||
2548 | "authors": [ | ||
2549 | { | ||
2550 | "name": "Michael Dowling", | ||
2551 | "email": "mtdowling@gmail.com", | ||
2552 | "homepage": "https://github.com/mtdowling" | ||
2553 | } | ||
2554 | ], | ||
2555 | "description": "Guzzle promises library", | ||
2556 | "keywords": [ | ||
2557 | "promise" | ||
2558 | ], | ||
2559 | "time": "2016-12-20T10:07:11+00:00" | ||
2560 | }, | ||
2561 | { | ||
2511 | "name": "guzzlehttp/psr7", | 2562 | "name": "guzzlehttp/psr7", |
2512 | "version": "1.6.1", | 2563 | "version": "1.6.1", |
2513 | "source": { | 2564 | "source": { |
@@ -3720,13 +3771,13 @@ | |||
3720 | "authors": [ | 3771 | "authors": [ |
3721 | { | 3772 | { |
3722 | "name": "Jeremy Benoist", | 3773 | "name": "Jeremy Benoist", |
3723 | "role": "Developer", | 3774 | "email": "jeremy.benoist@gmail.com", |
3724 | "email": "jeremy.benoist@gmail.com" | 3775 | "role": "Developer" |
3725 | }, | 3776 | }, |
3726 | { | 3777 | { |
3727 | "name": "FiveFilters.org", | 3778 | "name": "FiveFilters.org", |
3728 | "role": "Developer (original version)", | 3779 | "email": "fivefilters@fivefilters.org", |
3729 | "email": "fivefilters@fivefilters.org" | 3780 | "role": "Developer (original version)" |
3730 | } | 3781 | } |
3731 | ], | 3782 | ], |
3732 | "description": "Graby helps you extract article content from web pages", | 3783 | "description": "Graby helps you extract article content from web pages", |
@@ -3885,25 +3936,25 @@ | |||
3885 | "authors": [ | 3936 | "authors": [ |
3886 | { | 3937 | { |
3887 | "name": "Keyvan Minoukadeh", | 3938 | "name": "Keyvan Minoukadeh", |
3888 | "role": "Developer (ported original JS code to PHP)", | ||
3889 | "email": "keyvan@keyvan.net", | 3939 | "email": "keyvan@keyvan.net", |
3890 | "homepage": "http://keyvan.net" | 3940 | "homepage": "http://keyvan.net", |
3941 | "role": "Developer (ported original JS code to PHP)" | ||
3891 | }, | 3942 | }, |
3892 | { | 3943 | { |
3893 | "name": "Arc90", | 3944 | "name": "Arc90", |
3894 | "role": "Developer (original JS version)", | 3945 | "homepage": "http://arc90.com", |
3895 | "homepage": "http://arc90.com" | 3946 | "role": "Developer (original JS version)" |
3896 | }, | 3947 | }, |
3897 | { | 3948 | { |
3898 | "name": "Jeremy Benoist", | 3949 | "name": "Jeremy Benoist", |
3899 | "role": "Developer", | ||
3900 | "email": "jeremy.benoist@gmail.com", | 3950 | "email": "jeremy.benoist@gmail.com", |
3901 | "homepage": "http://www.j0k3r.net" | 3951 | "homepage": "http://www.j0k3r.net", |
3952 | "role": "Developer" | ||
3902 | }, | 3953 | }, |
3903 | { | 3954 | { |
3904 | "name": "DitherSky", | 3955 | "name": "DitherSky", |
3905 | "role": "Developer (https://github.com/Dither/full-text-rss)", | 3956 | "homepage": "https://github.com/Dither", |
3906 | "homepage": "https://github.com/Dither" | 3957 | "role": "Developer (https://github.com/Dither/full-text-rss)" |
3907 | } | 3958 | } |
3908 | ], | 3959 | ], |
3909 | "description": "Automatic article extraction from HTML", | 3960 | "description": "Automatic article extraction from HTML", |
@@ -7375,22 +7426,22 @@ | |||
7375 | }, | 7426 | }, |
7376 | { | 7427 | { |
7377 | "name": "sentry/sdk", | 7428 | "name": "sentry/sdk", |
7378 | "version": "2.0.3", | 7429 | "version": "2.0.4", |
7379 | "source": { | 7430 | "source": { |
7380 | "type": "git", | 7431 | "type": "git", |
7381 | "url": "https://github.com/getsentry/sentry-php-sdk.git", | 7432 | "url": "https://github.com/getsentry/sentry-php-sdk.git", |
7382 | "reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f" | 7433 | "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874" |
7383 | }, | 7434 | }, |
7384 | "dist": { | 7435 | "dist": { |
7385 | "type": "zip", | 7436 | "type": "zip", |
7386 | "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f", | 7437 | "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874", |
7387 | "reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f", | 7438 | "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874", |
7388 | "shasum": "" | 7439 | "shasum": "" |
7389 | }, | 7440 | }, |
7390 | "require": { | 7441 | "require": { |
7391 | "http-interop/http-factory-guzzle": "^1.0", | 7442 | "http-interop/http-factory-guzzle": "^1.0", |
7392 | "php-http/curl-client": "^1.0|^2.0", | 7443 | "php-http/curl-client": "^1.0|^2.0", |
7393 | "sentry/sentry": "^2.0.1" | 7444 | "sentry/sentry": "^2.1.3" |
7394 | }, | 7445 | }, |
7395 | "type": "metapackage", | 7446 | "type": "metapackage", |
7396 | "notification-url": "https://packagist.org/downloads/", | 7447 | "notification-url": "https://packagist.org/downloads/", |
@@ -7404,25 +7455,26 @@ | |||
7404 | } | 7455 | } |
7405 | ], | 7456 | ], |
7406 | "description": "This is a metapackage shipping sentry/sentry with a recommended http client.", | 7457 | "description": "This is a metapackage shipping sentry/sentry with a recommended http client.", |
7407 | "time": "2019-04-08T07:21:45+00:00" | 7458 | "time": "2019-09-09T19:54:44+00:00" |
7408 | }, | 7459 | }, |
7409 | { | 7460 | { |
7410 | "name": "sentry/sentry", | 7461 | "name": "sentry/sentry", |
7411 | "version": "2.1.2", | 7462 | "version": "2.2.1", |
7412 | "source": { | 7463 | "source": { |
7413 | "type": "git", | 7464 | "type": "git", |
7414 | "url": "https://github.com/getsentry/sentry-php.git", | 7465 | "url": "https://github.com/getsentry/sentry-php.git", |
7415 | "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239" | 7466 | "reference": "5896f9f0a00a7525797764ba42091dfbde22a746" |
7416 | }, | 7467 | }, |
7417 | "dist": { | 7468 | "dist": { |
7418 | "type": "zip", | 7469 | "type": "zip", |
7419 | "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/646f6ada8b89a08063e31f54ed6d260bd6879239", | 7470 | "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5896f9f0a00a7525797764ba42091dfbde22a746", |
7420 | "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239", | 7471 | "reference": "5896f9f0a00a7525797764ba42091dfbde22a746", |
7421 | "shasum": "" | 7472 | "shasum": "" |
7422 | }, | 7473 | }, |
7423 | "require": { | 7474 | "require": { |
7424 | "ext-json": "*", | 7475 | "ext-json": "*", |
7425 | "ext-mbstring": "*", | 7476 | "ext-mbstring": "*", |
7477 | "guzzlehttp/promises": "^1.3", | ||
7426 | "jean85/pretty-package-versions": "^1.2", | 7478 | "jean85/pretty-package-versions": "^1.2", |
7427 | "php": "^7.1", | 7479 | "php": "^7.1", |
7428 | "php-http/async-client-implementation": "^1.0", | 7480 | "php-http/async-client-implementation": "^1.0", |
@@ -7443,20 +7495,22 @@ | |||
7443 | "friendsofphp/php-cs-fixer": "^2.13", | 7495 | "friendsofphp/php-cs-fixer": "^2.13", |
7444 | "monolog/monolog": "^1.3|^2.0", | 7496 | "monolog/monolog": "^1.3|^2.0", |
7445 | "php-http/mock-client": "^1.0", | 7497 | "php-http/mock-client": "^1.0", |
7446 | "phpstan/phpstan": "^0.10.3", | 7498 | "phpstan/extension-installer": "^1.0", |
7447 | "phpstan/phpstan-phpunit": "^0.10", | 7499 | "phpstan/phpstan": "^0.11", |
7448 | "phpunit/phpunit": "^7.0", | 7500 | "phpstan/phpstan-phpunit": "^0.11", |
7449 | "symfony/phpunit-bridge": "^4.3" | 7501 | "phpunit/phpunit": "^7.5", |
7502 | "symfony/phpunit-bridge": "^4.3", | ||
7503 | "vimeo/psalm": "^3.4" | ||
7450 | }, | 7504 | }, |
7451 | "type": "library", | 7505 | "type": "library", |
7452 | "extra": { | 7506 | "extra": { |
7453 | "branch-alias": { | 7507 | "branch-alias": { |
7454 | "dev-master": "2.1.x-dev" | 7508 | "dev-develop": "2.2-dev" |
7455 | } | 7509 | } |
7456 | }, | 7510 | }, |
7457 | "autoload": { | 7511 | "autoload": { |
7458 | "files": [ | 7512 | "files": [ |
7459 | "src/Sdk.php" | 7513 | "src/functions.php" |
7460 | ], | 7514 | ], |
7461 | "psr-4": { | 7515 | "psr-4": { |
7462 | "Sentry\\": "src/" | 7516 | "Sentry\\": "src/" |
@@ -7483,20 +7537,20 @@ | |||
7483 | "logging", | 7537 | "logging", |
7484 | "sentry" | 7538 | "sentry" |
7485 | ], | 7539 | ], |
7486 | "time": "2019-08-22T07:37:30+00:00" | 7540 | "time": "2019-09-23T11:52:12+00:00" |
7487 | }, | 7541 | }, |
7488 | { | 7542 | { |
7489 | "name": "sentry/sentry-symfony", | 7543 | "name": "sentry/sentry-symfony", |
7490 | "version": "3.1.0", | 7544 | "version": "3.2.0", |
7491 | "source": { | 7545 | "source": { |
7492 | "type": "git", | 7546 | "type": "git", |
7493 | "url": "https://github.com/getsentry/sentry-symfony.git", | 7547 | "url": "https://github.com/getsentry/sentry-symfony.git", |
7494 | "reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33" | 7548 | "reference": "62d5c9d280044283d898d262bdae4062d02039bc" |
7495 | }, | 7549 | }, |
7496 | "dist": { | 7550 | "dist": { |
7497 | "type": "zip", | 7551 | "type": "zip", |
7498 | "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/0a12cde953e60e35cdf2f6ca3a80a8def641ce33", | 7552 | "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc", |
7499 | "reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33", | 7553 | "reference": "62d5c9d280044283d898d262bdae4062d02039bc", |
7500 | "shasum": "" | 7554 | "shasum": "" |
7501 | }, | 7555 | }, |
7502 | "require": { | 7556 | "require": { |
@@ -7513,6 +7567,7 @@ | |||
7513 | "require-dev": { | 7567 | "require-dev": { |
7514 | "friendsofphp/php-cs-fixer": "^2.8", | 7568 | "friendsofphp/php-cs-fixer": "^2.8", |
7515 | "jangregor/phpstan-prophecy": "^0.3.0", | 7569 | "jangregor/phpstan-prophecy": "^0.3.0", |
7570 | "monolog/monolog": "^1.11||^2.0", | ||
7516 | "php-http/mock-client": "^1.0", | 7571 | "php-http/mock-client": "^1.0", |
7517 | "phpstan/phpstan": "^0.11", | 7572 | "phpstan/phpstan": "^0.11", |
7518 | "phpstan/phpstan-phpunit": "^0.11", | 7573 | "phpstan/phpstan-phpunit": "^0.11", |
@@ -7520,6 +7575,9 @@ | |||
7520 | "scrutinizer/ocular": "^1.4", | 7575 | "scrutinizer/ocular": "^1.4", |
7521 | "symfony/expression-language": "^2.8||^3.0||^4.0" | 7576 | "symfony/expression-language": "^2.8||^3.0||^4.0" |
7522 | }, | 7577 | }, |
7578 | "suggest": { | ||
7579 | "monolog/monolog": "Required to use the Monolog handler" | ||
7580 | }, | ||
7523 | "type": "symfony-bundle", | 7581 | "type": "symfony-bundle", |
7524 | "extra": { | 7582 | "extra": { |
7525 | "branch-alias": { | 7583 | "branch-alias": { |
@@ -7555,7 +7613,7 @@ | |||
7555 | "sentry", | 7613 | "sentry", |
7556 | "symfony" | 7614 | "symfony" |
7557 | ], | 7615 | ], |
7558 | "time": "2019-07-02T08:46:15+00:00" | 7616 | "time": "2019-10-04T13:26:24+00:00" |
7559 | }, | 7617 | }, |
7560 | { | 7618 | { |
7561 | "name": "simplepie/simplepie", | 7619 | "name": "simplepie/simplepie", |