File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ preset: symfony
33enabled :
44 - alpha_ordered_imports
55 - short_array_syntax
6+
7+ disabled :
8+ - single_line_throw
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ matrix:
3131 # Test Symfony LTS versions
3232 - php : 7.3
3333 env : DEPENDENCIES="symfony/lts:^3 toflar/psr6-symfony-http-cache-store:^1.0"
34+ - php : 7.3
35+ env : DEPENDENCIES="symfony/lts:^4
3436
3537 # Latest commit to master
3638 - php : 7.3
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
88
99### General
1010
11+ * Support Symfony 5
1112* Use ` LegacyEventDispatcherProxy ` for Symfony >= 4.3 to avoid deprecation messages.
1213
13142.7.0
You can’t perform that action at this time.
0 commit comments