Use our own fork for CraueConfigBundle

Mostly to fix utf8mb4 issue
This commit is contained in:
Jeremy Benoist 2018-11-27 11:38:28 +01:00
parent f168642b50
commit 9a8a1bdfdb
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 7 additions and 1 deletions

View 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",
@ -148,6 +148,11 @@
"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"
}
]
}

View 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 {