Skip to content

Commit

Permalink
DEP Use double pipe for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 11, 2020
1 parent 374f223 commit 01c9b45
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 @@ -22,10 +22,10 @@
"lint-clean": "phpcbf src/"
},
"require": {
"composer-plugin-api": "^1.1|^2"
"composer-plugin-api": "^1.1 || ^2"
},
"require-dev": {
"composer/composer": "^1.2|2"
"composer/composer": "^1.2 || 2"
},
"minimum-stability": "dev"
}

0 comments on commit 01c9b45

Please sign in to comment.