Skip to content

Commit

Permalink
Merge pull request #3 from Ayesh/composer2
Browse files Browse the repository at this point in the history
Update composer/composer version constraint to support Composer 2
  • Loading branch information
cweagans authored Jul 24, 2020
2 parents 064b8d8 + b532b0f commit 2ef48f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=5.4.0"
},
"require-dev": {
"composer/composer": "~1.0",
"composer/composer": "~1.0 || ^2.0",
"phpunit/phpunit": "~5.7",
"satooshi/php-coveralls": "~1.0"
},
Expand Down

0 comments on commit 2ef48f3

Please sign in to comment.