Skip to content

Commit

Permalink
Merge pull request #17 from creative-commoners/pull/1/deps-pipe
Browse files Browse the repository at this point in the history
DEP Use double pipe for requirements
  • Loading branch information
emteknetnz authored Nov 11, 2020
2 parents 374f223 + 01c9b45 commit da7ccb0
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 da7ccb0

Please sign in to comment.