aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-12-17 12:47:13 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-12-17 12:47:29 +0100
commit6ba1d7345bfe58ec39127c3f43bc4f4aad4ad7cc (patch)
treed310af0ce8d7b995eb2c2b2d2af5e78c3d4f6f9f /composer.lock
parent817b3a2157228cd274005c26ee07a83748a55bbc (diff)
downloadwallabag-6ba1d7345bfe58ec39127c3f43bc4f4aad4ad7cc.tar.gz
wallabag-6ba1d7345bfe58ec39127c3f43bc4f4aad4ad7cc.tar.zst
wallabag-6ba1d7345bfe58ec39127c3f43bc4f4aad4ad7cc.zip
Update deps
- Updating doctrine/persistence (1.2.0 => 1.3.3) - Updating j0k3r/graby-site-config (1.0.95 => 1.0.97) - Updating phpoption/phpoption (1.5.2 => 1.7.2) - Updating michelf/php-markdown (1.8.0 => 1.9.0) - Updating symfony/polyfill-php72 (v1.12.0 => v1.13.1) - Updating symfony/polyfill-intl-idn (v1.12.0 => v1.13.1) - Updating symfony/mime (v4.4.0 => v4.4.1) - Updating zendframework/zend-code (3.4.0 => 3.4.1) - Updating symfony/polyfill-php73 (v1.12.0 => v1.13.1) - Updating gedmo/doctrine-extensions (v2.4.37 => v2.4.38) - Updating symfony/polyfill-iconv (v1.12.0 => v1.13.1) - Updating ramsey/uuid (3.8.0 => 3.9.2) - Installing symfony/service-contracts (v1.1.8) - Updating symfony/http-client (v4.3.8 => v4.4.1) - Updating sentry/sentry (2.2.4 => 2.2.5)
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock331
1 files changed, 207 insertions, 124 deletions
diff --git a/composer.lock b/composer.lock
index dd10660c..8fc28ddf 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1391,16 +1391,16 @@
1391 }, 1391 },
1392 { 1392 {
1393 "name": "doctrine/persistence", 1393 "name": "doctrine/persistence",
1394 "version": "1.2.0", 1394 "version": "1.3.3",
1395 "source": { 1395 "source": {
1396 "type": "git", 1396 "type": "git",
1397 "url": "https://github.com/doctrine/persistence.git", 1397 "url": "https://github.com/doctrine/persistence.git",
1398 "reference": "43526ae63312942e5316100bb3ed589ba1aba491" 1398 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
1399 }, 1399 },
1400 "dist": { 1400 "dist": {
1401 "type": "zip", 1401 "type": "zip",
1402 "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491", 1402 "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
1403 "reference": "43526ae63312942e5316100bb3ed589ba1aba491", 1403 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
1404 "shasum": "" 1404 "shasum": ""
1405 }, 1405 },
1406 "require": { 1406 "require": {
@@ -1415,19 +1415,20 @@
1415 "doctrine/common": "<2.10@dev" 1415 "doctrine/common": "<2.10@dev"
1416 }, 1416 },
1417 "require-dev": { 1417 "require-dev": {
1418 "doctrine/coding-standard": "^5.0", 1418 "doctrine/coding-standard": "^6.0",
1419 "phpstan/phpstan": "^0.8", 1419 "phpstan/phpstan": "^0.11",
1420 "phpunit/phpunit": "^7.0" 1420 "phpunit/phpunit": "^7.0"
1421 }, 1421 },
1422 "type": "library", 1422 "type": "library",
1423 "extra": { 1423 "extra": {
1424 "branch-alias": { 1424 "branch-alias": {
1425 "dev-master": "1.2.x-dev" 1425 "dev-master": "1.3.x-dev"
1426 } 1426 }
1427 }, 1427 },
1428 "autoload": { 1428 "autoload": {
1429 "psr-4": { 1429 "psr-4": {
1430 "Doctrine\\Common\\": "lib/Doctrine/Common" 1430 "Doctrine\\Common\\": "lib/Doctrine/Common",
1431 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1431 } 1432 }
1432 }, 1433 },
1433 "notification-url": "https://packagist.org/downloads/", 1434 "notification-url": "https://packagist.org/downloads/",
@@ -1469,7 +1470,7 @@
1469 "orm", 1470 "orm",
1470 "persistence" 1471 "persistence"
1471 ], 1472 ],
1472 "time": "2019-04-23T12:39:21+00:00" 1473 "time": "2019-12-13T10:43:02+00:00"
1473 }, 1474 },
1474 { 1475 {
1475 "name": "doctrine/reflection", 1476 "name": "doctrine/reflection",
@@ -2140,16 +2141,16 @@
2140 }, 2141 },
2141 { 2142 {
2142 "name": "gedmo/doctrine-extensions", 2143 "name": "gedmo/doctrine-extensions",
2143 "version": "v2.4.37", 2144 "version": "v2.4.38",
2144 "source": { 2145 "source": {
2145 "type": "git", 2146 "type": "git",
2146 "url": "https://github.com/Atlantic18/DoctrineExtensions.git", 2147 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2147 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb" 2148 "reference": "81681364331b131518060e4776300a5346df1eb5"
2148 }, 2149 },
2149 "dist": { 2150 "dist": {
2150 "type": "zip", 2151 "type": "zip",
2151 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb", 2152 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2152 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb", 2153 "reference": "81681364331b131518060e4776300a5346df1eb5",
2153 "shasum": "" 2154 "shasum": ""
2154 }, 2155 },
2155 "require": { 2156 "require": {
@@ -2158,14 +2159,15 @@
2158 "php": ">=5.3.2" 2159 "php": ">=5.3.2"
2159 }, 2160 },
2160 "conflict": { 2161 "conflict": {
2161 "doctrine/annotations": "<1.2" 2162 "doctrine/annotations": "<1.2",
2163 "doctrine/mongodb-odm": ">=2.0"
2162 }, 2164 },
2163 "require-dev": { 2165 "require-dev": {
2164 "doctrine/common": ">=2.5.0", 2166 "doctrine/common": ">=2.5.0",
2165 "doctrine/mongodb-odm": ">=1.0.2", 2167 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2166 "doctrine/orm": ">=2.5.0", 2168 "doctrine/orm": ">=2.5.0",
2167 "phpunit/phpunit": "^4.8.35|^5.7|^6.5", 2169 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2168 "symfony/yaml": "~2.6|~3.0|~4.0" 2170 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2169 }, 2171 },
2170 "suggest": { 2172 "suggest": {
2171 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", 2173 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
@@ -2188,16 +2190,16 @@
2188 ], 2190 ],
2189 "authors": [ 2191 "authors": [
2190 { 2192 {
2191 "name": "David Buchmann",
2192 "email": "david@liip.ch"
2193 },
2194 {
2195 "name": "Gediminas Morkevicius", 2193 "name": "Gediminas Morkevicius",
2196 "email": "gediminas.morkevicius@gmail.com" 2194 "email": "gediminas.morkevicius@gmail.com"
2197 }, 2195 },
2198 { 2196 {
2199 "name": "Gustavo Falco", 2197 "name": "Gustavo Falco",
2200 "email": "comfortablynumb84@gmail.com" 2198 "email": "comfortablynumb84@gmail.com"
2199 },
2200 {
2201 "name": "David Buchmann",
2202 "email": "david@liip.ch"
2201 } 2203 }
2202 ], 2204 ],
2203 "description": "Doctrine2 behavioral extensions", 2205 "description": "Doctrine2 behavioral extensions",
@@ -2217,7 +2219,7 @@
2217 "tree", 2219 "tree",
2218 "uploadable" 2220 "uploadable"
2219 ], 2221 ],
2220 "time": "2019-03-17T18:16:12+00:00" 2222 "time": "2019-11-08T22:33:07+00:00"
2221 }, 2223 },
2222 { 2224 {
2223 "name": "grandt/binstring", 2225 "name": "grandt/binstring",
@@ -3802,16 +3804,16 @@
3802 }, 3804 },
3803 { 3805 {
3804 "name": "j0k3r/graby-site-config", 3806 "name": "j0k3r/graby-site-config",
3805 "version": "1.0.95", 3807 "version": "1.0.97",
3806 "source": { 3808 "source": {
3807 "type": "git", 3809 "type": "git",
3808 "url": "https://github.com/j0k3r/graby-site-config.git", 3810 "url": "https://github.com/j0k3r/graby-site-config.git",
3809 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b" 3811 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8"
3810 }, 3812 },
3811 "dist": { 3813 "dist": {
3812 "type": "zip", 3814 "type": "zip",
3813 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6198a26657c02db293d51d49cd41a8aa05da367b", 3815 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a6e0b976c191c58a523e66835881e2bc9979b2a8",
3814 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b", 3816 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8",
3815 "shasum": "" 3817 "shasum": ""
3816 }, 3818 },
3817 "require": { 3819 "require": {
@@ -3838,7 +3840,7 @@
3838 } 3840 }
3839 ], 3841 ],
3840 "description": "Graby site config files", 3842 "description": "Graby site config files",
3841 "time": "2019-11-21T13:32:52+00:00" 3843 "time": "2019-12-16T15:56:50+00:00"
3842 }, 3844 },
3843 { 3845 {
3844 "name": "j0k3r/httplug-ssrf-plugin", 3846 "name": "j0k3r/httplug-ssrf-plugin",
@@ -4870,21 +4872,24 @@
4870 }, 4872 },
4871 { 4873 {
4872 "name": "michelf/php-markdown", 4874 "name": "michelf/php-markdown",
4873 "version": "1.8.0", 4875 "version": "1.9.0",
4874 "source": { 4876 "source": {
4875 "type": "git", 4877 "type": "git",
4876 "url": "https://github.com/michelf/php-markdown.git", 4878 "url": "https://github.com/michelf/php-markdown.git",
4877 "reference": "01ab082b355bf188d907b9929cd99b2923053495" 4879 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4878 }, 4880 },
4879 "dist": { 4881 "dist": {
4880 "type": "zip", 4882 "type": "zip",
4881 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", 4883 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4882 "reference": "01ab082b355bf188d907b9929cd99b2923053495", 4884 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4883 "shasum": "" 4885 "shasum": ""
4884 }, 4886 },
4885 "require": { 4887 "require": {
4886 "php": ">=5.3.0" 4888 "php": ">=5.3.0"
4887 }, 4889 },
4890 "require-dev": {
4891 "phpunit/phpunit": ">=4.3 <5.8"
4892 },
4888 "type": "library", 4893 "type": "library",
4889 "autoload": { 4894 "autoload": {
4890 "psr-4": { 4895 "psr-4": {
@@ -4912,7 +4917,7 @@
4912 "keywords": [ 4917 "keywords": [
4913 "markdown" 4918 "markdown"
4914 ], 4919 ],
4915 "time": "2018-01-15T00:49:33+00:00" 4920 "time": "2019-12-02T02:32:27+00:00"
4916 }, 4921 },
4917 { 4922 {
4918 "name": "mnapoli/piwik-twig-extension", 4923 "name": "mnapoli/piwik-twig-extension",
@@ -6361,33 +6366,34 @@
6361 }, 6366 },
6362 { 6367 {
6363 "name": "phpoption/phpoption", 6368 "name": "phpoption/phpoption",
6364 "version": "1.5.2", 6369 "version": "1.7.2",
6365 "source": { 6370 "source": {
6366 "type": "git", 6371 "type": "git",
6367 "url": "https://github.com/schmittjoh/php-option.git", 6372 "url": "https://github.com/schmittjoh/php-option.git",
6368 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793" 6373 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6369 }, 6374 },
6370 "dist": { 6375 "dist": {
6371 "type": "zip", 6376 "type": "zip",
6372 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2ba2586380f8d2b44ad1b9feb61c371020b27793", 6377 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6373 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793", 6378 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6374 "shasum": "" 6379 "shasum": ""
6375 }, 6380 },
6376 "require": { 6381 "require": {
6377 "php": ">=5.3.0" 6382 "php": "^5.5.9 || ^7.0"
6378 }, 6383 },
6379 "require-dev": { 6384 "require-dev": {
6380 "phpunit/phpunit": "^4.7|^5.0" 6385 "bamarni/composer-bin-plugin": "^1.3",
6386 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6381 }, 6387 },
6382 "type": "library", 6388 "type": "library",
6383 "extra": { 6389 "extra": {
6384 "branch-alias": { 6390 "branch-alias": {
6385 "dev-master": "1.5-dev" 6391 "dev-master": "1.7-dev"
6386 } 6392 }
6387 }, 6393 },
6388 "autoload": { 6394 "autoload": {
6389 "psr-0": { 6395 "psr-4": {
6390 "PhpOption\\": "src/" 6396 "PhpOption\\": "src/PhpOption/"
6391 } 6397 }
6392 }, 6398 },
6393 "notification-url": "https://packagist.org/downloads/", 6399 "notification-url": "https://packagist.org/downloads/",
@@ -6398,6 +6404,10 @@
6398 { 6404 {
6399 "name": "Johannes M. Schmitt", 6405 "name": "Johannes M. Schmitt",
6400 "email": "schmittjoh@gmail.com" 6406 "email": "schmittjoh@gmail.com"
6407 },
6408 {
6409 "name": "Graham Campbell",
6410 "email": "graham@alt-three.com"
6401 } 6411 }
6402 ], 6412 ],
6403 "description": "Option Type for PHP", 6413 "description": "Option Type for PHP",
@@ -6407,7 +6417,7 @@
6407 "php", 6417 "php",
6408 "type" 6418 "type"
6409 ], 6419 ],
6410 "time": "2019-11-06T22:27:00+00:00" 6420 "time": "2019-12-15T19:35:24+00:00"
6411 }, 6421 },
6412 { 6422 {
6413 "name": "phpseclib/phpseclib", 6423 "name": "phpseclib/phpseclib",
@@ -7171,44 +7181,46 @@
7171 }, 7181 },
7172 { 7182 {
7173 "name": "ramsey/uuid", 7183 "name": "ramsey/uuid",
7174 "version": "3.8.0", 7184 "version": "3.9.2",
7175 "source": { 7185 "source": {
7176 "type": "git", 7186 "type": "git",
7177 "url": "https://github.com/ramsey/uuid.git", 7187 "url": "https://github.com/ramsey/uuid.git",
7178 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" 7188 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7179 }, 7189 },
7180 "dist": { 7190 "dist": {
7181 "type": "zip", 7191 "type": "zip",
7182 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 7192 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7183 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 7193 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7184 "shasum": "" 7194 "shasum": ""
7185 }, 7195 },
7186 "require": { 7196 "require": {
7187 "paragonie/random_compat": "^1.0|^2.0|9.99.99", 7197 "ext-json": "*",
7188 "php": "^5.4 || ^7.0", 7198 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7199 "php": "^5.4 | ^7 | ^8",
7189 "symfony/polyfill-ctype": "^1.8" 7200 "symfony/polyfill-ctype": "^1.8"
7190 }, 7201 },
7191 "replace": { 7202 "replace": {
7192 "rhumsaa/uuid": "self.version" 7203 "rhumsaa/uuid": "self.version"
7193 }, 7204 },
7194 "require-dev": { 7205 "require-dev": {
7195 "codeception/aspect-mock": "^1.0 | ~2.0.0", 7206 "codeception/aspect-mock": "^1 | ^2",
7196 "doctrine/annotations": "~1.2.0", 7207 "doctrine/annotations": "^1.2",
7197 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", 7208 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7198 "ircmaxell/random-lib": "^1.1", 7209 "jakub-onderka/php-parallel-lint": "^1",
7199 "jakub-onderka/php-parallel-lint": "^0.9.0", 7210 "mockery/mockery": "^0.9.11 | ^1",
7200 "mockery/mockery": "^0.9.9",
7201 "moontoast/math": "^1.1", 7211 "moontoast/math": "^1.1",
7202 "php-mock/php-mock-phpunit": "^0.3|^1.1", 7212 "paragonie/random-lib": "^2",
7203 "phpunit/phpunit": "^4.7|^5.0|^6.5", 7213 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7204 "squizlabs/php_codesniffer": "^2.3" 7214 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7215 "squizlabs/php_codesniffer": "^3.5"
7205 }, 7216 },
7206 "suggest": { 7217 "suggest": {
7207 "ext-ctype": "Provides support for PHP Ctype functions", 7218 "ext-ctype": "Provides support for PHP Ctype functions",
7208 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 7219 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7220 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7209 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 7221 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7210 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7211 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 7222 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7223 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7212 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 7224 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7213 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 7225 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7214 }, 7226 },
@@ -7221,7 +7233,10 @@
7221 "autoload": { 7233 "autoload": {
7222 "psr-4": { 7234 "psr-4": {
7223 "Ramsey\\Uuid\\": "src/" 7235 "Ramsey\\Uuid\\": "src/"
7224 } 7236 },
7237 "files": [
7238 "src/functions.php"
7239 ]
7225 }, 7240 },
7226 "notification-url": "https://packagist.org/downloads/", 7241 "notification-url": "https://packagist.org/downloads/",
7227 "license": [ 7242 "license": [
@@ -7229,17 +7244,17 @@
7229 ], 7244 ],
7230 "authors": [ 7245 "authors": [
7231 { 7246 {
7247 "name": "Ben Ramsey",
7248 "email": "ben@benramsey.com",
7249 "homepage": "https://benramsey.com"
7250 },
7251 {
7232 "name": "Marijn Huizendveld", 7252 "name": "Marijn Huizendveld",
7233 "email": "marijn.huizendveld@gmail.com" 7253 "email": "marijn.huizendveld@gmail.com"
7234 }, 7254 },
7235 { 7255 {
7236 "name": "Thibaud Fabre", 7256 "name": "Thibaud Fabre",
7237 "email": "thibaud@aztech.io" 7257 "email": "thibaud@aztech.io"
7238 },
7239 {
7240 "name": "Ben Ramsey",
7241 "email": "ben@benramsey.com",
7242 "homepage": "https://benramsey.com"
7243 } 7258 }
7244 ], 7259 ],
7245 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 7260 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
@@ -7249,7 +7264,7 @@
7249 "identifier", 7264 "identifier",
7250 "uuid" 7265 "uuid"
7251 ], 7266 ],
7252 "time": "2018-07-19T23:38:55+00:00" 7267 "time": "2019-12-17T08:18:51+00:00"
7253 }, 7268 },
7254 { 7269 {
7255 "name": "react/promise", 7270 "name": "react/promise",
@@ -7573,16 +7588,16 @@
7573 }, 7588 },
7574 { 7589 {
7575 "name": "sentry/sentry", 7590 "name": "sentry/sentry",
7576 "version": "2.2.4", 7591 "version": "2.2.5",
7577 "source": { 7592 "source": {
7578 "type": "git", 7593 "type": "git",
7579 "url": "https://github.com/getsentry/sentry-php.git", 7594 "url": "https://github.com/getsentry/sentry-php.git",
7580 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67" 7595 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2"
7581 }, 7596 },
7582 "dist": { 7597 "dist": {
7583 "type": "zip", 7598 "type": "zip",
7584 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a74999536b9119257cb1a4b1aa038e4a08439f67", 7599 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/24aa98be497ff089e2d58807ee3db0bb6a021fc2",
7585 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67", 7600 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2",
7586 "shasum": "" 7601 "shasum": ""
7587 }, 7602 },
7588 "require": { 7603 "require": {
@@ -7598,8 +7613,8 @@
7598 "php-http/message": "^1.5", 7613 "php-http/message": "^1.5",
7599 "psr/http-message-implementation": "^1.0", 7614 "psr/http-message-implementation": "^1.0",
7600 "ramsey/uuid": "^3.3", 7615 "ramsey/uuid": "^3.3",
7601 "symfony/options-resolver": "^2.7|^3.0|^4.0", 7616 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7602 "zendframework/zend-diactoros": "^1.4|^2.0" 7617 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7603 }, 7618 },
7604 "conflict": { 7619 "conflict": {
7605 "php-http/client-common": "1.8.0", 7620 "php-http/client-common": "1.8.0",
@@ -7613,7 +7628,7 @@
7613 "phpstan/phpstan": "^0.11", 7628 "phpstan/phpstan": "^0.11",
7614 "phpstan/phpstan-phpunit": "^0.11", 7629 "phpstan/phpstan-phpunit": "^0.11",
7615 "phpunit/phpunit": "^7.5", 7630 "phpunit/phpunit": "^7.5",
7616 "symfony/phpunit-bridge": "^4.3", 7631 "symfony/phpunit-bridge": "^4.3|^5.0",
7617 "vimeo/psalm": "^3.4" 7632 "vimeo/psalm": "^3.4"
7618 }, 7633 },
7619 "suggest": { 7634 "suggest": {
@@ -7654,7 +7669,7 @@
7654 "logging", 7669 "logging",
7655 "sentry" 7670 "sentry"
7656 ], 7671 ],
7657 "time": "2019-11-04T10:30:51+00:00" 7672 "time": "2019-11-27T08:37:42+00:00"
7658 }, 7673 },
7659 { 7674 {
7660 "name": "sentry/sentry-symfony", 7675 "name": "sentry/sentry-symfony",
@@ -7834,7 +7849,7 @@
7834 ], 7849 ],
7835 "authors": [ 7850 "authors": [
7836 { 7851 {
7837 "name": "Sebastien Malot", 7852 "name": "Sebastien MALOT",
7838 "email": "sebastien@malot.fr" 7853 "email": "sebastien@malot.fr"
7839 } 7854 }
7840 ], 7855 ],
@@ -8039,38 +8054,44 @@
8039 }, 8054 },
8040 { 8055 {
8041 "name": "symfony/http-client", 8056 "name": "symfony/http-client",
8042 "version": "v4.3.8", 8057 "version": "v4.4.1",
8043 "source": { 8058 "source": {
8044 "type": "git", 8059 "type": "git",
8045 "url": "https://github.com/symfony/http-client.git", 8060 "url": "https://github.com/symfony/http-client.git",
8046 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8" 8061 "reference": "6c235cf15d8b516b41204a28d555685191409729"
8047 }, 8062 },
8048 "dist": { 8063 "dist": {
8049 "type": "zip", 8064 "type": "zip",
8050 "url": "https://api.github.com/repos/symfony/http-client/zipball/ae3a9cd491f1aadb5583f34a6bda5cca34081ce8", 8065 "url": "https://api.github.com/repos/symfony/http-client/zipball/6c235cf15d8b516b41204a28d555685191409729",
8051 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8", 8066 "reference": "6c235cf15d8b516b41204a28d555685191409729",
8052 "shasum": "" 8067 "shasum": ""
8053 }, 8068 },
8054 "require": { 8069 "require": {
8055 "php": "^7.1.3", 8070 "php": "^7.1.3",
8056 "psr/log": "^1.0", 8071 "psr/log": "^1.0",
8057 "symfony/http-client-contracts": "^1.1.7", 8072 "symfony/http-client-contracts": "^1.1.8|^2",
8058 "symfony/polyfill-php73": "^1.11" 8073 "symfony/polyfill-php73": "^1.11",
8074 "symfony/service-contracts": "^1.0|^2"
8059 }, 8075 },
8060 "provide": { 8076 "provide": {
8077 "php-http/async-client-implementation": "*",
8078 "php-http/client-implementation": "*",
8061 "psr/http-client-implementation": "1.0", 8079 "psr/http-client-implementation": "1.0",
8062 "symfony/http-client-implementation": "1.1" 8080 "symfony/http-client-implementation": "1.1"
8063 }, 8081 },
8064 "require-dev": { 8082 "require-dev": {
8083 "guzzlehttp/promises": "^1.3.1",
8065 "nyholm/psr7": "^1.0", 8084 "nyholm/psr7": "^1.0",
8085 "php-http/httplug": "^1.0|^2.0",
8066 "psr/http-client": "^1.0", 8086 "psr/http-client": "^1.0",
8067 "symfony/http-kernel": "^4.3", 8087 "symfony/dependency-injection": "^4.3|^5.0",
8068 "symfony/process": "^4.2" 8088 "symfony/http-kernel": "^4.4",
8089 "symfony/process": "^4.2|^5.0"
8069 }, 8090 },
8070 "type": "library", 8091 "type": "library",
8071 "extra": { 8092 "extra": {
8072 "branch-alias": { 8093 "branch-alias": {
8073 "dev-master": "4.3-dev" 8094 "dev-master": "4.4-dev"
8074 } 8095 }
8075 }, 8096 },
8076 "autoload": { 8097 "autoload": {
@@ -8097,7 +8118,7 @@
8097 ], 8118 ],
8098 "description": "Symfony HttpClient component", 8119 "description": "Symfony HttpClient component",
8099 "homepage": "https://symfony.com", 8120 "homepage": "https://symfony.com",
8100 "time": "2019-11-08T08:23:45+00:00" 8121 "time": "2019-11-29T16:55:58+00:00"
8101 }, 8122 },
8102 { 8123 {
8103 "name": "symfony/http-client-contracts", 8124 "name": "symfony/http-client-contracts",
@@ -8158,16 +8179,16 @@
8158 }, 8179 },
8159 { 8180 {
8160 "name": "symfony/mime", 8181 "name": "symfony/mime",
8161 "version": "v4.4.0", 8182 "version": "v4.4.1",
8162 "source": { 8183 "source": {
8163 "type": "git", 8184 "type": "git",
8164 "url": "https://github.com/symfony/mime.git", 8185 "url": "https://github.com/symfony/mime.git",
8165 "reference": "89da7b68b7149aab065c09b97f938753ab52831f" 8186 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8166 }, 8187 },
8167 "dist": { 8188 "dist": {
8168 "type": "zip", 8189 "type": "zip",
8169 "url": "https://api.github.com/repos/symfony/mime/zipball/89da7b68b7149aab065c09b97f938753ab52831f", 8190 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8170 "reference": "89da7b68b7149aab065c09b97f938753ab52831f", 8191 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8171 "shasum": "" 8192 "shasum": ""
8172 }, 8193 },
8173 "require": { 8194 "require": {
@@ -8216,7 +8237,7 @@
8216 "mime", 8237 "mime",
8217 "mime-type" 8238 "mime-type"
8218 ], 8239 ],
8219 "time": "2019-11-13T07:39:40+00:00" 8240 "time": "2019-11-30T08:27:26+00:00"
8220 }, 8241 },
8221 { 8242 {
8222 "name": "symfony/monolog-bundle", 8243 "name": "symfony/monolog-bundle",
@@ -8397,16 +8418,16 @@
8397 }, 8418 },
8398 { 8419 {
8399 "name": "symfony/polyfill-iconv", 8420 "name": "symfony/polyfill-iconv",
8400 "version": "v1.12.0", 8421 "version": "v1.13.1",
8401 "source": { 8422 "source": {
8402 "type": "git", 8423 "type": "git",
8403 "url": "https://github.com/symfony/polyfill-iconv.git", 8424 "url": "https://github.com/symfony/polyfill-iconv.git",
8404 "reference": "685968b11e61a347c18bf25db32effa478be610f" 8425 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8405 }, 8426 },
8406 "dist": { 8427 "dist": {
8407 "type": "zip", 8428 "type": "zip",
8408 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", 8429 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8409 "reference": "685968b11e61a347c18bf25db32effa478be610f", 8430 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8410 "shasum": "" 8431 "shasum": ""
8411 }, 8432 },
8412 "require": { 8433 "require": {
@@ -8418,7 +8439,7 @@
8418 "type": "library", 8439 "type": "library",
8419 "extra": { 8440 "extra": {
8420 "branch-alias": { 8441 "branch-alias": {
8421 "dev-master": "1.12-dev" 8442 "dev-master": "1.13-dev"
8422 } 8443 }
8423 }, 8444 },
8424 "autoload": { 8445 "autoload": {
@@ -8452,7 +8473,7 @@
8452 "portable", 8473 "portable",
8453 "shim" 8474 "shim"
8454 ], 8475 ],
8455 "time": "2019-08-06T08:03:45+00:00" 8476 "time": "2019-11-27T13:56:44+00:00"
8456 }, 8477 },
8457 { 8478 {
8458 "name": "symfony/polyfill-intl-icu", 8479 "name": "symfony/polyfill-intl-icu",
@@ -8514,16 +8535,16 @@
8514 }, 8535 },
8515 { 8536 {
8516 "name": "symfony/polyfill-intl-idn", 8537 "name": "symfony/polyfill-intl-idn",
8517 "version": "v1.12.0", 8538 "version": "v1.13.1",
8518 "source": { 8539 "source": {
8519 "type": "git", 8540 "type": "git",
8520 "url": "https://github.com/symfony/polyfill-intl-idn.git", 8541 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8521 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" 8542 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8522 }, 8543 },
8523 "dist": { 8544 "dist": {
8524 "type": "zip", 8545 "type": "zip",
8525 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 8546 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8526 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 8547 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8527 "shasum": "" 8548 "shasum": ""
8528 }, 8549 },
8529 "require": { 8550 "require": {
@@ -8537,7 +8558,7 @@
8537 "type": "library", 8558 "type": "library",
8538 "extra": { 8559 "extra": {
8539 "branch-alias": { 8560 "branch-alias": {
8540 "dev-master": "1.12-dev" 8561 "dev-master": "1.13-dev"
8541 } 8562 }
8542 }, 8563 },
8543 "autoload": { 8564 "autoload": {
@@ -8572,7 +8593,7 @@
8572 "portable", 8593 "portable",
8573 "shim" 8594 "shim"
8574 ], 8595 ],
8575 "time": "2019-08-06T08:03:45+00:00" 8596 "time": "2019-11-27T13:56:44+00:00"
8576 }, 8597 },
8577 { 8598 {
8578 "name": "symfony/polyfill-mbstring", 8599 "name": "symfony/polyfill-mbstring",
@@ -8750,16 +8771,16 @@
8750 }, 8771 },
8751 { 8772 {
8752 "name": "symfony/polyfill-php72", 8773 "name": "symfony/polyfill-php72",
8753 "version": "v1.12.0", 8774 "version": "v1.13.1",
8754 "source": { 8775 "source": {
8755 "type": "git", 8776 "type": "git",
8756 "url": "https://github.com/symfony/polyfill-php72.git", 8777 "url": "https://github.com/symfony/polyfill-php72.git",
8757 "reference": "04ce3335667451138df4307d6a9b61565560199e" 8778 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8758 }, 8779 },
8759 "dist": { 8780 "dist": {
8760 "type": "zip", 8781 "type": "zip",
8761 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", 8782 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8762 "reference": "04ce3335667451138df4307d6a9b61565560199e", 8783 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8763 "shasum": "" 8784 "shasum": ""
8764 }, 8785 },
8765 "require": { 8786 "require": {
@@ -8768,7 +8789,7 @@
8768 "type": "library", 8789 "type": "library",
8769 "extra": { 8790 "extra": {
8770 "branch-alias": { 8791 "branch-alias": {
8771 "dev-master": "1.12-dev" 8792 "dev-master": "1.13-dev"
8772 } 8793 }
8773 }, 8794 },
8774 "autoload": { 8795 "autoload": {
@@ -8801,20 +8822,20 @@
8801 "portable", 8822 "portable",
8802 "shim" 8823 "shim"
8803 ], 8824 ],
8804 "time": "2019-08-06T08:03:45+00:00" 8825 "time": "2019-11-27T13:56:44+00:00"
8805 }, 8826 },
8806 { 8827 {
8807 "name": "symfony/polyfill-php73", 8828 "name": "symfony/polyfill-php73",
8808 "version": "v1.12.0", 8829 "version": "v1.13.1",
8809 "source": { 8830 "source": {
8810 "type": "git", 8831 "type": "git",
8811 "url": "https://github.com/symfony/polyfill-php73.git", 8832 "url": "https://github.com/symfony/polyfill-php73.git",
8812 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" 8833 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8813 }, 8834 },
8814 "dist": { 8835 "dist": {
8815 "type": "zip", 8836 "type": "zip",
8816 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", 8837 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8817 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", 8838 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8818 "shasum": "" 8839 "shasum": ""
8819 }, 8840 },
8820 "require": { 8841 "require": {
@@ -8823,7 +8844,7 @@
8823 "type": "library", 8844 "type": "library",
8824 "extra": { 8845 "extra": {
8825 "branch-alias": { 8846 "branch-alias": {
8826 "dev-master": "1.12-dev" 8847 "dev-master": "1.13-dev"
8827 } 8848 }
8828 }, 8849 },
8829 "autoload": { 8850 "autoload": {
@@ -8859,7 +8880,7 @@
8859 "portable", 8880 "portable",
8860 "shim" 8881 "shim"
8861 ], 8882 ],
8862 "time": "2019-08-06T08:03:45+00:00" 8883 "time": "2019-11-27T16:25:15+00:00"
8863 }, 8884 },
8864 { 8885 {
8865 "name": "symfony/polyfill-util", 8886 "name": "symfony/polyfill-util",
@@ -8914,6 +8935,64 @@
8914 "time": "2019-11-27T13:56:44+00:00" 8935 "time": "2019-11-27T13:56:44+00:00"
8915 }, 8936 },
8916 { 8937 {
8938 "name": "symfony/service-contracts",
8939 "version": "v1.1.8",
8940 "source": {
8941 "type": "git",
8942 "url": "https://github.com/symfony/service-contracts.git",
8943 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8944 },
8945 "dist": {
8946 "type": "zip",
8947 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8948 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8949 "shasum": ""
8950 },
8951 "require": {
8952 "php": "^7.1.3",
8953 "psr/container": "^1.0"
8954 },
8955 "suggest": {
8956 "symfony/service-implementation": ""
8957 },
8958 "type": "library",
8959 "extra": {
8960 "branch-alias": {
8961 "dev-master": "1.1-dev"
8962 }
8963 },
8964 "autoload": {
8965 "psr-4": {
8966 "Symfony\\Contracts\\Service\\": ""
8967 }
8968 },
8969 "notification-url": "https://packagist.org/downloads/",
8970 "license": [
8971 "MIT"
8972 ],
8973 "authors": [
8974 {
8975 "name": "Nicolas Grekas",
8976 "email": "p@tchwork.com"
8977 },
8978 {
8979 "name": "Symfony Community",
8980 "homepage": "https://symfony.com/contributors"
8981 }
8982 ],
8983 "description": "Generic abstractions related to writing services",
8984 "homepage": "https://symfony.com",
8985 "keywords": [
8986 "abstractions",
8987 "contracts",
8988 "decoupling",
8989 "interfaces",
8990 "interoperability",
8991 "standards"
8992 ],
8993 "time": "2019-10-14T12:27:06+00:00"
8994 },
8995 {
8917 "name": "symfony/swiftmailer-bundle", 8996 "name": "symfony/swiftmailer-bundle",
8918 "version": "v3.3.1", 8997 "version": "v3.3.1",
8919 "source": { 8998 "source": {
@@ -9333,8 +9412,8 @@
9333 "authors": [ 9412 "authors": [
9334 { 9413 {
9335 "name": "Sander Kromwijk", 9414 "name": "Sander Kromwijk",
9336 "email": "s.kromwijk@gmail.co", 9415 "role": "Original developer",
9337 "role": "Original developer" 9416 "email": "s.kromwijk@gmail.co"
9338 }, 9417 },
9339 { 9418 {
9340 "name": "Nicolas LÅ“uillet", 9419 "name": "Nicolas LÅ“uillet",
@@ -9536,7 +9615,7 @@
9536 "email": "adrien.brault@gmail.com" 9615 "email": "adrien.brault@gmail.com"
9537 }, 9616 },
9538 { 9617 {
9539 "name": "William DURAND", 9618 "name": "William Durand",
9540 "email": "william.durand1@gmail.com" 9619 "email": "william.durand1@gmail.com"
9541 } 9620 }
9542 ], 9621 ],
@@ -9586,7 +9665,7 @@
9586 ], 9665 ],
9587 "authors": [ 9666 "authors": [
9588 { 9667 {
9589 "name": "William DURAND", 9668 "name": "William Durand",
9590 "email": "william.durand1@gmail.com" 9669 "email": "william.durand1@gmail.com"
9591 } 9670 }
9592 ], 9671 ],
@@ -9691,24 +9770,27 @@
9691 }, 9770 },
9692 { 9771 {
9693 "name": "zendframework/zend-code", 9772 "name": "zendframework/zend-code",
9694 "version": "3.4.0", 9773 "version": "3.4.1",
9695 "source": { 9774 "source": {
9696 "type": "git", 9775 "type": "git",
9697 "url": "https://github.com/zendframework/zend-code.git", 9776 "url": "https://github.com/zendframework/zend-code.git",
9698 "reference": "46feaeecea14161734b56c1ace74f28cb329f194" 9777 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9699 }, 9778 },
9700 "dist": { 9779 "dist": {
9701 "type": "zip", 9780 "type": "zip",
9702 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194", 9781 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9703 "reference": "46feaeecea14161734b56c1ace74f28cb329f194", 9782 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9704 "shasum": "" 9783 "shasum": ""
9705 }, 9784 },
9706 "require": { 9785 "require": {
9707 "php": "^7.1", 9786 "php": "^7.1",
9708 "zendframework/zend-eventmanager": "^2.6 || ^3.0" 9787 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9709 }, 9788 },
9789 "conflict": {
9790 "phpspec/prophecy": "<1.9.0"
9791 },
9710 "require-dev": { 9792 "require-dev": {
9711 "doctrine/annotations": "^1.0", 9793 "doctrine/annotations": "^1.7",
9712 "ext-phar": "*", 9794 "ext-phar": "*",
9713 "phpunit/phpunit": "^7.5.16 || ^8.4", 9795 "phpunit/phpunit": "^7.5.16 || ^8.4",
9714 "zendframework/zend-coding-standard": "^1.0", 9796 "zendframework/zend-coding-standard": "^1.0",
@@ -9722,7 +9804,8 @@
9722 "extra": { 9804 "extra": {
9723 "branch-alias": { 9805 "branch-alias": {
9724 "dev-master": "3.4.x-dev", 9806 "dev-master": "3.4.x-dev",
9725 "dev-develop": "3.5.x-dev" 9807 "dev-develop": "3.5.x-dev",
9808 "dev-dev-4.0": "4.0.x-dev"
9726 } 9809 }
9727 }, 9810 },
9728 "autoload": { 9811 "autoload": {
@@ -9740,7 +9823,7 @@
9740 "code", 9823 "code",
9741 "zf" 9824 "zf"
9742 ], 9825 ],
9743 "time": "2019-10-05T23:18:22+00:00" 9826 "time": "2019-12-10T19:21:15+00:00"
9744 }, 9827 },
9745 { 9828 {
9746 "name": "zendframework/zend-diactoros", 9829 "name": "zendframework/zend-diactoros",