- The Symfony 2.0 support has been dropped.
- All annotations have been disabled by default.
- The
annotations
configuration sub-level has been removed.
Before:
widop_framework_extra:
xml_http_request:
annotations: true
json_template:
annotations: true
After:
widop_framework_extra:
xml_http_request: true
json_template: true