Verified Commit 2c17acb5 authored by Bastien Durel's avatar Bastien Durel
Browse files

add require-dev with symfony/doctrine-bridge & doctrine/dbal

parent 1ce512e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
    "require": {
        "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0"
    },
    "require-dev": {
      "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
      "doctrine/dbal": "^2.7|^3.0"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {