From 04c8d8ee76649fab440115236a2ad082a9174452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 22:57:38 +0000 Subject: [PATCH] Bump symfony/http-foundation from 4.2.8 to 4.4.1 Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.2.8 to 4.4.1. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v4.2.8...v4.4.1) Signed-off-by: dependabot[bot] --- composer.lock | 203 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 188 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 56818b9..5155051 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "94d4bf9ac7f4a933030e46a346ee2917", + "content-hash": "000108497afdf838c99b3631c8374e3f", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -1098,6 +1098,56 @@ ], "time": "2015-07-25T16:39:46+00:00" }, + { + "name": "predis/predis", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/nrk/predis.git", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "suggest": { + "ext-curl": "Allows access to Webdis when paired with phpiredis", + "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" + }, + "type": "library", + "autoload": { + "psr-4": { + "Predis\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniele Alessandri", + "email": "suppakilla@gmail.com", + "homepage": "http://clorophilla.net" + } + ], + "description": "Flexible and feature-complete Redis client for PHP and HHVM", + "homepage": "http://github.com/nrk/predis", + "keywords": [ + "nosql", + "predis", + "redis" + ], + "time": "2016-06-16T16:22:20+00:00" + }, { "name": "psr/container", "version": "1.0.0", @@ -1824,30 +1874,31 @@ }, { "name": "symfony/http-foundation", - "version": "v4.2.8", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718" + "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1ea878bd3af18f934dedb8c0de60656a9a31a718", - "reference": "1ea878bd3af18f934dedb8c0de60656a9a31a718", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8bccc59e61b41963d14c3dbdb23181e5c932a1d5", + "reference": "8bccc59e61b41963d14c3dbdb23181e5c932a1d5", "shasum": "" }, "require": { "php": "^7.1.3", + "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "predis/predis": "~1.0", - "symfony/expression-language": "~3.4|~4.0" + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -1874,7 +1925,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-05-01T08:36:31+00:00" + "time": "2019-11-28T13:33:56+00:00" }, { "name": "symfony/http-kernel", @@ -1965,6 +2016,68 @@ "homepage": "https://symfony.com", "time": "2019-05-01T13:31:08+00:00" }, + { + "name": "symfony/mime", + "version": "v4.4.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "010cc488e56cafe5f7494dea70aea93100c234df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df", + "reference": "010cc488e56cafe5f7494dea70aea93100c234df", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "time": "2019-11-30T08:27:26+00:00" + }, { "name": "symfony/polyfill-ctype", "version": "v1.11.0", @@ -2146,16 +2259,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", "shasum": "" }, "require": { @@ -2167,7 +2280,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.13-dev" } }, "autoload": { @@ -2201,7 +2314,7 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-11-27T14:18:11+00:00" }, { "name": "symfony/polyfill-php72", @@ -2632,6 +2745,66 @@ "environment" ], "time": "2019-03-06T09:39:45+00:00" + }, + { + "name": "waavi/sanitizer", + "version": "1.0.15", + "source": { + "type": "git", + "url": "https://github.com/Waavi/Sanitizer.git", + "reference": "bc7bc736b7640d8c7bc782459cd7898413d08b7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Waavi/Sanitizer/zipball/bc7bc736b7640d8c7bc782459cd7898413d08b7f", + "reference": "bc7bc736b7640d8c7bc782459cd7898413d08b7f", + "shasum": "" + }, + "require": { + "illuminate/support": "~5.3|~6.0", + "illuminate/validation": "~5.3|~6.0", + "nesbot/carbon": "~1.0|~2.0" + }, + "require-dev": { + "phpunit/phpunit": "~6.0|~7.0|~8.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Waavi\\Sanitizer\\Laravel\\SanitizerServiceProvider" + ], + "aliases": { + "Sanitizer": "Waavi\\Sanitizer\\Laravel\\Facade" + } + } + }, + "autoload": { + "psr-4": { + "Waavi\\Sanitizer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William Wallace San Paulo", + "email": "info@waavi.com" + } + ], + "description": "Data sanitizer and Laravel 5 form requests with input sanitation.", + "keywords": [ + "input", + "input filter", + "input sanitation", + "input sanitizer", + "laravel", + "sanitation", + "transform input" + ], + "time": "2019-11-27T12:02:47+00:00" } ], "packages-dev": [