Skip to content

Commit

Permalink
Merge pull request #6 from joelpittet/master
Browse files Browse the repository at this point in the history
Added compatibility for composer 2.0.
  • Loading branch information
joachim-n authored Oct 28, 2020
2 parents f9e6fda + e8ec335 commit fef7b88
Show file tree
Hide file tree
Showing 2 changed files with 1,067 additions and 241 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
}
],
"require": {
"composer-plugin-api": "^1.0",
"composer-plugin-api": "^1.0 || ^2.0",
"symfony/yaml": "^3.4 || ^4.2"
},
"require-dev": {
"composer/composer": "~1.0",
"composer/composer": "^1.0 || ^2.0",
"symfony/var-dumper": "^4.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit fef7b88

Please sign in to comment.