Skip to content

Commit 19082d4

Browse files
authored
Update to support http 2.0 (#6)
* Update to support http 2.0 * Update to support http 2.0
1 parent 3b75812 commit 19082d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=7.1",
1313
"packaged/config": "~1.4",
14-
"packaged/http": "~1.3",
14+
"packaged/http": "~1.3||~2.0",
1515
"packaged/event": "~1.0",
1616
"packaged/helpers": "~2.0"
1717
},

0 commit comments

Comments
 (0)