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
3
3
enabled :
4
4
- alpha_ordered_imports
5
5
- 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:
31
31
# Test Symfony LTS versions
32
32
- php : 7.3
33
33
env : DEPENDENCIES="symfony/lts:^3 toflar/psr6-symfony-http-cache-store:^1.0"
34
+ - php : 7.3
35
+ env : DEPENDENCIES="symfony/lts:^4
34
36
35
37
# Latest commit to master
36
38
- 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
8
8
9
9
### General
10
10
11
+ * Support Symfony 5
11
12
* Use ` LegacyEventDispatcherProxy ` for Symfony >= 4.3 to avoid deprecation messages.
12
13
13
14
2.7.0
You can’t perform that action at this time.
0 commit comments