From c04741108e45c6e8d7797d05361ab108f50ead66 Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 24 Jan 2025 17:26:32 +0100 Subject: [PATCH] Chore(demo): Upgrade symfony/webpack-encore-bundle from 1.16 to 2.2 --- apps/web-twig-demo/composer.json | 2 +- apps/web-twig-demo/composer.lock | 39 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/apps/web-twig-demo/composer.json b/apps/web-twig-demo/composer.json index f3981dab0b..5f3ca63622 100644 --- a/apps/web-twig-demo/composer.json +++ b/apps/web-twig-demo/composer.json @@ -26,7 +26,7 @@ "symfony/framework-bundle": "^6.4", "symfony/runtime": "^6.4", "symfony/twig-bundle": "^6.4", - "symfony/webpack-encore-bundle": "^1.16", + "symfony/webpack-encore-bundle": "^2.2", "symfony/yaml": "^6.4" }, "config": { diff --git a/apps/web-twig-demo/composer.lock b/apps/web-twig-demo/composer.lock index 4bd94b5d98..3baf9f75c1 100644 --- a/apps/web-twig-demo/composer.lock +++ b/apps/web-twig-demo/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": "b103fe9dfeacba01d96f1a1878d0288d", + "content-hash": "ea25f01e1e0d16cb71aa100d7b3a25f3", "packages": [ { "name": "lmc/spirit-web-twig-bundle", @@ -3077,33 +3077,32 @@ }, { "name": "symfony/webpack-encore-bundle", - "version": "v1.17.2", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/webpack-encore-bundle.git", - "reference": "471ebbc03072dad6e31840dc317bc634a32785f5" + "reference": "e335394b68a775a9b2bd173a8ba4fd2001f3870c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/471ebbc03072dad6e31840dc317bc634a32785f5", - "reference": "471ebbc03072dad6e31840dc317bc634a32785f5", + "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/e335394b68a775a9b2bd173a8ba4fd2001f3870c", + "reference": "e335394b68a775a9b2bd173a8ba4fd2001f3870c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/asset": "^4.4 || ^5.0 || ^6.0", - "symfony/config": "^4.4 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", - "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", - "symfony/polyfill-php80": "^1.25.0", - "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0" + "php": ">=8.1.0", + "symfony/asset": "^5.4 || ^6.2 || ^7.0", + "symfony/config": "^5.4 || ^6.2 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.2 || ^7.0", + "symfony/http-kernel": "^5.4 || ^6.2 || ^7.0", + "symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0" }, "require-dev": { - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.3 || ^6.0", - "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/web-link": "^4.4 || ^5.0 || ^6.0" + "symfony/framework-bundle": "^5.4 || ^6.2 || ^7.0", + "symfony/http-client": "^5.4 || ^6.2 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.2 || ^7.0", + "symfony/twig-bundle": "^5.4 || ^6.2 || ^7.0", + "symfony/web-link": "^5.4 || ^6.2 || ^7.0" }, "type": "symfony-bundle", "extra": { @@ -3127,10 +3126,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Integration with your Symfony app & Webpack Encore!", + "description": "Integration of your Symfony app with Webpack Encore", "support": { "issues": "https://github.com/symfony/webpack-encore-bundle/issues", - "source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.17.2" + "source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.2.0" }, "funding": [ { @@ -3146,7 +3145,7 @@ "type": "tidelift" } ], - "time": "2023-09-26T14:36:28+00:00" + "time": "2024-10-02T07:27:19+00:00" }, { "name": "symfony/yaml",