Initial commit

This commit is contained in:
2019-12-07 15:03:02 +01:00
commit e02e43217c
9 changed files with 375 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "joopschilder/php-http2",
"authors": [
{
"name": "Joop Schilder",
"email": "jnmschilder@protonmail.com"
}
],
"autoload": {
"psr-4": {
"JoopSchilder\\Http2\\": [
"src"
]
}
},
"require": {
"ext-curl": "*"
}
}