Skip to content

Commit

Permalink
Try out doctrine/common w/o deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Dec 30, 2019
1 parent 33e6cf1 commit eb41263
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"require": {
"php": "^7.1",
"doctrine/common": "dev-address-persistence-deprecations as v2.11.0",
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0",
"doctrine/orm": "^2.6.0",
Expand All @@ -46,5 +47,12 @@
"branch-alias": {
"dev-master": "3.3.x-dev"
}
},
"repositories": {
"greg0ire": {
"type": "vcs",
"url": "https://github.com/greg0ire/common",
"no-api": true
}
}
}

0 comments on commit eb41263

Please sign in to comment.