]> Raphaƫl G. Git Repositories - airlibre/blobdiff - composer.json
Fix requires
[airlibre] / composer.json
index 8b3caae8c9a26ad42da08dff8f21249a843df36e..a3e5dd13c64deb7bafe8024904554501c52cba12 100644 (file)
@@ -56,7 +56,7 @@
                     }
                 },
                 "require": {
-                    "doctrine/doctrine-bundle": "^4.3",
+                    "doctrine/doctrine-bundle": "^1.11",
                     "symfony/form": "^4.3",
                     "symfony/framework-bundle": "^4.3",
                     "symfony/security-bundle": "^4.3",
                     }
                 },
                 "require": {
-                    "doctrine/doctrine-bundle": "^4.3",
+                    "doctrine/doctrine-bundle": "^1.11",
+                    "doctrine/doctrine-fixtures-bundle": "^3.2",
+                    "doctrine/orm": "^2.6",
                     "symfony/form": "^4.3",
                     "symfony/framework-bundle": "^4.3",
+                    "symfony/mailer": "^4.3",
+                    "symfony/profiler-pack": "^1.0",
                     "symfony/security-bundle": "^4.3",
                     "symfony/translation": "^4.3",
                     "symfony/twig-bundle": "^4.3",
                     "symfony/validator": "^4.3",
-                    "swiftmailer/swiftmailer-bundle": "^3.3",
-                    "twig/extensions": "^1.5"
+                    "twig/extensions": "^1.5",
+                    "twig/html-extra": "^2.12"
                 },
                 "require-dev": {
-                    "doctrine/doctrine-fixtures-bundle": "^3.2"
+                    "doctrine/doctrine-migrations-bundle": "^2.0",
+                    "symfony/maker-bundle": "^1.14",
+                    "symfony/web-profiler-bundle": "^4.3"
                 }
             }
         }