first commit

This commit is contained in:
675061370@qq.com
2024-04-04 21:28:09 +08:00
commit fe9661855e
4192 changed files with 618218 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "jaeger/g-http",
"description": "Simple Http client base on GuzzleHttp",
"license": "MIT",
"authors": [
{
"name": "Jaeger",
"email": "JaegerCode@gmail.com"
}
],
"require": {
"cache/filesystem-adapter": "^1",
"guzzlehttp/guzzle": "^6.0 || ^7.0"
},
"autoload":{
"psr-4":{
"Jaeger\\":"src"
}
}
}