mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[SF7] Uniform package versions
This commit is contained in:
parent
77bcb452cb
commit
238aa2e636
4 changed files with 9 additions and 10 deletions
5
.github/workflows/ci_static-checks.yaml
vendored
5
.github/workflows/ci_static-checks.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue