Skip to content

Commit 5cc8b01

Browse files
authored
Merge pull request #469 from FriendsOfSymfony/test-symfony-4-5
prepare release
2 parents e5db02b + 1f1c020 commit 5cc8b01

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.styleci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ preset: symfony
33
enabled:
44
- alpha_ordered_imports
55
- short_array_syntax
6+
7+
disabled:
8+
- single_line_throw

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1314
2.7.0

0 commit comments

Comments
 (0)