Skip to content

Commit

Permalink
Replace ocramius/package-versions with composer/package-versions-depr…
Browse files Browse the repository at this point in the history
…ecated

composer/package-versions-deprecated is a fully-compatible fork of
ocramius/package-versions which provides compatibility with Composer 1
and 2 on PHP 7+. It replaces ocramius/package-versions so if you have
a dependency requiring it and you want to use Composer v2 but can not
upgrade to PHP 7.4 just yet, you can require this package instead.
  • Loading branch information
rybakit committed Jan 3, 2021
1 parent df3ced0 commit 2bf77cf
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 @@ -13,7 +13,7 @@
"require": {
"php": "^7.1|^8",
"composer/semver": "^1.5",
"ocramius/package-versions": "^1.4",
"composer/package-versions-deprecated": "^1.4",
"rybakit/msgpack": "^0.7",
"rybakit/phpunit-extras": "^0.2",
"symfony/expression-language": "^3.3|^4|^5",
Expand Down

0 comments on commit 2bf77cf

Please sign in to comment.