From 8ef69e8fc2b72a67676f53a850ddcc866178ee74 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 17 May 2018 08:56:40 +0200 Subject: [PATCH] Made it clear that the bundle is deprecated in the README file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 879f4d30..34e6c196 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ AsseticBundle ============= The `AsseticBundle` provides integration of the [Assetic](https://github.com/kriswallsmith/assetic) -library into the Symfony2 framework. +library into the Symfony framework (up to Symfony 3.4). + +**CAUTION**: As of Symfony 4.0, Symfony applications should use [Webpack Encore](https://symfony.com/doc/current/frontend.html). More information in the official [documentation](https://symfony.com/doc/current/cookbook/assetic/index.html).