Skip to content

Commit f14910d

Browse files
authored
Adding support for Symfony 6 (#56)
* Adding support for Symfony 6 * Updated changelogs
1 parent f9aecd5 commit f14910d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
## [NOT RELEASED]
4+
5+
### Added
6+
7+
- Add support for Symfony 6
8+
9+
## 0.1.0
10+
11+
First version

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require": {
1313
"psr/http-server-handler": "^1.0",
1414
"react/http": "^1.2",
15-
"symfony/runtime": "^5.3"
15+
"symfony/runtime": "^5.3 || ^6.0"
1616
},
1717
"require-dev": {
18-
"symfony/phpunit-bridge": "^5.2"
18+
"symfony/phpunit-bridge": "^5.3"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)