feat: make package
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name" : "gbili/dotenv",
|
||||
"description" : "load .env file env variables into $_SERVER",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "Guillermo",
|
||||
"email" : "mail@guillermo.at"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {"Gbili\\" : "src/"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user