Closed
Description
We don't need to update the Symfony Demo app as soon as Symfony 3 is released, but we need to prepare the application anyway.
TODO list
- Don't use the deprecated "_self" variable in Twig templates (Don't use the deprecated "_self" variable in Twig templates #242)
- Remove YAML configuration files deprecations (Prepare the YAML configuration files for Symfony 3 #246)
- Fix the Form component deprecations for Symfony 3 (Fix the Form component deprecations for Symfony 3 #250)
- Fix the deprecations related to ResourceInterface::isFresh() (Fix the deprecations related to ResourceInterface::isFresh() #251)
- Fix the CSRF token generator deprecation (Use csrf_token_generator instead of deprecated csrf_provider #274)
- Update the use of
_self
in Twig templates (In Twig 2.x, _self is a string instead of a Template instance #322) - ...