Skip to content

Commit a284cfb

Browse files
committed
change logical or constraint syntax from single to double pipe
1 parent 228cfb7 commit a284cfb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"keywords": ["php", "pecl-extensions", "tools"],
55
"type": "project",
66
"require": {
7-
"php": "^7.4|^8.0",
7+
"php": "^7.4 || ^8.0",
88
"ext-json": "*",
99
"composer-runtime-api": "^2.0",
1010
"doctrine/collections": "^1.6.5",
11-
"symfony/config": "^4.4|^5.0",
12-
"symfony/console": "^4.4|^5.0",
13-
"symfony/dependency-injection": "^4.4|^5.0",
14-
"symfony/event-dispatcher": "^4.4|^5.0",
15-
"symfony/finder": "^4.4|^5.0",
16-
"symfony/process": "^4.4|^5.0",
17-
"symfony/stopwatch": "^4.4|^5.0"
11+
"symfony/config": "^4.4 || ^5.0",
12+
"symfony/console": "^4.4 || ^5.0",
13+
"symfony/dependency-injection": "^4.4 || ^5.0",
14+
"symfony/event-dispatcher": "^4.4 || ^5.0",
15+
"symfony/finder": "^4.4 || ^5.0",
16+
"symfony/process": "^4.4 || ^5.0",
17+
"symfony/stopwatch": "^4.4 || ^5.0"
1818
},
1919
"bin": ["bin/toolkit.php", "bin/devkit.php"],
2020
"autoload": {

0 commit comments

Comments
 (0)