mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Use our own fork for CraueConfigBundle
Mostly to fix utf8mb4 issue
This commit is contained in:
parent
f168642b50
commit
9a8a1bdfdb
2 changed files with 7 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
"kphoen/rulerz-bundle": "~0.13",
|
"kphoen/rulerz-bundle": "~0.13",
|
||||||
"guzzlehttp/guzzle": "^5.3.1",
|
"guzzlehttp/guzzle": "^5.3.1",
|
||||||
"doctrine/doctrine-migrations-bundle": "^1.3",
|
"doctrine/doctrine-migrations-bundle": "^1.3",
|
||||||
"craue/config-bundle": "~2.0",
|
"craue/config-bundle": "dev-utf8mb4",
|
||||||
"mnapoli/piwik-twig-extension": "^1.0",
|
"mnapoli/piwik-twig-extension": "^1.0",
|
||||||
"ocramius/proxy-manager": "^1.0.2",
|
"ocramius/proxy-manager": "^1.0.2",
|
||||||
"white-october/pagerfanta-bundle": "^1.1",
|
"white-october/pagerfanta-bundle": "^1.1",
|
||||||
|
@ -148,6 +148,11 @@
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/Daniel-KM/PHPePub",
|
"url": "https://github.com/Daniel-KM/PHPePub",
|
||||||
"comment": "The most up-to-date PHPePub as of now"
|
"comment": "The most up-to-date PHPePub as of now"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/wallabag/CraueConfigBundle",
|
||||||
|
"comment": "To handle utf8mb4 field size"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,6 +62,7 @@ class InstallCommandTest extends WallabagCoreTestCase
|
||||||
$databasePath = getenv('TEST_DATABASE_PATH');
|
$databasePath = getenv('TEST_DATABASE_PATH');
|
||||||
// Remove variable environnement
|
// Remove variable environnement
|
||||||
putenv('TEST_DATABASE_PATH');
|
putenv('TEST_DATABASE_PATH');
|
||||||
|
|
||||||
if ($databasePath && file_exists($databasePath)) {
|
if ($databasePath && file_exists($databasePath)) {
|
||||||
unlink($databasePath);
|
unlink($databasePath);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue