Skip to content

Commit

Permalink
Add compatibility with composer/semver 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylry committed Jan 22, 2021
1 parent 0529ec8 commit c5ba501
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 @@ -5,7 +5,7 @@
"keywords": ["security", "dependencies", "checker"],
"license": "GPL-2.0-or-later",
"require": {
"composer/semver": "^1.5",
"composer/semver": "^1.5 || ^3.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit c5ba501

Please sign in to comment.