From 1164b7f6141688a7bd920c7ad0eb1ff03bbb4ad6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Mar 2021 14:55:58 +0000 Subject: [PATCH] fix(deps): update dependency doctrine/doctrine-bundle to v2.2.4 --- apps/composer.json | 2 +- apps/composer.lock | 49 +++++++++++++++++++++------------------------- 2 files changed, 23 insertions(+), 28 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index c44e715..62df2fb 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -12,7 +12,7 @@ "beberlei/doctrineextensions": "1.2.8", "composer/package-versions-deprecated": "1.11.99", "doctrine/annotations": "1.12.1", - "doctrine/doctrine-bundle": "2.1.2", + "doctrine/doctrine-bundle": "2.2.4", "doctrine/doctrine-migrations-bundle": "3.0.1", "doctrine/orm": "2.7.4", "giggsey/libphonenumber-for-php": "8.12.20", diff --git a/apps/composer.lock b/apps/composer.lock index 24b1707..249362e 100644 --- a/apps/composer.lock +++ b/apps/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": "b454f8abea34468de4c719ac9134872a", + "content-hash": "b718be92148493e988339460ab080b0b", "packages": [ { "name": "api-platform/core", @@ -904,16 +904,16 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "2.1.2", + "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "f5153089993e1230f5d8acbd8e126014d5a63e17" + "reference": "708ed6f99c3d0142e15a8b05022946367cfcc075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f5153089993e1230f5d8acbd8e126014d5a63e17", - "reference": "f5153089993e1230f5d8acbd8e126014d5a63e17", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/708ed6f99c3d0142e15a8b05022946367cfcc075", + "reference": "708ed6f99c3d0142e15a8b05022946367cfcc075", "shasum": "" }, "require": { @@ -934,10 +934,10 @@ "twig/twig": "<1.34|>=2.0,<2.4" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^8.0", "doctrine/orm": "^2.6", - "ocramius/proxy-manager": "^2.1", - "phpunit/phpunit": "^7.5", + "friendsofphp/proxy-manager-lts": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", "symfony/phpunit-bridge": "^4.2", "symfony/property-info": "^4.3.3|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", @@ -945,7 +945,7 @@ "symfony/validator": "^3.4.30|^4.3.3|^5.0", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", "symfony/yaml": "^3.4.30|^4.3.3|^5.0", - "twig/twig": "^1.34|^2.12" + "twig/twig": "^1.34|^2.12|^3.0" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -954,7 +954,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { @@ -994,7 +994,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.1.2" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.2.4" }, "funding": [ { @@ -1010,7 +1010,7 @@ "type": "tidelift" } ], - "time": "2020-08-25T10:57:15+00:00" + "time": "2021-02-25T11:33:34+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", @@ -3071,27 +3071,22 @@ }, { "name": "psr/container", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.2.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -3104,7 +3099,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", @@ -3118,9 +3113,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/master" + "source": "https://github.com/php-fig/container/tree/1.1.1" }, - "time": "2017-02-14T16:28:37+00:00" + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/event-dispatcher", @@ -7132,7 +7127,7 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", @@ -7195,7 +7190,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" }, "funding": [ {