From b015d058e929910fc4ad9289a12ce7314122a860 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jan 2021 11:48:29 +0100 Subject: update to 4.4.19 drop dependency on ocramius/proxy-manager add dependency on friendsofphp/proxy-manager-lts raise dependency on doctrine_annotations_min_ver 1.10.4 raise dependency on doctrine/orm 2.6.3 raise dependency on twig/twig 1.43 sources from git snapshot --- src/Symfony/Bundle/DebugBundle/composer.json | 2 +- src/Symfony/Bundle/FrameworkBundle/composer.json | 15 ++++++++------- src/Symfony/Bundle/SecurityBundle/composer.json | 4 ++-- src/Symfony/Bundle/TwigBundle/composer.json | 6 +++--- src/Symfony/Bundle/WebProfilerBundle/composer.json | 4 ++-- src/Symfony/Bundle/WebServerBundle/composer.json | 2 +- 6 files changed, 17 insertions(+), 16 deletions(-) (limited to 'src/Symfony/Bundle') diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json index a4f0f03..6837f65 100644 --- a/src/Symfony/Bundle/DebugBundle/composer.json +++ b/src/Symfony/Bundle/DebugBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/debug-bundle", "type": "symfony-bundle", - "description": "Symfony DebugBundle", + "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 7929ccb..72baafd 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/framework-bundle", "type": "symfony-bundle", - "description": "Symfony FrameworkBundle", + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", @@ -27,11 +27,12 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/routing": "^4.4|^5.0" + "symfony/routing": "^4.4.12|^5.1.4" }, "require-dev": { - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", + "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/browser-kit": "^4.3|^5.0", @@ -60,13 +61,13 @@ "symfony/yaml": "^3.4|^4.0|^5.0", "symfony/property-info": "^3.4|^4.0|^5.0", "symfony/web-link": "^4.4|^5.0", - "phpdocumentor/reflection-docblock": "^3.0|^4.0", - "twig/twig": "^1.41|^2.10|^3.0" + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" }, "conflict": { "doctrine/persistence": "<1.3", - "phpdocumentor/reflection-docblock": "<3.0", - "phpdocumentor/type-resolver": "<0.2.1", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/asset": "<3.4", "symfony/browser-kit": "<4.3", diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 0c2987e..872ef66 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/security-bundle", "type": "symfony-bundle", - "description": "Symfony SecurityBundle", + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", @@ -43,7 +43,7 @@ "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", - "twig/twig": "^1.41|^2.10|^3.0" + "twig/twig": "^1.43|^2.13|^3.0.4" }, "conflict": { "symfony/browser-kit": "<4.2", diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 31fdda1..57cf455 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/twig-bundle", "type": "symfony-bundle", - "description": "Symfony TwigBundle", + "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", @@ -21,7 +21,7 @@ "symfony/http-foundation": "^4.3|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-ctype": "~1.8", - "twig/twig": "^1.41|^2.10|^3.0" + "twig/twig": "^1.43|^2.13|^3.0.4" }, "require-dev": { "symfony/asset": "^3.4|^4.0|^5.0", @@ -36,7 +36,7 @@ "symfony/yaml": "^3.4|^4.0|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/web-link": "^3.4|^4.0|^5.0", - "doctrine/annotations": "~1.7", + "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0" }, "conflict": { diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index 13fe207..fd5cd35 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/web-profiler-bundle", "type": "symfony-bundle", - "description": "Symfony WebProfilerBundle", + "description": "Provides a development tool that gives detailed information about the execution of any request", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", @@ -22,7 +22,7 @@ "symfony/http-kernel": "^4.4", "symfony/routing": "^4.3|^5.0", "symfony/twig-bundle": "^4.2|^5.0", - "twig/twig": "^1.41|^2.10|^3.0" + "twig/twig": "^1.43|^2.13|^3.0.4" }, "require-dev": { "symfony/browser-kit": "^4.3|^5.0", diff --git a/src/Symfony/Bundle/WebServerBundle/composer.json b/src/Symfony/Bundle/WebServerBundle/composer.json index b376b07..6575a64 100644 --- a/src/Symfony/Bundle/WebServerBundle/composer.json +++ b/src/Symfony/Bundle/WebServerBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/web-server-bundle", "type": "symfony-bundle", - "description": "Symfony WebServerBundle", + "description": "Provides commands for running applications using the PHP built-in web server", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", -- cgit