Skip to content

Commit e4309c7

Browse files
author
Willem Oostendorp
committed
Changed the single pipes to double pipes as the single pipes are deprecated
1 parent f614d52 commit e4309c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
8-
"symfony/workflow": "^3.3 | ^4.0",
9-
"symfony/process": "^3.3 | ^4.0",
8+
"symfony/workflow": "^3.3 || ^4.0",
9+
"symfony/process": "^3.3 || ^4.0",
1010
"symfony/event-dispatcher": "^4.0",
11-
"illuminate/console": "5.3.* | 5.4.* | 5.5.* | 5.6.*",
12-
"illuminate/support": "5.3.* | 5.4.* | 5.5.* | 5.6.*"
11+
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
12+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -36,6 +36,6 @@
3636
},
3737
"require-dev": {
3838
"mockery/mockery": "^0.9.8",
39-
"phpunit/phpunit": "^6.0 | ~7.0"
39+
"phpunit/phpunit": "^6.0 || ~7.0"
4040
}
4141
}

0 commit comments

Comments
 (0)