Skip to content

Commit 15126a9

Browse files
committed
Changed the single pipe | to double to be inline with the rest of the repositorie
1 parent 25832dc commit 15126a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"require": {
2020
"php": "^5.6 || ^7.0",
2121
"simple-bus/message-bus": "~2.0",
22-
"symfony/http-kernel": "~2.3|~3.0",
23-
"symfony/dependency-injection": "~2.3|~3.0",
24-
"symfony/yaml": "~2.3|~3.0",
25-
"symfony/config": "~2.3|~3.0"
22+
"symfony/http-kernel": "~2.3 || ~3.0",
23+
"symfony/dependency-injection": "~2.3 || ~3.0",
24+
"symfony/yaml": "~2.3 || ~3.0",
25+
"symfony/config": "~2.3 || ~3.0"
2626
},
2727
"suggest": {
2828
"simple-bus/doctrine-orm-bridge": "For integration with Doctrine ORM",
@@ -35,8 +35,8 @@
3535
"simple-bus/doctrine-orm-bridge": "~4.0",
3636
"doctrine/orm": "~2.3",
3737
"doctrine/doctrine-bundle": "~1.0",
38-
"symfony/monolog-bridge": "~2.3|~3.0",
39-
"symfony/monolog-bundle": "~2.3|~3.0"
38+
"symfony/monolog-bridge": "~2.3 || ~3.0",
39+
"symfony/monolog-bundle": "~2.3 || ~3.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)