Skip to content

Commit 685333c

Browse files
committed
Use proper “or” syntax in composer.json
1 parent 882030f commit 685333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"require": {
37-
"php": "^7.2|^8.0",
37+
"php": "^7.2 || ^8.0",
3838
"behat/transliterator": "~1.2",
3939
"doctrine/annotations": "^1.2",
4040
"doctrine/cache": "^1.0",

0 commit comments

Comments
 (0)