Skip to content

Commit 3669eb7

Browse files
committed
build: composer prefers || instead of |
1 parent 9ddb4b5 commit 3669eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "LGPL-3.0-or-later",
66
"require": {
77
"php": ">=7.3",
8-
"symfony/process": "^4.4|^5.0"
8+
"symfony/process": "^4.4||^5.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)