Skip to content

Commit

Permalink
Merge pull request #30 from nusphere/master
Browse files Browse the repository at this point in the history
Instead of Unpack the Pack - use tags for update strategies
  • Loading branch information
nicolas-grekas authored Jul 14, 2020
2 parents 7dd2ed9 + 93d911c commit 46aa731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "A pack for the Doctrine ORM",
"require": {
"composer/package-versions-deprecated": "*",
"doctrine/orm": "^2",
"doctrine/doctrine-bundle": "^2",
"doctrine/doctrine-migrations-bundle": "^2"
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-migrations-bundle": "*"
}
}

0 comments on commit 46aa731

Please sign in to comment.