From 238aa2e6364700a25bfb226dda1f42beabfa0b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Fri, 6 Sep 2024 13:58:09 +0200 Subject: [PATCH] [SF7] Uniform package versions --- .github/workflows/ci_static-checks.yaml | 5 ++--- composer.json | 10 +++++----- src/Sylius/Bundle/CoreBundle/composer.json | 2 +- src/Sylius/Bundle/UiBundle/composer.json | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_static-checks.yaml b/.github/workflows/ci_static-checks.yaml index d51c203593..78b5b4f185 100644 --- a/.github/workflows/ci_static-checks.yaml +++ b/.github/workflows/ci_static-checks.yaml @@ -117,9 +117,8 @@ jobs: - name: Validate Yaml files run: bin/console lint:yaml src -# TODO Uncomment this (disabled temporarily to add SF7 support package per package) -# - name: Validate Package versions -# run: vendor/bin/monorepo-builder validate + - name: Validate Package versions + run: vendor/bin/monorepo-builder validate - name: Run PHPArkitect run: vendor/bin/phparkitect check diff --git a/composer.json b/composer.json index bd3ab2fd86..f1af4583f2 100644 --- a/composer.json +++ b/composer.json @@ -51,13 +51,13 @@ "gedmo/doctrine-extensions": "^3.2", "guzzlehttp/guzzle": "^6.5 || ^7.0", "guzzlehttp/psr7": "^2.5", - "jms/serializer-bundle": "^4.2", + "jms/serializer-bundle": "^5.0", "knplabs/gaufrette": "^0.10 || ^0.11", "knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8", "knplabs/knp-menu": "^3.1", "knplabs/knp-menu-bundle": "^3.0", "laminas/laminas-stdlib": "^3.3.1", - "league/flysystem-bundle": "^2.4", + "league/flysystem-bundle": "^3.3", "lexik/jwt-authentication-bundle": "^2.11", "liip/imagine-bundle": "^2.10", "nyholm/psr7": "^1.6", @@ -216,13 +216,13 @@ "hwi/oauth-bundle": "^1.1 || ^2.0@beta", "jangregor/phpstan-prophecy": "^1.0", "lchrusciel/api-test-case": "^5.0", - "matthiasnoback/symfony-config-test": "^4.2", - "matthiasnoback/symfony-dependency-injection-test": "^4.2", + "matthiasnoback/symfony-config-test": "^5.1", + "matthiasnoback/symfony-dependency-injection-test": "^5.1", "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.4", "payum/paypal-express-checkout-nvp": "^1.7.3", "payum/stripe": "^1.7.3", - "phparkitect/phparkitect": "^0.2.9", + "phparkitect/phparkitect": "^0.3", "phpspec/phpspec": "^7.2", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.6", diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 436a2df4ca..a4c57d55f2 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -46,7 +46,7 @@ "sylius/currency-bundle": "^2.0", "sylius/customer-bundle": "^2.0", "sylius/fixtures-bundle": "^1.8", - "sylius/grid-bundle": "^1.12 || dev-symfony-7", + "sylius/grid-bundle": "^1.12", "sylius/inventory-bundle": "^2.0", "sylius/locale-bundle": "^2.0", "sylius/mailer-bundle": "^2.0", diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index aca6afeadf..bd1d39af37 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -34,7 +34,7 @@ "knplabs/knp-menu-bundle": "^3.0", "sonata-project/block-bundle": "^4.2 || ^5.0", "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", - "sylius/grid-bundle": "^1.12 || dev-symfony-7", + "sylius/grid-bundle": "^1.12", "symfony/config": "^6.4.0 || ^7.0", "symfony/expression-language": "^6.4.0 || ^7.0", "symfony/framework-bundle": "^6.4.1 || ^7.0",