We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9aecd5 commit f14910dCopy full SHA for f14910d
CHANGELOG.md
@@ -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
@@ -12,10 +12,10 @@
12
"require": {
13
"psr/http-server-handler": "^1.0",
14
"react/http": "^1.2",
15
- "symfony/runtime": "^5.3"
+ "symfony/runtime": "^5.3 || ^6.0"
16
},
17
"require-dev": {
18
- "symfony/phpunit-bridge": "^5.2"
+ "symfony/phpunit-bridge": "^5.3"
19
20
"autoload": {
21
"psr-4": {
0 commit comments