diff --git a/composer.json b/composer.json index c7bbb72a..dcc09497 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "doctrine/doctrine-bundle": "^2.0", "florianv/swap": "^4.0", "friendsofsymfony/ckeditor-bundle": "^2.0", - "gregwar/captcha-bundle": "dev-master", + "gregwar/captcha-bundle": "^2.1.0", "league/html-to-markdown": "^4.8", "liip/imagine-bundle": "^2.2", "nyholm/psr7": "^1.1", diff --git a/composer.lock b/composer.lock index 41b43396..bcd36220 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": "fae707a4932b3cffeb74914818a761c9", + "content-hash": "617502331106c4684d08a9d8937ab286", "packages": [ { "name": "beberlei/assert", @@ -373,16 +373,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.10.0", + "version": "v2.10.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934" + "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934", - "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", + "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", "shasum": "" }, "require": { @@ -461,7 +461,7 @@ "sqlserver", "sqlsrv" ], - "time": "2019-11-03T16:50:43+00:00" + "time": "2020-01-04T12:56:21+00:00" }, { "name": "doctrine/doctrine-bundle", @@ -1133,16 +1133,16 @@ }, { "name": "doctrine/reflection", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6" + "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6", - "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c", + "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c", "shasum": "" }, "require": { @@ -1150,13 +1150,15 @@ "ext-tokenizer": "*", "php": "^7.1" }, + "conflict": { + "doctrine/common": "<2.9" + }, "require-dev": { - "doctrine/coding-standard": "^4.0", - "doctrine/common": "^2.8", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-phpunit": "^0.9.4", - "phpunit/phpunit": "^7.0", - "squizlabs/php_codesniffer": "^3.0" + "doctrine/coding-standard": "^5.0", + "doctrine/common": "^2.10", + "phpstan/phpstan": "^0.11.0", + "phpstan/phpstan-phpunit": "^0.11.0", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -1174,6 +1176,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -1182,10 +1188,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -1199,25 +1201,26 @@ "email": "ocramius@gmail.com" } ], - "description": "Doctrine Reflection component", + "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", "homepage": "https://www.doctrine-project.org/projects/reflection.html", "keywords": [ - "reflection" + "reflection", + "static" ], - "time": "2018-06-14T14:45:07+00:00" + "time": "2020-01-08T19:53:19+00:00" }, { "name": "egulias/email-validator", - "version": "2.1.13", + "version": "2.1.14", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "834593d5900615639208417760ba6a17299e2497" + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/834593d5900615639208417760ba6a17299e2497", - "reference": "834593d5900615639208417760ba6a17299e2497", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece", + "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece", "shasum": "" }, "require": { @@ -1261,7 +1264,7 @@ "validation", "validator" ], - "time": "2019-12-30T08:14:25+00:00" + "time": "2020-01-05T14:11:20+00:00" }, { "name": "florianv/exchanger", @@ -1517,24 +1520,29 @@ }, { "name": "gregwar/captcha-bundle", - "version": "dev-master", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/Gregwar/CaptchaBundle.git", - "reference": "eeb01bdca51d75dd75b270f6089e2ceb39fd0834" + "reference": "a22ba77f5237f878d0b97cbe4310c42c29c74112" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/eeb01bdca51d75dd75b270f6089e2ceb39fd0834", - "reference": "eeb01bdca51d75dd75b270f6089e2ceb39fd0834", + "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/a22ba77f5237f878d0b97cbe4310c42c29c74112", + "reference": "a22ba77f5237f878d0b97cbe4310c42c29c74112", "shasum": "" }, "require": { + "ext-gd": "*", "gregwar/captcha": "~1.1", - "php": ">=5.3.9", - "symfony/form": "~3.0|~4.0|~5.0", - "symfony/framework-bundle": "~3.0|~4.0|~5.0", - "twig/twig": "^1.40|^2.9|^3" + "php": "^7.1.3", + "symfony/form": "~4.0|~5.0", + "symfony/framework-bundle": "~4.0|~5.0", + "symfony/translation": "~4.0|^5.0", + "twig/twig": "^2.10|^3.0" + }, + "require-dev": { + "symplify/easy-coding-standard": "^6.1" }, "type": "captcha-bundle", "autoload": { @@ -1569,7 +1577,7 @@ "symfony", "visual" ], - "time": "2019-12-02T09:24:14+00:00" + "time": "2020-01-08T15:31:01+00:00" }, { "name": "imagine/imagine", @@ -1800,48 +1808,48 @@ }, { "name": "liip/imagine-bundle", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/liip/LiipImagineBundle.git", - "reference": "2cf633e0f335a9f1f0bb9d55726a73aca9259ea4" + "reference": "06740a0a0e9c0054d3e0589472fd19b975784c52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/2cf633e0f335a9f1f0bb9d55726a73aca9259ea4", - "reference": "2cf633e0f335a9f1f0bb9d55726a73aca9259ea4", + "url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/06740a0a0e9c0054d3e0589472fd19b975784c52", + "reference": "06740a0a0e9c0054d3e0589472fd19b975784c52", "shasum": "" }, "require": { "imagine/imagine": "^0.7.1|^1.1", "php": "^7.1", - "symfony/asset": "^3.4|^4.2", - "symfony/filesystem": "^3.4|^4.2", - "symfony/finder": "^3.4|^4.2", - "symfony/framework-bundle": "^3.4|^4.2", - "symfony/options-resolver": "^3.4|^4.2", - "symfony/process": "^3.4|^4.2", - "symfony/templating": "^3.4|^4.2", - "symfony/translation": "^3.4|^4.2" + "symfony/asset": "^3.4|^4.3|^5.0", + "symfony/filesystem": "^3.4|^4.3|^5.0", + "symfony/finder": "^3.4|^4.3|^5.0", + "symfony/framework-bundle": "^3.4|^4.3|^5.0", + "symfony/options-resolver": "^3.4|^4.3|^5.0", + "symfony/process": "^3.4|^4.3|^5.0", + "symfony/templating": "^3.4|^4.3|^5.0", + "symfony/translation": "^3.4|^4.3|^5.0" }, "require-dev": { "amazonwebservices/aws-sdk-for-php": "^1.0", "aws/aws-sdk-php": "^2.4", "doctrine/cache": "^1.1", "doctrine/orm": "^2.3", - "enqueue/enqueue-bundle": "^0.9", + "enqueue/enqueue-bundle": "^0.9|^0.10", "ext-gd": "*", "friendsofphp/php-cs-fixer": "^2.10", "league/flysystem": "^1.0", "psr/log": "^1.0", - "symfony/browser-kit": "^3.4|^4.2", - "symfony/console": "^3.4|^4.2", - "symfony/dependency-injection": "^3.4|^4.2", - "symfony/form": "^3.4|^4.2", - "symfony/phpunit-bridge": "^4.3", - "symfony/validator": "^3.4|^4.2", - "symfony/yaml": "^3.4|^4.2", - "twig/twig": "^1.34|^2.4" + "symfony/browser-kit": "^3.4|^4.3|^5.0", + "symfony/console": "^3.4|^4.3|^5.0", + "symfony/dependency-injection": "^3.4|^4.3|^5.0", + "symfony/form": "^3.4|^4.3|^5.0", + "symfony/phpunit-bridge": "^4.3|^5.0", + "symfony/validator": "^3.4|^4.3|^5.0", + "symfony/yaml": "^3.4|^4.3|^5.0", + "twig/twig": "^1.34|^2.4|^3.0" }, "suggest": { "alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension", @@ -1897,7 +1905,7 @@ "symfony", "transformation" ], - "time": "2019-10-04T05:45:14+00:00" + "time": "2020-01-07T13:29:56+00:00" }, { "name": "lorenzo/pinky", @@ -2509,16 +2517,16 @@ }, { "name": "php-http/discovery", - "version": "1.7.3", + "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "2e0ad94833ec8473280454590a9011a0cd2dfc56" + "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/2e0ad94833ec8473280454590a9011a0cd2dfc56", - "reference": "2e0ad94833ec8473280454590a9011a0cd2dfc56", + "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0", + "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0", "shasum": "" }, "require": { @@ -2570,7 +2578,7 @@ "message", "psr7" ], - "time": "2019-12-27T19:51:10+00:00" + "time": "2020-01-03T11:25:47+00:00" }, { "name": "php-http/httplug", @@ -3554,16 +3562,16 @@ }, { "name": "s9e/regexp-builder", - "version": "1.4.3", + "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/s9e/RegexpBuilder.git", - "reference": "59d0167a909659d718f53964f7653d2c83a5f8fe" + "reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/59d0167a909659d718f53964f7653d2c83a5f8fe", - "reference": "59d0167a909659d718f53964f7653d2c83a5f8fe", + "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/605b33841a766abd40ba3d07c15d0f62b5e7f033", + "reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033", "shasum": "" }, "require": { @@ -3571,7 +3579,7 @@ "php": ">=5.5.1" }, "require-dev": { - "phpunit/phpunit": "<5.8" + "phpunit/phpunit": "*" }, "type": "library", "autoload": { @@ -3588,7 +3596,7 @@ "keywords": [ "regexp" ], - "time": "2019-04-26T17:55:23+00:00" + "time": "2020-01-08T02:46:22+00:00" }, { "name": "s9e/text-formatter", @@ -9378,6 +9386,155 @@ "description": "Map nested JSON structures onto PHP classes", "time": "2019-08-15T19:41:25+00:00" }, + { + "name": "nette/application", + "version": "v3.0.3", + "source": { + "type": "git", + "url": "https://github.com/nette/application.git", + "reference": "aa975f06c6f303512de6399b7320d48750b96832" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/application/zipball/aa975f06c6f303512de6399b7320d48750b96832", + "reference": "aa975f06c6f303512de6399b7320d48750b96832", + "shasum": "" + }, + "require": { + "nette/component-model": "^3.0", + "nette/http": "^3.0.2", + "nette/routing": "~3.0.0", + "nette/utils": "^3.1", + "php": ">=7.1" + }, + "conflict": { + "latte/latte": "<2.4", + "nette/di": "<3.0-stable", + "nette/forms": "<3.0", + "tracy/tracy": "<2.5" + }, + "require-dev": { + "latte/latte": "^2.5.1", + "mockery/mockery": "^1.0", + "nette/di": "^v3.0", + "nette/forms": "^3.0", + "nette/robot-loader": "^3.2", + "nette/security": "^3.0", + "nette/tester": "^2.0.1", + "phpstan/phpstan-nette": "^0.12", + "tracy/tracy": "^2.6" + }, + "suggest": { + "latte/latte": "Allows using Latte in templates", + "nette/forms": "Allows to use Nette\\Application\\UI\\Form" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ], + "files": [ + "src/compatibility.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.", + "homepage": "https://nette.org", + "keywords": [ + "Forms", + "component-based", + "control", + "framework", + "mvc", + "mvp", + "nette", + "presenter", + "routing", + "seo" + ], + "time": "2020-01-05T22:31:46+00:00" + }, + { + "name": "nette/component-model", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/nette/component-model.git", + "reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/component-model/zipball/3153441f3d64bbdac300e75b8e5dde36590f7e01", + "reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01", + "shasum": "" + }, + "require": { + "nette/utils": "^2.5 || ^3.0", + "php": ">=7.1" + }, + "conflict": { + "nette/application": "<2.4", + "nette/nette": "<2.2" + }, + "require-dev": { + "nette/tester": "^2.0", + "tracy/tracy": "^2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "⚛ Nette Component Model", + "homepage": "https://nette.org", + "keywords": [ + "components", + "nette" + ], + "time": "2019-02-20T07:13:15+00:00" + }, { "name": "nette/finder", "version": "v2.5.2", @@ -9441,6 +9598,78 @@ ], "time": "2020-01-03T20:35:40+00:00" }, + { + "name": "nette/http", + "version": "v3.0.3", + "source": { + "type": "git", + "url": "https://github.com/nette/http.git", + "reference": "1df063526343299ea7fccdf90de6575db3559ff5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/http/zipball/1df063526343299ea7fccdf90de6575db3559ff5", + "reference": "1df063526343299ea7fccdf90de6575db3559ff5", + "shasum": "" + }, + "require": { + "nette/utils": "^3.0", + "php": ">=7.1" + }, + "conflict": { + "nette/di": "<3.0.0-stable" + }, + "require-dev": { + "nette/di": "^3.0", + "nette/tester": "^2.0", + "tracy/tracy": "^2.4" + }, + "suggest": { + "ext-fileinfo": "to detect type of uploaded files", + "nette/security": "allows use Nette\\Http\\UserStorage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.", + "homepage": "https://nette.org", + "keywords": [ + "cookies", + "http", + "nette", + "proxy", + "request", + "response", + "security", + "session", + "url" + ], + "time": "2019-10-31T15:07:40+00:00" + }, { "name": "nette/robot-loader", "version": "v3.2.1", @@ -9504,6 +9733,63 @@ ], "time": "2019-12-26T22:32:02+00:00" }, + { + "name": "nette/routing", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/nette/routing.git", + "reference": "603c697f3df7ed214795d4e8e8c58fbf981232b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/routing/zipball/603c697f3df7ed214795d4e8e8c58fbf981232b1", + "reference": "603c697f3df7ed214795d4e8e8c58fbf981232b1", + "shasum": "" + }, + "require": { + "nette/http": "^3.0", + "nette/utils": "^3.0", + "php": ">=7.1" + }, + "require-dev": { + "nette/tester": "^2.0", + "tracy/tracy": "^2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "Nette Routing: two-ways URL conversion", + "homepage": "https://nette.org", + "keywords": [ + "nette" + ], + "time": "2019-02-13T15:57:18+00:00" + }, { "name": "nette/utils", "version": "v3.1.0", @@ -9736,12 +10022,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2" + "reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/44a677c8e06241a66409ae6e4820dc166fc09ab2", - "reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389", + "reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389", "shasum": "" }, "conflict": { @@ -9776,8 +10062,9 @@ "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", "dompdf/dompdf": ">=0.6,<0.6.2", - "drupal/core": ">=7,<8.7.11|>=8.8,<8.8.1", - "drupal/drupal": ">=7,<8.7.11|>=8.8,<8.8.1", + "drupal/core": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1", + "drupal/drupal": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1", + "endroid/qr-code-bundle": "<3.4.2", "erusev/parsedown": "<1.7.2", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4", "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", @@ -9947,7 +10234,7 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "time": "2019-12-26T14:16:40+00:00" + "time": "2020-01-06T19:16:46+00:00" }, { "name": "sebastian/diff", @@ -10567,17 +10854,101 @@ "time": "2019-11-20T10:44:55+00:00" }, { - "name": "symplify/coding-standard", - "version": "v7.1.3", + "name": "symplify/auto-bind-parameter", + "version": "v7.2.0", "source": { "type": "git", - "url": "https://github.com/Symplify/CodingStandard.git", - "reference": "864af829cd9007f3c11d778485082ef0056a1486" + "url": "https://github.com/Symplify/AutoBindParameter.git", + "reference": "77a7ee1026a3977fff160559b59fb22a3c9ed605" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/864af829cd9007f3c11d778485082ef0056a1486", - "reference": "864af829cd9007f3c11d778485082ef0056a1486", + "url": "https://api.github.com/repos/Symplify/AutoBindParameter/zipball/77a7ee1026a3977fff160559b59fb22a3c9ed605", + "reference": "77a7ee1026a3977fff160559b59fb22a3c9ed605", + "shasum": "" + }, + "require": { + "nette/utils": "^3.0", + "php": "^7.2", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symplify/package-builder": "^7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\AutoBindParameter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Auto bind parameters for your Symfony applications", + "time": "2020-01-05T09:06:02+00:00" + }, + { + "name": "symplify/autowire-array-parameter", + "version": "v7.2.0", + "source": { + "type": "git", + "url": "https://github.com/Symplify/AutowireArrayParameter.git", + "reference": "31a7d8008c97e1d8a5e2e962792b9b8aa722cc84" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Symplify/AutowireArrayParameter/zipball/31a7d8008c97e1d8a5e2e962792b9b8aa722cc84", + "reference": "31a7d8008c97e1d8a5e2e962792b9b8aa722cc84", + "shasum": "" + }, + "require": { + "nette/application": "^3.0", + "nette/utils": "^3.0", + "php": "^7.2", + "symfony/dependency-injection": "^4.4|^5.0", + "symplify/package-builder": "^7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\AutowireArrayParameter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Autowire array parameters for your Symfony applications", + "time": "2020-01-05T09:06:02+00:00" + }, + { + "name": "symplify/coding-standard", + "version": "v7.2.0", + "source": { + "type": "git", + "url": "https://github.com/Symplify/CodingStandard.git", + "reference": "f540f3c4f1b544fc792fb9eda7ddfeb46801f9cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/f540f3c4f1b544fc792fb9eda7ddfeb46801f9cb", + "reference": "f540f3c4f1b544fc792fb9eda7ddfeb46801f9cb", "shasum": "" }, "require": { @@ -10587,14 +10958,15 @@ "php": "^7.2", "phpstan/phpdoc-parser": "^0.4", "squizlabs/php_codesniffer": "^3.5", - "symplify/package-builder": "^7.1.3", - "symplify/smart-file-system": "^7.1.3" + "symplify/autowire-array-parameter": "^7.2", + "symplify/package-builder": "^7.2", + "symplify/smart-file-system": "^7.2" }, "require-dev": { "nette/application": "^3.0", "phpunit/phpunit": "^8.4", - "symplify/easy-coding-standard-tester": "^7.1.3", - "symplify/package-builder": "^7.1.3" + "symplify/easy-coding-standard-tester": "^7.2", + "symplify/package-builder": "^7.2" }, "type": "library", "extra": { @@ -10613,20 +10985,20 @@ "MIT" ], "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-01-05T09:06:02+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "v7.1.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/Symplify/EasyCodingStandard.git", - "reference": "d9f483bb42f9c8c169bedd67b5a57663d163163a" + "reference": "efa1b57dd454af4d250d8ecd5aacca19a174a3ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/d9f483bb42f9c8c169bedd67b5a57663d163163a", - "reference": "d9f483bb42f9c8c169bedd67b5a57663d163163a", + "url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/efa1b57dd454af4d250d8ecd5aacca19a174a3ed", + "reference": "efa1b57dd454af4d250d8ecd5aacca19a174a3ed", "shasum": "" }, "require": { @@ -10647,14 +11019,16 @@ "symfony/finder": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0", - "symplify/coding-standard": "^7.1.3", - "symplify/package-builder": "^7.1.3", - "symplify/set-config-resolver": "^7.1.3", - "symplify/smart-file-system": "^7.1.3" + "symplify/auto-bind-parameter": "^7.2", + "symplify/autowire-array-parameter": "^7.2", + "symplify/coding-standard": "^7.2", + "symplify/package-builder": "^7.2", + "symplify/set-config-resolver": "^7.2", + "symplify/smart-file-system": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8.4", - "symplify/easy-coding-standard-tester": "^7.1.3" + "symplify/easy-coding-standard-tester": "^7.2" }, "bin": [ "bin/ecs" @@ -10679,20 +11053,20 @@ "MIT" ], "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.", - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-01-05T09:25:47+00:00" }, { "name": "symplify/package-builder", - "version": "v7.1.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/Symplify/PackageBuilder.git", - "reference": "6d328c576472bbbb54f8fa50d127cf627e1680d5" + "reference": "ac6544e0604bdcb9353c268316d1ed5d5ae10db0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/6d328c576472bbbb54f8fa50d127cf627e1680d5", - "reference": "6d328c576472bbbb54f8fa50d127cf627e1680d5", + "url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/ac6544e0604bdcb9353c268316d1ed5d5ae10db0", + "reference": "ac6544e0604bdcb9353c268316d1ed5d5ae10db0", "shasum": "" }, "require": { @@ -10725,29 +11099,29 @@ "MIT" ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", - "time": "2019-12-15T11:32:54+00:00" + "time": "2020-01-05T09:24:38+00:00" }, { "name": "symplify/set-config-resolver", - "version": "v7.1.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/Symplify/SetConfigResolver.git", - "reference": "bf63e985dcf88d7651026d062edd314280715da9" + "reference": "b4ffd751c1b23b444529b291a0d60c799041d469" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/SetConfigResolver/zipball/bf63e985dcf88d7651026d062edd314280715da9", - "reference": "bf63e985dcf88d7651026d062edd314280715da9", + "url": "https://api.github.com/repos/Symplify/SetConfigResolver/zipball/b4ffd751c1b23b444529b291a0d60c799041d469", + "reference": "b4ffd751c1b23b444529b291a0d60c799041d469", "shasum": "" }, "require": { "nette/utils": "^3.0", "php": "^7.2", "symfony/console": "^4.4|^5.0", - "symfony/filesystem": "^4.3|^5.0", + "symfony/filesystem": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", - "symplify/smart-file-system": "^7.1.3" + "symplify/smart-file-system": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8.4" @@ -10768,28 +11142,30 @@ "MIT" ], "description": "Resolve config and sets from configs and cli opptions for CLI applications", - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-01-05T09:06:02+00:00" }, { "name": "symplify/smart-file-system", - "version": "v7.1.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/Symplify/SmartFileSystem.git", - "reference": "aec493bf2d935cd71cec68dbcc299e415ecc2c20" + "reference": "8cce4bf97903ba2c6669a1ea1863d90708709985" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Symplify/SmartFileSystem/zipball/aec493bf2d935cd71cec68dbcc299e415ecc2c20", - "reference": "aec493bf2d935cd71cec68dbcc299e415ecc2c20", + "url": "https://api.github.com/repos/Symplify/SmartFileSystem/zipball/8cce4bf97903ba2c6669a1ea1863d90708709985", + "reference": "8cce4bf97903ba2c6669a1ea1863d90708709985", "shasum": "" }, "require": { "nette/utils": "^3.0", "php": "^7.2", - "symfony/filesystem": "^4.3|^5.0" + "symfony/filesystem": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0" }, "require-dev": { + "nette/finder": "^2.5", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.4" }, @@ -10809,20 +11185,20 @@ "MIT" ], "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", - "time": "2019-12-09T11:18:37+00:00" + "time": "2020-01-06T12:59:55+00:00" }, { "name": "vimeo/psalm", - "version": "3.8.1", + "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd" + "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/8e54e3aa060fc490d86d0e2abbf62750516d40fd", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/90d6b73fd8062432030ef39b7b6694b3902daa31", + "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31", "shasum": "" }, "require": { @@ -10830,6 +11206,10 @@ "amphp/byte-stream": "^1.5", "composer/xdebug-handler": "^1.1", "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-simplexml": "*", + "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/language-server-protocol": "^1.4", "netresearch/jsonmapper": "^1.0", @@ -10900,7 +11280,7 @@ "inspection", "php" ], - "time": "2019-12-29T16:11:07+00:00" + "time": "2020-01-07T13:50:31+00:00" }, { "name": "webmozart/glob", @@ -10999,7 +11379,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "gregwar/captcha-bundle": 20, "r/u2f-two-factor-bundle": 20, "roave/security-advisories": 20 }, diff --git a/symfony.lock b/symfony.lock index 366d988d..805a9d2c 100644 --- a/symfony.lock +++ b/symfony.lock @@ -211,12 +211,24 @@ "netresearch/jsonmapper": { "version": "v1.6.0" }, + "nette/application": { + "version": "v3.0.3" + }, + "nette/component-model": { + "version": "v3.0.0" + }, "nette/finder": { "version": "v2.5.2" }, + "nette/http": { + "version": "v3.0.3" + }, "nette/robot-loader": { "version": "v3.2.1" }, + "nette/routing": { + "version": "v3.0.0" + }, "nette/utils": { "version": "v3.1.0" }, @@ -794,6 +806,12 @@ "symfony/yaml": { "version": "v4.2.3" }, + "symplify/auto-bind-parameter": { + "version": "v7.2.0" + }, + "symplify/autowire-array-parameter": { + "version": "v7.2.0" + }, "symplify/coding-standard": { "version": "v7.1.3" },