Skip to content

Commit

Permalink
feature #1128 Fix compat with Composer 2 by using composer/package-ve…
Browse files Browse the repository at this point in the history
…rsions-deprecated instead of ocramius/package-versions (nicolas-grekas)

This PR was merged into the master branch.

Discussion
----------

Fix compat with Composer 2 by using composer/package-versions-deprecated instead of ocramius/package-versions

As suggested by composer 2 when trying to upgrade deps.

Commits
-------

3cf62b0 Fix compat with Composer 2 by using composer/package-versions-deprecated instead of ocramius/package-versions
  • Loading branch information
javiereguiluz committed Jun 19, 2020
2 parents 662a539 + 3cf62b0 commit ef5abdd
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 217 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"require": {
"php": "^7.2.9",
"ext-pdo_sqlite": "*",
"composer/package-versions-deprecated": "^1.8",
"doctrine/doctrine-bundle": "^1.12|^2.0",
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
"doctrine/orm": "^2.5.11",
Expand Down

0 comments on commit ef5abdd

Please sign in to comment.