Skip to content

Commit

Permalink
minor PHP-CS-Fixer#5048 Allow composer/semver ^2.0 and ^3.0 (thomasva…
Browse files Browse the repository at this point in the history
…rgiu)

This PR was merged into the 2.15 branch.

Discussion
----------

Allow composer/semver ^2.0 and ^3.0

Allow composer/semver ^2.0 and ^3.0.

This will allow usage of composer 2.0.

This PR replace PR PHP-CS-Fixer#4935 since there is no activity on that PR.

Commits
-------

5e32c78 Allow composer/semver ^2.0 and ^3.0
  • Loading branch information
SpacePossum committed Jul 10, 2020
2 parents 8606f29 + 5e32c78 commit 5cd5a19
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 @@ -17,7 +17,7 @@
"php": "^5.6 || ^7.0",
"ext-json": "*",
"ext-tokenizer": "*",
"composer/semver": "^1.4",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.2",
"doctrine/annotations": "^1.2",
"php-cs-fixer/diff": "^1.3",
Expand Down

0 comments on commit 5cd5a19

Please sign in to comment.