Skip to content

Commit

Permalink
Fix packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Oct 5, 2022
1 parent bc7abda commit 1bcbb48
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AddressingBundle/composer.json
Expand Up @@ -37,7 +37,7 @@
"twig/twig": "^1.0 || ^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6",
Expand Down
4 changes: 2 additions & 2 deletions src/Sylius/Bundle/AttributeBundle/composer.json
Expand Up @@ -27,14 +27,14 @@
],
"require": {
"php": "^8.0",
"ramsey/uuid": "^3.9",
"ramsey/uuid": "^4.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/attribute": "^1.6",
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
"symfony/framework-bundle": "^5.4 || ^6.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"symfony/browser-kit": "^5.4 || ^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ChannelBundle/composer.json
Expand Up @@ -31,7 +31,7 @@
"symfony/framework-bundle": "^5.4 || ^6.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CurrencyBundle/composer.json
Expand Up @@ -36,7 +36,7 @@
"twig/twig": "^1.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CustomerBundle/composer.json
Expand Up @@ -36,7 +36,7 @@
],
"require": {
"php": "^8.0",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"egulias/email-validator": "^3.1",
"sylius/customer": "^1.6",
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/InventoryBundle/composer.json
Expand Up @@ -37,7 +37,7 @@
"twig/twig": "^1.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/LocaleBundle/composer.json
Expand Up @@ -36,7 +36,7 @@
"twig/twig": "^1.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"friendsofphp/proxy-manager-lts": "^1.0.7",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/MoneyBundle/composer.json
Expand Up @@ -36,7 +36,7 @@
"twig/twig": "^1.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/OrderBundle/composer.json
Expand Up @@ -40,7 +40,7 @@
"twig/twig": "^1.0 || ^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PaymentBundle/composer.json
Expand Up @@ -35,7 +35,7 @@
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ProductBundle/composer.json
Expand Up @@ -35,7 +35,7 @@
"symfony/framework-bundle": "^5.4 || ^6.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"mockery/mockery": "^1.4",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PromotionBundle/composer.json
Expand Up @@ -40,7 +40,7 @@
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShippingBundle/composer.json
Expand Up @@ -40,7 +40,7 @@
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxationBundle/composer.json
Expand Up @@ -38,7 +38,7 @@
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxonomyBundle/composer.json
Expand Up @@ -38,7 +38,7 @@
"twig/twig": "^3.0"
},
"require-dev": {
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^8.5",
"symfony/dependency-injection": "^5.4 || ^6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UserBundle/composer.json
Expand Up @@ -38,7 +38,7 @@
],
"require": {
"php": "^8.0",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"egulias/email-validator": "^3.1",
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Promotion/composer.json
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"php": "^8.0",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.13",
"sylius/registry": "^1.5",
"sylius/resource": "^1.9 || ^1.10@alpha"
},
Expand Down

0 comments on commit 1bcbb48

Please sign in to comment.