Skip to content

Commit b1ca5fe

Browse files
committed
composer OR
1 parent e006c7f commit b1ca5fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Acme example plugin for Sylius.",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.3 || ^8.0",
8+
"php": "^7.3|^8.0",
99
"sylius/sylius": "^1.8"
1010
},
1111
"require-dev": {
@@ -20,16 +20,16 @@
2020
"friends-of-behat/suite-settings-extension": "^1.0",
2121
"friends-of-behat/symfony-extension": "^2.1",
2222
"friends-of-behat/variadic-extension": "^1.3",
23-
"lakion/mink-debug-extension": "^1.2.3 || ^2.0",
23+
"lakion/mink-debug-extension": "^1.2.3|^2.0",
2424
"phpspec/phpspec": "^6.1",
2525
"phpstan/extension-installer": "^1.0",
26-
"phpstan/phpstan": "0.12.25 || ^1.0",
27-
"phpstan/phpstan-doctrine": "0.12.13 || ^1.0",
28-
"phpstan/phpstan-strict-rules": "^0.12.0 || ^1.0",
29-
"phpstan/phpstan-webmozart-assert": "0.12.4 || ^1.0",
26+
"phpstan/phpstan": "0.12.25|^1.0",
27+
"phpstan/phpstan-doctrine": "0.12.13|^1.0",
28+
"phpstan/phpstan-strict-rules": "^0.12.0|^1.0",
29+
"phpstan/phpstan-webmozart-assert": "0.12.4|^1.0",
3030
"phpunit/phpunit": "^8.5",
3131
"sensiolabs/security-checker": "^6.0",
32-
"sylius-labs/coding-standard": "^3.1 || ^4.2",
32+
"sylius-labs/coding-standard": "^3.1|^4.2",
3333
"symfony/browser-kit": "^4.4",
3434
"symfony/debug-bundle": "^4.4|^5.0",
3535
"symfony/dotenv": "^4.4|^5.0",

0 commit comments

Comments
 (0)