[SF7] Uniform package versions

This commit is contained in:
Loïc Frémont 2024-09-06 13:58:09 +02:00 committed by Grzegorz Sadowski
parent 77bcb452cb
commit 238aa2e636
4 changed files with 9 additions and 10 deletions

View file

@ -117,9 +117,8 @@ jobs:
- name: Validate Yaml files - name: Validate Yaml files
run: bin/console lint:yaml src run: bin/console lint:yaml src
# TODO Uncomment this (disabled temporarily to add SF7 support package per package) - name: Validate Package versions
# - name: Validate Package versions run: vendor/bin/monorepo-builder validate
# run: vendor/bin/monorepo-builder validate
- name: Run PHPArkitect - name: Run PHPArkitect
run: vendor/bin/phparkitect check run: vendor/bin/phparkitect check

View file

@ -51,13 +51,13 @@
"gedmo/doctrine-extensions": "^3.2", "gedmo/doctrine-extensions": "^3.2",
"guzzlehttp/guzzle": "^6.5 || ^7.0", "guzzlehttp/guzzle": "^6.5 || ^7.0",
"guzzlehttp/psr7": "^2.5", "guzzlehttp/psr7": "^2.5",
"jms/serializer-bundle": "^4.2", "jms/serializer-bundle": "^5.0",
"knplabs/gaufrette": "^0.10 || ^0.11", "knplabs/gaufrette": "^0.10 || ^0.11",
"knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8", "knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8",
"knplabs/knp-menu": "^3.1", "knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0", "knplabs/knp-menu-bundle": "^3.0",
"laminas/laminas-stdlib": "^3.3.1", "laminas/laminas-stdlib": "^3.3.1",
"league/flysystem-bundle": "^2.4", "league/flysystem-bundle": "^3.3",
"lexik/jwt-authentication-bundle": "^2.11", "lexik/jwt-authentication-bundle": "^2.11",
"liip/imagine-bundle": "^2.10", "liip/imagine-bundle": "^2.10",
"nyholm/psr7": "^1.6", "nyholm/psr7": "^1.6",
@ -216,13 +216,13 @@
"hwi/oauth-bundle": "^1.1 || ^2.0@beta", "hwi/oauth-bundle": "^1.1 || ^2.0@beta",
"jangregor/phpstan-prophecy": "^1.0", "jangregor/phpstan-prophecy": "^1.0",
"lchrusciel/api-test-case": "^5.0", "lchrusciel/api-test-case": "^5.0",
"matthiasnoback/symfony-config-test": "^4.2", "matthiasnoback/symfony-config-test": "^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.2", "matthiasnoback/symfony-dependency-injection-test": "^5.1",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.4", "mockery/mockery": "^1.4",
"payum/paypal-express-checkout-nvp": "^1.7.3", "payum/paypal-express-checkout-nvp": "^1.7.3",
"payum/stripe": "^1.7.3", "payum/stripe": "^1.7.3",
"phparkitect/phparkitect": "^0.2.9", "phparkitect/phparkitect": "^0.3",
"phpspec/phpspec": "^7.2", "phpspec/phpspec": "^7.2",
"phpspec/prophecy-phpunit": "^2.0", "phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.6", "phpstan/phpstan": "^1.6",

View file

@ -46,7 +46,7 @@
"sylius/currency-bundle": "^2.0", "sylius/currency-bundle": "^2.0",
"sylius/customer-bundle": "^2.0", "sylius/customer-bundle": "^2.0",
"sylius/fixtures-bundle": "^1.8", "sylius/fixtures-bundle": "^1.8",
"sylius/grid-bundle": "^1.12 || dev-symfony-7", "sylius/grid-bundle": "^1.12",
"sylius/inventory-bundle": "^2.0", "sylius/inventory-bundle": "^2.0",
"sylius/locale-bundle": "^2.0", "sylius/locale-bundle": "^2.0",
"sylius/mailer-bundle": "^2.0", "sylius/mailer-bundle": "^2.0",

View file

@ -34,7 +34,7 @@
"knplabs/knp-menu-bundle": "^3.0", "knplabs/knp-menu-bundle": "^3.0",
"sonata-project/block-bundle": "^4.2 || ^5.0", "sonata-project/block-bundle": "^4.2 || ^5.0",
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", "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/config": "^6.4.0 || ^7.0",
"symfony/expression-language": "^6.4.0 || ^7.0", "symfony/expression-language": "^6.4.0 || ^7.0",
"symfony/framework-bundle": "^6.4.1 || ^7.0", "symfony/framework-bundle": "^6.4.1 || ^7.0",