Skip to content

Commit

Permalink
minor #12297 Bump up requirements to PHP 7.4 (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.10-dev branch.

Discussion
----------

This will take effect in Sylius 1.10, not 1.9.

Commits
-------

9651d1b Bump up requirements to PHP 7.4
  • Loading branch information
pamil committed Feb 1, 2021
2 parents ef56150 + 9651d1b commit cccd224
Show file tree
Hide file tree
Showing 44 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
php: [7.4]
symfony: [^4.4, ^5.2]

steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
php: [7.4]
symfony: [^4.4, ^5.2]
mysql: [5.7]

Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
php: [7.4]
symfony: [^4.4, ^5.2]
node: [10.x]
mysql: [5.7]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
php: [7.4]
symfony: [^4.4, ^5.2]
package: "${{ fromJson(needs.list.outputs.packages) }}"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AddressingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/addressing": "^1.6",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AdminApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AdminBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/core-bundle": "^1.6",
"sylius/ui-bundle": "^1.6",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"api-platform/core": "^2.5",
"sylius/core-bundle": "^1.7",
"symfony/messenger": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AttributeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"ramsey/uuid": "^3.9",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/attribute": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ChannelBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/channel": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/doctrine-migrations-bundle": "^3.0",
"egulias/email-validator": "^2.1",
"fzaninotto/faker": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CurrencyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/currency": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CustomerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"sylius/customer": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/InventoryBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/inventory": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/LocaleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/locale": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/MoneyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2",
"symfony/intl": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/OrderBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
"sylius/money-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/payment": "^1.6",
"sylius/resource-bundle": "^1.7",
"symfony/framework-bundle": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PayumBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"payum/payum": "^1.6",
"payum/payum-bundle": "^2.4",
"php-http/guzzle6-adapter": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ProductBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/attribute-bundle": "^1.6",
"sylius/locale-bundle": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PromotionBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/money-bundle": "^1.6",
"sylius/promotion": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ReviewBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/mailer-bundle": "^1.4",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/money-bundle": "^1.6",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShopBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/core-bundle": "^1.6",
"sylius/ui-bundle": "^1.6",
"symfony/framework-bundle": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/registry": "^1.5",
"sylius/resource-bundle": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxonomyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius/resource-bundle": "^1.7",
"sylius/taxonomy": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/collections": "^1.6",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/orm": "^2.7",
"egulias/email-validator": "^2.1",
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Addressing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Attribute/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/collections": "^1.6",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Channel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource": "^1.7",
"symfony/form": "^4.4 || ^5.2",
"symfony/http-foundation": "^4.4 || ^5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"knplabs/gaufrette": "^0.8",
"payum/payum": "^1.6",
"php-http/guzzle6-adapter": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Currency/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2",
"zendframework/zend-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Customer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/collections": "^1.6",
"sylius/resource": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Inventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource": "^1.7",
"webmozart/assert": "^1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Locale/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource": "^1.7",
"symfony/intl": "^4.4 || ^5.2",
"zendframework/zend-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Order/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/resource": "^1.7",
"webmozart/assert": "^1.8",
"zendframework/zend-stdlib": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Product/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"behat/transliterator": "^1.1",
"sylius/attribute": "^1.6",
"sylius/resource": "^1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Promotion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/orm": "^2.5",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Review/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"doctrine/collections": "^1.6",
"sylius/resource": "^1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Shipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
"symfony/options-resolver": "^4.4 || ^5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Taxation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7"
},
Expand Down
Loading

0 comments on commit cccd224

Please sign in to comment.