Recaptcha Lib Update

Change-Id: I7ebd91678bd6050c73c71e325ff7df73b5bab831
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet
2020-09-14 12:11:18 -03:00
parent 2ac060312b
commit 2603d1373b
2 changed files with 220 additions and 168 deletions

View File

@@ -15,6 +15,10 @@
{
"type": "vcs",
"url": "https://github.com/OpenStackweb/openstack"
},
{
"type": "vcs",
"url": "https://github.com/smarcet/recaptcha"
}
],
"require": {
@@ -28,7 +32,7 @@
"fideloper/proxy": "^4.0",
"get-stream/stream-chat": "^1.1",
"glenscott/url-normalizer": "1.4.0",
"greggilbert/recaptcha": "2.1.1",
"greggilbert/recaptcha": "dev-master",
"guzzlehttp/guzzle": "6.3.3",
"ircmaxell/random-lib": "1.1.0",
"jenssegers/agent": "2.6.3",

382
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "36cbe56b8b47426f7661fe182679a24d",
"content-hash": "854ef28a2d0791b40effd8e07aac9fbd",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -172,16 +172,16 @@
},
{
"name": "doctrine/annotations",
"version": "1.10.3",
"version": "1.10.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
"reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
"shasum": ""
},
"require": {
@@ -191,7 +191,8 @@
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5"
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
},
"type": "library",
"extra": {
@@ -237,7 +238,7 @@
"docblock",
"parser"
],
"time": "2020-05-25T17:24:27+00:00"
"time": "2020-08-10T19:35:50+00:00"
},
{
"name": "doctrine/cache",
@@ -471,16 +472,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.10.2",
"version": "2.10.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
"reference": "47433196b6390d14409a33885ee42b6208160643"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
"reference": "47433196b6390d14409a33885ee42b6208160643",
"shasum": ""
},
"require": {
@@ -490,13 +491,14 @@
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
"nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.4.1",
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^8.5.5",
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.11"
"vimeo/psalm": "^3.14.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -561,7 +563,7 @@
"sqlserver",
"sqlsrv"
],
"time": "2020-04-20T17:19:26+00:00"
"time": "2020-09-12T21:20:41+00:00"
},
{
"name": "doctrine/event-manager",
@@ -1206,16 +1208,16 @@
},
{
"name": "egulias/email-validator",
"version": "2.1.18",
"version": "2.1.20",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
"reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
"reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
"reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
"shasum": ""
},
"require": {
@@ -1260,7 +1262,7 @@
"validation",
"validator"
],
"time": "2020-06-16T20:11:17+00:00"
"time": "2020-09-06T13:44:32+00:00"
},
{
"name": "enqueue/amqp-lib",
@@ -1613,21 +1615,21 @@
},
{
"name": "get-stream/stream-chat",
"version": "1.1.7",
"version": "1.1.8",
"source": {
"type": "git",
"url": "https://github.com/GetStream/stream-chat-php.git",
"reference": "22b9fd53a63a69bc2046c35376670ebd1ca939cb"
"reference": "be33bdc65960aff17f62b49580bc99f5cf9d8c0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GetStream/stream-chat-php/zipball/22b9fd53a63a69bc2046c35376670ebd1ca939cb",
"reference": "22b9fd53a63a69bc2046c35376670ebd1ca939cb",
"url": "https://api.github.com/repos/GetStream/stream-chat-php/zipball/be33bdc65960aff17f62b49580bc99f5cf9d8c0a",
"reference": "be33bdc65960aff17f62b49580bc99f5cf9d8c0a",
"shasum": ""
},
"require": {
"firebase/php-jwt": "^v5.0.0",
"guzzlehttp/guzzle": "^6.3.3",
"guzzlehttp/guzzle": "^6.3.3 || ^7.0.1",
"php": ">=5.7"
},
"require-dev": {
@@ -1659,7 +1661,7 @@
"chat-sdk",
"stream"
],
"time": "2020-07-01T18:03:44+00:00"
"time": "2020-09-10T14:33:21+00:00"
},
{
"name": "glenscott/url-normalizer",
@@ -1700,16 +1702,16 @@
},
{
"name": "greggilbert/recaptcha",
"version": "2.1.1",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/greggilbert/recaptcha.git",
"reference": "fb835b2ac089e52e643e97b93b4060330485955d"
"url": "https://github.com/smarcet/recaptcha.git",
"reference": "1a073444e0218f807c72a4fa01d91d6ce01bc3af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/greggilbert/recaptcha/zipball/fb835b2ac089e52e643e97b93b4060330485955d",
"reference": "fb835b2ac089e52e643e97b93b4060330485955d",
"url": "https://api.github.com/repos/smarcet/recaptcha/zipball/1a073444e0218f807c72a4fa01d91d6ce01bc3af",
"reference": "1a073444e0218f807c72a4fa01d91d6ce01bc3af",
"shasum": ""
},
"require": {
@@ -1719,7 +1721,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
},
"autoload": {
@@ -1730,7 +1732,6 @@
"Greggilbert\\Recaptcha\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -1748,8 +1749,11 @@
"laravel5",
"recaptcha"
],
"support": {
"source": "https://github.com/smarcet/recaptcha/tree/master"
},
"abandoned": true,
"time": "2016-02-17T12:41:57+00:00"
"time": "2020-09-14T14:33:58+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -2125,16 +2129,16 @@
},
{
"name": "jaybizzle/crawler-detect",
"version": "v1.2.96",
"version": "v1.2.99",
"source": {
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"reference": "5a53c78644c54a628c3f5ead915c35b489c92239"
"reference": "0ffea34489b258a2709bfe93a9553e1efa5d1904"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/5a53c78644c54a628c3f5ead915c35b489c92239",
"reference": "5a53c78644c54a628c3f5ead915c35b489c92239",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/0ffea34489b258a2709bfe93a9553e1efa5d1904",
"reference": "0ffea34489b258a2709bfe93a9553e1efa5d1904",
"shasum": ""
},
"require": {
@@ -2170,7 +2174,7 @@
"crawlerdetect",
"php crawler detect"
],
"time": "2020-06-14T20:37:24+00:00"
"time": "2020-08-25T21:35:55+00:00"
},
{
"name": "jenssegers/agent",
@@ -2831,28 +2835,29 @@
},
{
"name": "league/flysystem",
"version": "1.0.70",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
"reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.5.9"
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^5.7.26"
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
@@ -2911,7 +2916,48 @@
"sftp",
"storage"
],
"time": "2020-07-26T07:20:36+00:00"
"time": "2020-08-23T07:39:11+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "fda190b62b962d96a069fcc414d781db66d65b69"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/fda190b62b962d96a069fcc414d781db66d65b69",
"reference": "fda190b62b962d96a069fcc414d781db66d65b69",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.36",
"phpunit/phpunit": "^8.5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
"time": "2020-08-09T10:34:01+00:00"
},
{
"name": "mobiledetect/mobiledetectlib",
@@ -3100,16 +3146,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.7.0",
"version": "v4.9.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
"reference": "88e519766fc58bd46b8265561fb79b54e2e00b28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/88e519766fc58bd46b8265561fb79b54e2e00b28",
"reference": "88e519766fc58bd46b8265561fb79b54e2e00b28",
"shasum": ""
},
"require": {
@@ -3117,8 +3163,8 @@
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
@@ -3126,7 +3172,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.7-dev"
"dev-master": "4.9-dev"
}
},
"autoload": {
@@ -3148,7 +3194,7 @@
"parser",
"php"
],
"time": "2020-07-25T13:18:53+00:00"
"time": "2020-08-30T16:15:20+00:00"
},
{
"name": "ocramius/package-versions",
@@ -3321,16 +3367,16 @@
},
{
"name": "php-amqplib/php-amqplib",
"version": "v2.11.3",
"version": "v2.12.0",
"source": {
"type": "git",
"url": "https://github.com/php-amqplib/php-amqplib.git",
"reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
"reference": "dfcccd36bf12b4c7cc3ec74d571e00e0f767232e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
"reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfcccd36bf12b4c7cc3ec74d571e00e0f767232e",
"reference": "dfcccd36bf12b4c7cc3ec74d571e00e0f767232e",
"shasum": ""
},
"require": {
@@ -3354,7 +3400,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11-dev"
"dev-master": "2.12-dev"
}
},
"autoload": {
@@ -3394,7 +3440,7 @@
"queue",
"rabbitmq"
],
"time": "2020-05-13T13:56:11+00:00"
"time": "2020-08-25T01:39:32+00:00"
},
{
"name": "php-opencloud/openstack",
@@ -3564,12 +3610,12 @@
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"url": "https://github.com/predis/predis.git",
"reference": "9ead747663bb1b1ae017dfa0d152aca87792b42f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/9ead747663bb1b1ae017dfa0d152aca87792b42f",
"url": "https://api.github.com/repos/predis/predis/zipball/9ead747663bb1b1ae017dfa0d152aca87792b42f",
"reference": "9ead747663bb1b1ae017dfa0d152aca87792b42f",
"shasum": ""
},
@@ -4323,16 +4369,16 @@
},
{
"name": "symfony/console",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02"
"reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/55d07021da933dd0d633ffdab6f45d5b230c7e02",
"reference": "55d07021da933dd0d633ffdab6f45d5b230c7e02",
"url": "https://api.github.com/repos/symfony/console/zipball/b39fd99b9297b67fb7633b7d8083957a97e1e727",
"reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727",
"shasum": ""
},
"require": {
@@ -4396,11 +4442,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2020-07-06T13:18:39+00:00"
"time": "2020-09-02T07:07:21+00:00"
},
{
"name": "symfony/css-selector",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@@ -4453,16 +4499,16 @@
},
{
"name": "symfony/debug",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "47aa9064d75db36389692dd4d39895a0820f00f2"
"reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/47aa9064d75db36389692dd4d39895a0820f00f2",
"reference": "47aa9064d75db36389692dd4d39895a0820f00f2",
"url": "https://api.github.com/repos/symfony/debug/zipball/aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
"reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
"shasum": ""
},
"require": {
@@ -4506,20 +4552,20 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2020-07-23T08:31:43+00:00"
"time": "2020-08-10T07:47:39+00:00"
},
{
"name": "symfony/error-handler",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "66f151360550ec2b3273b3746febb12e6ba0348b"
"reference": "2434fb32851f252e4f27691eee0b77c16198db62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/66f151360550ec2b3273b3746febb12e6ba0348b",
"reference": "66f151360550ec2b3273b3746febb12e6ba0348b",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/2434fb32851f252e4f27691eee0b77c16198db62",
"reference": "2434fb32851f252e4f27691eee0b77c16198db62",
"shasum": ""
},
"require": {
@@ -4563,20 +4609,20 @@
],
"description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com",
"time": "2020-07-23T08:35:20+00:00"
"time": "2020-08-17T09:56:45+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "6140fc7047dafc5abbe84ba16a34a86c0b0229b8"
"reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6140fc7047dafc5abbe84ba16a34a86c0b0229b8",
"reference": "6140fc7047dafc5abbe84ba16a34a86c0b0229b8",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e8ea5ccddd00556b86d69d42f99f1061a704030",
"reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030",
"shasum": ""
},
"require": {
@@ -4633,7 +4679,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2020-06-18T17:59:13+00:00"
"time": "2020-08-13T14:18:44+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -4699,16 +4745,16 @@
},
{
"name": "symfony/finder",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "2727aa35fddfada1dd37599948528e9b152eb742"
"reference": "2a78590b2c7e3de5c429628457c47541c58db9c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/2727aa35fddfada1dd37599948528e9b152eb742",
"reference": "2727aa35fddfada1dd37599948528e9b152eb742",
"url": "https://api.github.com/repos/symfony/finder/zipball/2a78590b2c7e3de5c429628457c47541c58db9c7",
"reference": "2a78590b2c7e3de5c429628457c47541c58db9c7",
"shasum": ""
},
"require": {
@@ -4744,20 +4790,20 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2020-07-05T09:39:30+00:00"
"time": "2020-08-17T09:56:45+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "3675676b6a47f3e71d3ab10bcf53fb9239eb77e6"
"reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/3675676b6a47f3e71d3ab10bcf53fb9239eb77e6",
"reference": "3675676b6a47f3e71d3ab10bcf53fb9239eb77e6",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e3e5a62a6631a461954d471e7206e3750dbe8ee1",
"reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1",
"shasum": ""
},
"require": {
@@ -4799,20 +4845,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2020-07-23T09:48:09+00:00"
"time": "2020-08-17T07:39:58+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "a675d2bf04a9328f164910cae6e3918b295151f3"
"reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a675d2bf04a9328f164910cae6e3918b295151f3",
"reference": "a675d2bf04a9328f164910cae6e3918b295151f3",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
"reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
"shasum": ""
},
"require": {
@@ -4890,20 +4936,20 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2020-07-24T04:10:09+00:00"
"time": "2020-09-02T08:09:29+00:00"
},
{
"name": "symfony/mime",
"version": "v5.1.3",
"version": "v5.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
"reference": "89a2c9b4cb7b5aa516cf55f5194c384f444c81dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
"url": "https://api.github.com/repos/symfony/mime/zipball/89a2c9b4cb7b5aa516cf55f5194c384f444c81dc",
"reference": "89a2c9b4cb7b5aa516cf55f5194c384f444c81dc",
"shasum": ""
},
"require": {
@@ -4953,11 +4999,11 @@
"mime",
"mime-type"
],
"time": "2020-07-23T10:04:31+00:00"
"time": "2020-08-17T10:01:29+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -5019,7 +5065,7 @@
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
@@ -5082,16 +5128,16 @@
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"shasum": ""
},
"require": {
@@ -5149,11 +5195,11 @@
"portable",
"shim"
],
"time": "2020-07-14T12:35:20+00:00"
"time": "2020-08-04T06:02:08+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -5220,7 +5266,7 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -5283,7 +5329,7 @@
},
{
"name": "symfony/polyfill-php70",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
@@ -5346,7 +5392,7 @@
},
{
"name": "symfony/polyfill-php72",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
@@ -5405,7 +5451,7 @@
},
{
"name": "symfony/polyfill-php73",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
@@ -5467,7 +5513,7 @@
},
{
"name": "symfony/polyfill-php80",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
@@ -5533,7 +5579,7 @@
},
{
"name": "symfony/process",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
@@ -5582,16 +5628,16 @@
},
{
"name": "symfony/routing",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "e103381a4c2f0731c14589041852bf979e97c7af"
"reference": "e3387963565da9bae51d1d3ab8041646cc93bd04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e103381a4c2f0731c14589041852bf979e97c7af",
"reference": "e103381a4c2f0731c14589041852bf979e97c7af",
"url": "https://api.github.com/repos/symfony/routing/zipball/e3387963565da9bae51d1d3ab8041646cc93bd04",
"reference": "e3387963565da9bae51d1d3ab8041646cc93bd04",
"shasum": ""
},
"require": {
@@ -5654,20 +5700,20 @@
"uri",
"url"
],
"time": "2020-07-05T09:39:30+00:00"
"time": "2020-08-10T07:27:51+00:00"
},
{
"name": "symfony/serializer",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "0fe47b7aa55ff28b1b781e380120c0731e2d36c7"
"reference": "f8e1211fdd045d22bba98054fd7969bec955810a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/0fe47b7aa55ff28b1b781e380120c0731e2d36c7",
"reference": "0fe47b7aa55ff28b1b781e380120c0731e2d36c7",
"url": "https://api.github.com/repos/symfony/serializer/zipball/f8e1211fdd045d22bba98054fd7969bec955810a",
"reference": "f8e1211fdd045d22bba98054fd7969bec955810a",
"shasum": ""
},
"require": {
@@ -5736,20 +5782,20 @@
],
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",
"time": "2020-07-21T15:17:25+00:00"
"time": "2020-08-31T16:04:23+00:00"
},
{
"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": {
@@ -5762,7 +5808,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -5798,20 +5844,20 @@
"interoperability",
"standards"
],
"time": "2020-07-06T13:23:11+00:00"
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/translation",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "a8ea9d97353294eb6783f2894ef8cee99a045822"
"reference": "700e6e50174b0cdcf0fa232773bec5c314680575"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/a8ea9d97353294eb6783f2894ef8cee99a045822",
"reference": "a8ea9d97353294eb6783f2894ef8cee99a045822",
"url": "https://api.github.com/repos/symfony/translation/zipball/700e6e50174b0cdcf0fa232773bec5c314680575",
"reference": "700e6e50174b0cdcf0fa232773bec5c314680575",
"shasum": ""
},
"require": {
@@ -5874,20 +5920,20 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2020-07-23T08:31:43+00:00"
"time": "2020-08-17T09:56:45+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.1.3",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
"reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/77ce1c3627c9f39643acd9af086631f842c50c4d",
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d",
"shasum": ""
},
"require": {
@@ -5899,7 +5945,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -5935,20 +5981,20 @@
"interoperability",
"standards"
],
"time": "2020-07-06T13:23:11+00:00"
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc"
"reference": "1bef32329f3166486ab7cb88599cae4875632b99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2125805a1a4e57f2340bc566c3013ca94d2722dc",
"reference": "2125805a1a4e57f2340bc566c3013ca94d2722dc",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
"reference": "1bef32329f3166486ab7cb88599cae4875632b99",
"shasum": ""
},
"require": {
@@ -6012,7 +6058,7 @@
"debug",
"dump"
],
"time": "2020-06-24T13:34:53+00:00"
"time": "2020-08-17T07:31:35+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -6658,16 +6704,16 @@
},
{
"name": "mockery/mockery",
"version": "1.3.2",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283"
"reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
"reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
"url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
"reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
"shasum": ""
},
"require": {
@@ -6676,7 +6722,7 @@
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
"phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
},
"type": "library",
"extra": {
@@ -6719,7 +6765,7 @@
"test double",
"testing"
],
"time": "2020-07-09T08:23:05+00:00"
"time": "2020-08-11T18:10:21+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -6986,16 +7032,16 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.2.0",
"version": "5.2.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "3170448f5769fe19f456173d833734e0ff1b84df"
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
"reference": "3170448f5769fe19f456173d833734e0ff1b84df",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
"shasum": ""
},
"require": {
@@ -7034,7 +7080,7 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-07-20T20:05:34+00:00"
"time": "2020-08-15T11:14:08+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@@ -7394,6 +7440,7 @@
"keywords": [
"tokenizer"
],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00"
},
{
@@ -8048,16 +8095,16 @@
},
{
"name": "symfony/dom-crawler",
"version": "v4.4.11",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "72b3a65ddd5052cf6d65eac6669748ed311f39bf"
"reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/72b3a65ddd5052cf6d65eac6669748ed311f39bf",
"reference": "72b3a65ddd5052cf6d65eac6669748ed311f39bf",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
"reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
"shasum": ""
},
"require": {
@@ -8105,7 +8152,7 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2020-07-23T08:31:43+00:00"
"time": "2020-08-12T06:20:35+00:00"
},
{
"name": "theseer/tokenizer",
@@ -8200,6 +8247,7 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"greggilbert/recaptcha": 20,
"php-opencloud/openstack": 20
},
"prefer-stable": true,