Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit d71fa0f

Browse files
authored
Merge pull request #730 from localheinz/fix/or
Fix: Use double pipe for specifying alternate PHP versions
2 parents f9dee61 + 5acd1c1 commit d71fa0f

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.6|^7.0",
15+
"php": "^5.6 || ^7.0",
1616
"paragonie/random_compat": "^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)