File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 165165FrameworkBundle
166166---------------
167167
168+ * The ` doctrine/cache ` dependency has been removed; require it via `composer
169+ require doctrine/cache` if you are using Doctrine cache in your project.
170+
168171 * The ` cache:clear ` command should always be called with the ` --no-warmup ` option.
169172 Warmup should be done via the ` cache:warmup ` command.
170173
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ CHANGELOG
443.4.0
55-----
66
7+ * Removed ` doctrine/cache ` from the list of required dependencies in ` composer.json `
8+ * Deprecated ` validator.mapping.cache.doctrine.apc ` service
79* Deprecated using the ` KERNEL_DIR ` environment variable with ` KernelTestCase::getKernelClass() ` .
810* Deprecated the ` KernelTestCase::getPhpUnitXmlDir() ` and ` KernelTestCase::getPhpUnitCliConfigArgument() ` methods.
911
Original file line number Diff line number Diff line change 2929 "symfony/filesystem" : " ~2.8|~3.0|~4.0" ,
3030 "symfony/finder" : " ~2.8|~3.0|~4.0" ,
3131 "symfony/routing" : " ~3.4|~4.0" ,
32- "symfony/stopwatch" : " ~2.8|~3.0|~4.0" ,
33- "doctrine/cache" : " ~1.0"
32+ "symfony/stopwatch" : " ~2.8|~3.0|~4.0"
3433 },
3534 "require-dev" : {
35+ "doctrine/cache" : " ~1.0" ,
3636 "fig/link-util" : " ^1.0" ,
3737 "symfony/asset" : " ~3.3|~4.0" ,
3838 "symfony/browser-kit" : " ~2.8|~3.0|~4.0" ,
You can’t perform that action at this time.
0 commit comments