Skip to content

Commit cef40a6

Browse files
author
Sander
authored
Use the correct logical OR (||) instead of the old one
1 parent 13bca97 commit cef40a6

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
@@ -21,7 +21,7 @@
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,
2323
"require": {
24-
"php": "^7.4 | ^8.0",
24+
"php": "^7.4 || ^8.0",
2525
"gedmo/doctrine-extensions": "^2.4",
2626
"friendsofsymfony/jsrouting-bundle": "^2",
2727
"tijsverkoyen/css-to-inline-styles": "^2.2",

0 commit comments

Comments
 (0)