mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Use a double pipe as a logical OR in composer.json files
This commit is contained in:
parent
296bbf9003
commit
9f34538fea
3 changed files with 5 additions and 5 deletions
|
|
@ -41,8 +41,8 @@
|
|||
"friendsofsymfony/rest-bundle": "^3.0",
|
||||
"gedmo/doctrine-extensions": "^2.4.12 || ^3.0",
|
||||
"jms/serializer-bundle": "^3.5",
|
||||
"knplabs/gaufrette": "^0.8|^0.9|^0.10|^0.11",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7|^0.8",
|
||||
"knplabs/gaufrette": "^0.8 || ^0.9 || ^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",
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
"egulias/email-validator": "^3.0",
|
||||
"fakerphp/faker": "^1.10",
|
||||
"jms/serializer-bundle": "^3.5",
|
||||
"knplabs/gaufrette": "^0.8|^0.9|^0.10|^0.11",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7|^0.8",
|
||||
"knplabs/gaufrette": "^0.8 || ^0.9 || ^0.10 || ^0.11",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8",
|
||||
"liip/imagine-bundle": "^2.3",
|
||||
"sonata-project/block-bundle": "^4.2",
|
||||
"swiftmailer/swiftmailer": "^6.2",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"enshrined/svg-sanitize": "^0.15.4",
|
||||
"knplabs/gaufrette": "^0.8|^0.9|^0.10|^0.11",
|
||||
"knplabs/gaufrette": "^0.8 || ^0.9 || ^0.10 || ^0.11",
|
||||
"payum/payum": "^1.6",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"sylius/addressing": "^1.6",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue