From d176d196a2bc7459f030e8195bdb3871c7f9ec00 Mon Sep 17 00:00:00 2001 From: Laurent Calvet Date: Wed, 1 Jun 2022 14:01:41 +0200 Subject: [PATCH] enh(dependencies): Update of some PHP libraries (#11184) --- composer.json | 14 +++-- composer.lock | 147 +++++++++----------------------------------------- symfony.lock | 6 --- 3 files changed, 36 insertions(+), 131 deletions(-) diff --git a/composer.json b/composer.json index c92631fca64..ab2fb746de5 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,11 @@ "centreon/centreon-test-lib": "20.10.x-dev", "sensiolabs/security-checker": "^6.0", "symfony/var-dumper": "4.4.*", - "symfony/profiler-pack": "^1.0", "phpstan/phpstan": "^0.12.38", - "webmozart/assert": "^1.8" + "webmozart/assert": "^1.8", + "symfony/stopwatch": "4.4.*", + "symfony/twig-bundle": "4.4.*", + "symfony/web-profiler-bundle": "4.4.*" }, "require": { "php": ">=7.2", @@ -55,7 +57,6 @@ "symfony/security-bundle": "4.4.*", "symfony/yaml": "4.4.*", "symfony/options-resolver": "4.4.*", - "symfony/serializer-pack": "^1.0", "symfony/maker-bundle": "^1.11", "nelmio/cors-bundle": "^2.1", "symfony/validator": "4.4.*", @@ -67,7 +68,12 @@ "symfony/http-client": "4.4.*", "dragonmantank/cron-expression": "3.0.1", "ext-pdo": "*", - "enshrined/svg-sanitize": "^0.14.0" + "enshrined/svg-sanitize": "^0.14.0", + "doctrine/annotations": "^1.0", + "phpdocumentor/reflection-docblock": "^5.2", + "symfony/property-access": "4.4.*", + "symfony/property-info": "4.4.*", + "symfony/serializer": "4.4.*" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 68c9fdffed8..1cf1cfcb0db 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": "0f828931844f0d285fe022a52fc796bc", + "content-hash": "d97aa9683a8e8600c7a80d0ad7725e1a", "packages": [ { "name": "curl/curl", @@ -1721,27 +1721,22 @@ }, { "name": "smarty/smarty", - "version": "v2.6.31", + "version": "v2.6.33", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49" + "reference": "533fa2abe308dcc009c7bdab977d530b32408346" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49", - "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/533fa2abe308dcc009c7bdab977d530b32408346", + "reference": "533fa2abe308dcc009c7bdab977d530b32408346", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6.x-dev" - } - }, "autoload": { "classmap": [ "libs/Smarty.class.php", @@ -1772,9 +1767,9 @@ "forum": "http://www.smarty.net/forums/", "irc": "irc://irc.freenode.org/smarty", "issues": "http://code.google.com/p/smarty-php/issues/list", - "source": "https://github.com/smarty-php/smarty/tree/Smarty2" + "source": "https://github.com/smarty-php/smarty/tree/v2.6.33" }, - "time": "2017-11-03T06:39:13+00:00" + "time": "2021-10-23T12:46:52+00:00" }, { "name": "symfony/cache", @@ -2888,16 +2883,16 @@ }, { "name": "symfony/framework-bundle", - "version": "v4.4.26", + "version": "v4.4.37", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "fb29db31d6a1bb69271009c47ce19d59c6fef25a" + "reference": "5ae3655a69ac8b6a7bf46ce2b1e04b7be2ec05c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/fb29db31d6a1bb69271009c47ce19d59c6fef25a", - "reference": "fb29db31d6a1bb69271009c47ce19d59c6fef25a", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5ae3655a69ac8b6a7bf46ce2b1e04b7be2ec05c7", + "reference": "5ae3655a69ac8b6a7bf46ce2b1e04b7be2ec05c7", "shasum": "" }, "require": { @@ -2912,6 +2907,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", "symfony/routing": "^4.4.12|^5.1.4" }, "conflict": { @@ -2951,7 +2947,7 @@ "symfony/browser-kit": "^4.3|^5.0", "symfony/console": "^4.4.21|^5.0", "symfony/css-selector": "^3.4|^4.0|^5.0", - "symfony/dom-crawler": "^4.3|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", "symfony/dotenv": "^4.3.6|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/form": "^4.3.5|^5.0", @@ -3013,7 +3009,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v4.4.26" + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.37" }, "funding": [ { @@ -3029,7 +3025,7 @@ "type": "tidelift" } ], - "time": "2021-06-28T15:39:02+00:00" + "time": "2022-01-12T11:20:14+00:00" }, { "name": "symfony/http-client", @@ -4973,53 +4969,6 @@ ], "time": "2021-06-05T20:22:57+00:00" }, - { - "name": "symfony/serializer-pack", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/serializer-pack.git", - "reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/61173947057d5e1bf1c79e2a6ab6a8430be0602e", - "reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e", - "shasum": "" - }, - "require": { - "doctrine/annotations": "^1.0", - "phpdocumentor/reflection-docblock": "*", - "symfony/property-access": "*", - "symfony/property-info": "*", - "symfony/serializer": "*" - }, - "type": "symfony-pack", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A pack for the Symfony serializer", - "support": { - "issues": "https://github.com/symfony/serializer-pack/issues", - "source": "https://github.com/symfony/serializer-pack/tree/v1.0.4" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-19T08:52:16+00:00" - }, { "name": "symfony/service-contracts", "version": "v1.1.9", @@ -9214,51 +9163,6 @@ ], "time": "2021-06-22T09:18:56+00:00" }, - { - "name": "symfony/profiler-pack", - "version": "v1.0.5", - "source": { - "type": "git", - "url": "https://github.com/symfony/profiler-pack.git", - "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7", - "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7", - "shasum": "" - }, - "require": { - "symfony/stopwatch": "*", - "symfony/twig-bundle": "*", - "symfony/web-profiler-bundle": "*" - }, - "type": "symfony-pack", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A pack for the Symfony web profiler", - "support": { - "issues": "https://github.com/symfony/profiler-pack/issues", - "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-08-12T06:50:46+00:00" - }, { "name": "symfony/stopwatch", "version": "v4.4.25", @@ -9654,31 +9558,32 @@ }, { "name": "twig/twig", - "version": "v2.13.1", + "version": "v2.15.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "57e96259776ddcacf1814885fc3950460c8e18ef" + "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/57e96259776ddcacf1814885fc3950460c8e18ef", - "reference": "57e96259776ddcacf1814885fc3950460c8e18ef", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", + "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.8" }, "require-dev": { "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.13-dev" + "dev-master": "2.15-dev" } }, "autoload": { @@ -9717,7 +9622,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.13.1" + "source": "https://github.com/twigphp/Twig/tree/v2.15.1" }, "funding": [ { @@ -9729,7 +9634,7 @@ "type": "tidelift" } ], - "time": "2020-08-05T15:09:04+00:00" + "time": "2022-05-17T05:46:24+00:00" }, { "name": "zircote/swagger-php", @@ -9825,5 +9730,5 @@ "platform-overrides": { "php": "7.2" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" } diff --git a/symfony.lock b/symfony.lock index 5be61da7580..170a1dfe45b 100644 --- a/symfony.lock +++ b/symfony.lock @@ -481,9 +481,6 @@ "symfony/polyfill-php81": { "version": "v1.23.0" }, - "symfony/profiler-pack": { - "version": "v1.0.5" - }, "symfony/property-access": { "version": "v4.4.25" }, @@ -531,9 +528,6 @@ "symfony/serializer": { "version": "v4.4.26" }, - "symfony/serializer-pack": { - "version": "v1.0.4" - }, "symfony/service-contracts": { "version": "v1.1.9" },