Skip to content

Commit

Permalink
Merge pull request #321 from hussainweb/1.x
Browse files Browse the repository at this point in the history
Add support for Composer version 2
  • Loading branch information
cweagans committed Sep 10, 2020
2 parents 2e6f72a + 6d9b472 commit bba9dab
Show file tree
Hide file tree
Showing 3 changed files with 1,198 additions and 180 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": ">=5.3.0",
"composer-plugin-api": "^1.0"
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "~1.0",
"composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6"
},
"autoload": {
Expand Down

0 comments on commit bba9dab

Please sign in to comment.