Skip to content

Commit

Permalink
replace dependency to doctrine/orm by doctrine/dbal (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcr authored Nov 8, 2019
1 parent 206eeae commit 099cdd6
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 @@ -37,7 +37,7 @@
},
"require": {
"php": "^7.1",
"doctrine/orm": "^2.4.5",
"doctrine/dbal": "^2.0",
"seld/signal-handler": "^1.0",
"symfony/config": "^3.4||^4.0",
"symfony/console": "^3.4||^4.0",
Expand Down

0 comments on commit 099cdd6

Please sign in to comment.