From dab2a915f600eb1b4e8f5a61328b5da73af26081 Mon Sep 17 00:00:00 2001 From: Adam Kasperczak Date: Mon, 29 Nov 2021 08:24:07 +0100 Subject: [PATCH] remove 7.4 from composer and from builds --- .github/workflows/application.yml | 6 +++--- .github/workflows/packages.yml | 2 +- UPGRADE-1.11.md | 4 ++++ composer.json | 2 +- src/Sylius/Bundle/AddressingBundle/composer.json | 2 +- src/Sylius/Bundle/AdminBundle/composer.json | 2 +- src/Sylius/Bundle/ApiBundle/composer.json | 2 +- src/Sylius/Bundle/AttributeBundle/composer.json | 2 +- src/Sylius/Bundle/ChannelBundle/composer.json | 2 +- src/Sylius/Bundle/CoreBundle/composer.json | 2 +- src/Sylius/Bundle/CurrencyBundle/composer.json | 2 +- src/Sylius/Bundle/CustomerBundle/composer.json | 2 +- src/Sylius/Bundle/InventoryBundle/composer.json | 2 +- src/Sylius/Bundle/LocaleBundle/composer.json | 2 +- src/Sylius/Bundle/MoneyBundle/composer.json | 2 +- src/Sylius/Bundle/OrderBundle/composer.json | 2 +- src/Sylius/Bundle/PaymentBundle/composer.json | 2 +- src/Sylius/Bundle/PayumBundle/composer.json | 2 +- src/Sylius/Bundle/ProductBundle/composer.json | 2 +- src/Sylius/Bundle/PromotionBundle/composer.json | 2 +- src/Sylius/Bundle/ReviewBundle/composer.json | 2 +- src/Sylius/Bundle/ShippingBundle/composer.json | 2 +- src/Sylius/Bundle/ShopBundle/composer.json | 2 +- src/Sylius/Bundle/TaxationBundle/composer.json | 2 +- src/Sylius/Bundle/TaxonomyBundle/composer.json | 2 +- src/Sylius/Bundle/UiBundle/composer.json | 2 +- src/Sylius/Bundle/UserBundle/composer.json | 2 +- src/Sylius/Component/Addressing/composer.json | 2 +- src/Sylius/Component/Attribute/composer.json | 2 +- src/Sylius/Component/Channel/composer.json | 2 +- src/Sylius/Component/Core/composer.json | 2 +- src/Sylius/Component/Currency/composer.json | 2 +- src/Sylius/Component/Customer/composer.json | 2 +- src/Sylius/Component/Inventory/composer.json | 2 +- src/Sylius/Component/Locale/composer.json | 2 +- src/Sylius/Component/Order/composer.json | 2 +- src/Sylius/Component/Payment/composer.json | 2 +- src/Sylius/Component/Product/composer.json | 2 +- src/Sylius/Component/Promotion/composer.json | 2 +- src/Sylius/Component/Review/composer.json | 2 +- src/Sylius/Component/Shipping/composer.json | 2 +- src/Sylius/Component/Taxation/composer.json | 2 +- src/Sylius/Component/Taxonomy/composer.json | 2 +- src/Sylius/Component/User/composer.json | 2 +- 44 files changed, 49 insertions(+), 45 deletions(-) diff --git a/.github/workflows/application.yml b/.github/workflows/application.yml index 27be0dee92d..8aa71146e3b 100644 --- a/.github/workflows/application.yml +++ b/.github/workflows/application.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.4", "8.0"] + php: ["8.0"] symfony: ["^4.4", "5.3.*"] steps: @@ -326,7 +326,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.4", "8.0"] + php: ["8.0"] symfony: ["^4.4", "5.3.*"] node: ["14.x"] mysql: ["5.7", "8.0"] @@ -457,7 +457,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.4", "8.0"] + php: ["8.0"] symfony: ["^4.4", "5.3.*"] node: ["14.x"] mysql: ["5.7", "8.0"] diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index b806634ed77..cd9c637b8d3 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.4", "8.0"] + php: ["8.0"] symfony: ["^4.4", "5.3.*"] package: "${{ fromJson(needs.list.outputs.packages) }}" diff --git a/UPGRADE-1.11.md b/UPGRADE-1.11.md index 3f96b898d8d..9099effa834 100644 --- a/UPGRADE-1.11.md +++ b/UPGRADE-1.11.md @@ -1,5 +1,9 @@ # UPGRADE FROM `v1.10.X` TO `v1.11.0` +### Drop support for PHP 7.4 + +Due to the drop of support PHP `7.4` Sylius also will not support it since version `1.11`. + ### Potential BC-break In Sylius we are using WinzouStateMachine where as example `sylius_order` state machine has declared 14 callbacks on one state. diff --git a/composer.json b/composer.json index 289e4d822b9..9cc4d779c70 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-exif": "*", "ext-fileinfo": "*", "ext-gd": "*", diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 375fc301212..a8d86b1b1f1 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/addressing": "^1.6", "sylius/resource-bundle": "^1.7", diff --git a/src/Sylius/Bundle/AdminBundle/composer.json b/src/Sylius/Bundle/AdminBundle/composer.json index 3775e61b0d3..abeaa33e60b 100644 --- a/src/Sylius/Bundle/AdminBundle/composer.json +++ b/src/Sylius/Bundle/AdminBundle/composer.json @@ -30,7 +30,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/core-bundle": "^1.6", "sylius/ui-bundle": "^1.6", "symfony/framework-bundle": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/ApiBundle/composer.json b/src/Sylius/Bundle/ApiBundle/composer.json index ad9f0d8e75b..c0b74792f76 100644 --- a/src/Sylius/Bundle/ApiBundle/composer.json +++ b/src/Sylius/Bundle/ApiBundle/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/dbal": "^2.7", "api-platform/core": "^2.6", "lexik/jwt-authentication-bundle": "^2.6", diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 4e898d0cd9c..9dd64612aa9 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ramsey/uuid": "^3.9", "stof/doctrine-extensions-bundle": "^1.4", "sylius/attribute": "^1.6", diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 16abd4b25ac..682470c7dfe 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/channel": "^1.6", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2" diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 02c068c7fbe..0007e3bbc95 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/doctrine-migrations-bundle": "^3.0", "egulias/email-validator": "^3.0", "fakerphp/faker": "^1.10", diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index 73a3e5cb21c..908c8c08ced 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/currency": "^1.6", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index b59bce286e9..eb98b36ae88 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -35,7 +35,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/orm": "^2.7", "egulias/email-validator": "^3.0", "sylius/customer": "^1.6", diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index d9855758723..382e57e07df 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/inventory": "^1.6", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index f4a172a5a54..a7bf364f8c7 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/locale": "^1.6", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index 1d389584213..9622e132e83 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2", "symfony/intl": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index 0f9101dd476..94c84c88f3f 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius-labs/polyfill-symfony-framework-bundle": "^1.0", "sylius/money-bundle": "^1.6", diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index 5230ca12aa2..af0f73876d7 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/payment": "^1.6", "sylius/resource-bundle": "^1.7", "symfony/framework-bundle": "^4.4 || ^5.2" diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index ddee02e4acf..a295ab52ecb 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "payum/payum": "^1.6", "payum/payum-bundle": "^2.4", "php-http/guzzle6-adapter": "^2.0", diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index 7ded48b857f..3392ed67f4c 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/attribute-bundle": "^1.6", "sylius/locale-bundle": "^1.6", diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 07c53e73bfb..3c8da75b35d 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/money-bundle": "^1.6", "sylius/promotion": "^1.6", diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index f3ba2311ff7..57026b3e255 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -38,7 +38,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/mailer-bundle": "^1.4", "sylius/resource-bundle": "^1.7", diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index e41cd1e7864..8a37ad4b142 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/money-bundle": "^1.6", "sylius/resource-bundle": "^1.7", diff --git a/src/Sylius/Bundle/ShopBundle/composer.json b/src/Sylius/Bundle/ShopBundle/composer.json index dfa4a9dc2e1..18b0a9673d6 100644 --- a/src/Sylius/Bundle/ShopBundle/composer.json +++ b/src/Sylius/Bundle/ShopBundle/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/core-bundle": "^1.6", "sylius/ui-bundle": "^1.6", "symfony/framework-bundle": "^4.4 || ^5.2", diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index d268d315195..c65c414fad4 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/registry": "^1.5", "sylius/resource-bundle": "^1.7", diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 1baa305968a..4507dfed7cc 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/resource-bundle": "^1.7", "sylius/taxonomy": "^1.6", diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index 40a5cb8b6ea..fe30ed43fc5 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/collections": "^1.6", "knplabs/knp-menu": "^3.1", "knplabs/knp-menu-bundle": "^3.0", diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index c576f0e5b9e..cd00e4ce955 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -37,7 +37,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/orm": "^2.7", "egulias/email-validator": "^3.0", "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 636771c5d92..37656c80b44 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/registry": "^1.5", "sylius/resource": "^1.7", "symfony/intl": "^4.4 || ^5.2" diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index e10e062bee1..6dd47e422cd 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/collections": "^1.6", "sylius/registry": "^1.5", "sylius/resource": "^1.7", diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index 93a3ccefa74..d82f87ac4c0 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource": "^1.7", "symfony/form": "^4.4 || ^5.2", "symfony/http-foundation": "^4.4 || ^5.2", diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index 0cd4068b02b..da9e0236cbf 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "knplabs/gaufrette": "^0.8", "payum/payum": "^1.6", "php-http/guzzle6-adapter": "^2.0", diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index 36b5fd0e23e..ee154eadb92 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource": "^1.7", "symfony/intl": "^4.4 || ^5.2", "laminas/laminas-stdlib": "^3.2" diff --git a/src/Sylius/Component/Customer/composer.json b/src/Sylius/Component/Customer/composer.json index e8b97dcd179..645c8c8cfff 100644 --- a/src/Sylius/Component/Customer/composer.json +++ b/src/Sylius/Component/Customer/composer.json @@ -31,7 +31,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/collections": "^1.6", "sylius/resource": "^1.0" }, diff --git a/src/Sylius/Component/Inventory/composer.json b/src/Sylius/Component/Inventory/composer.json index b2d835a2893..bd6edc93dc0 100644 --- a/src/Sylius/Component/Inventory/composer.json +++ b/src/Sylius/Component/Inventory/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource": "^1.7", "webmozart/assert": "^1.8" }, diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index 22ee3844427..1891ba5fb5b 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource": "^1.7", "symfony/intl": "^4.4 || ^5.2", "laminas/laminas-stdlib": "^3.2" diff --git a/src/Sylius/Component/Order/composer.json b/src/Sylius/Component/Order/composer.json index a96efe89b0d..e6055c4e8a0 100644 --- a/src/Sylius/Component/Order/composer.json +++ b/src/Sylius/Component/Order/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/resource": "^1.7", "webmozart/assert": "^1.8", "laminas/laminas-stdlib": "^3.2" diff --git a/src/Sylius/Component/Payment/composer.json b/src/Sylius/Component/Payment/composer.json index 144c06d7c4b..84672a817dc 100644 --- a/src/Sylius/Component/Payment/composer.json +++ b/src/Sylius/Component/Payment/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/registry": "^1.5", "sylius/resource": "^1.7" }, diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index 993ad0b95b7..622948f75f6 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "behat/transliterator": "^1.1", "sylius/attribute": "^1.6", "sylius/resource": "^1.7", diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index e1171fdd5d0..771fc709545 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/orm": "^2.5", "sylius/registry": "^1.5", "sylius/resource": "^1.7" diff --git a/src/Sylius/Component/Review/composer.json b/src/Sylius/Component/Review/composer.json index fd3f22b62f3..423247c8bfa 100644 --- a/src/Sylius/Component/Review/composer.json +++ b/src/Sylius/Component/Review/composer.json @@ -37,7 +37,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/collections": "^1.6", "sylius/resource": "^1.7" }, diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index 3853e4ae6d7..638bdb5f58d 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/registry": "^1.5", "sylius/resource": "^1.7", "symfony/options-resolver": "^4.4 || ^5.2" diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index 8a344a308b0..1ea73e4e142 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -28,7 +28,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "sylius/registry": "^1.5", "sylius/resource": "^1.7" }, diff --git a/src/Sylius/Component/Taxonomy/composer.json b/src/Sylius/Component/Taxonomy/composer.json index 978cb38ab83..21214272ee6 100644 --- a/src/Sylius/Component/Taxonomy/composer.json +++ b/src/Sylius/Component/Taxonomy/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "behat/transliterator": "^1.3", "sylius/resource": "^1.7", "webmozart/assert": "^1.8" diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index 802bc38103c..9b4d1a9e388 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -33,7 +33,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "doctrine/collections": "^1.6", "sylius-labs/polyfill-symfony-security": "^1.0", "sylius/resource": "^1.7",