Skip to content

Commit

Permalink
[BUGFIX] Fix logical OR operator
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Jul 27, 2020
1 parent fb64ad8 commit f8aef93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"homepage": "https://typo3.org/",
"keywords": ["php", "phar", "stream-wrapper", "security"],
"require": {
"php": "^5.3.3|^7.0",
"php": "^5.3.3 || ^7.0",
"ext-json": "*",
"brumann/polyfill-unserialize": "^1.0|^2.0"
"brumann/polyfill-unserialize": "^1.0 || ^2.0"
},
"require-dev": {
"ext-xdebug": "*",
Expand Down

0 comments on commit f8aef93

Please sign in to comment.