]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Use our own fork for CraueConfigBundle
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 27 Nov 2018 10:38:28 +0000 (11:38 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 28 Nov 2018 21:04:55 +0000 (22:04 +0100)
Mostly to fix utf8mb4 issue

composer.json
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php

index 4f60956767ebe8a0e7583fce11ed1924a364f840..405b1188777359006e6d62ddf3330091d0445cff 100644 (file)
@@ -73,7 +73,7 @@
         "kphoen/rulerz-bundle": "~0.13",
         "guzzlehttp/guzzle": "^5.3.1",
         "doctrine/doctrine-migrations-bundle": "^1.3",
-        "craue/config-bundle": "~2.0",
+        "craue/config-bundle": "dev-utf8mb4",
         "mnapoli/piwik-twig-extension": "^1.0",
         "ocramius/proxy-manager": "^1.0.2",
         "white-october/pagerfanta-bundle": "^1.1",
             "type": "vcs",
             "url": "https://github.com/Daniel-KM/PHPePub",
             "comment": "The most up-to-date PHPePub as of now"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/CraueConfigBundle",
+            "comment": "To handle utf8mb4 field size"
         }
     ]
 }
index bd351b187fd2671480c9a5bc262b600e26c572d7..0868540842c7cb6de9b5fb16b9c9e05d5c753518 100644 (file)
@@ -62,6 +62,7 @@ class InstallCommandTest extends WallabagCoreTestCase
         $databasePath = getenv('TEST_DATABASE_PATH');
         // Remove variable environnement
         putenv('TEST_DATABASE_PATH');
+
         if ($databasePath && file_exists($databasePath)) {
             unlink($databasePath);
         } else {