http: inits php composer
This commit is contained in:
@@ -1 +1,2 @@
|
||||
out
|
||||
vendor
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "joeacnet/http",
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JoeacNet\\Http\\": "php/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Joe Carstairs",
|
||||
"email": "me@joeac.net"
|
||||
}
|
||||
]
|
||||
}
|
||||
Generated
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "752c91265ea3414ab13b2ff0f8925706",
|
||||
"packages": [
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user