]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix bad loading fixtures 2132/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 22 Jun 2016 21:15:09 +0000 (23:15 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 22 Jun 2016 21:15:17 +0000 (23:15 +0200)
Since doctrine/data-fixtures 1.2.0 fixtures seems to be badly loaded.
No time for investigate but reverting back to 1.1.* is fixing issues.

composer.json

index 90f3fd1de3d10db71117e3be5bcfa83ee0151397..f3bd7893ef781e28f9f1e16d9c2b3c7560a77056 100644 (file)
@@ -85,6 +85,7 @@
     },
     "require-dev": {
         "doctrine/doctrine-fixtures-bundle": "~2.2",
+        "doctrine/data-fixtures": "~1.1.1",
         "sensio/generator-bundle": "^3.0",
         "phpunit/phpunit": "~4.4",
         "symfony/phpunit-bridge": "^3.0",