mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
Updated the namespace to Acme
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Afosto\\LetsEncrypt\\": "./src"
|
||||
"Afosto\\Acme\\": "./src"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
"league/flysystem": "^1.0"
|
||||
"league/flysystem": "^1.0",
|
||||
"ext-openssl": "*",
|
||||
"ext-json": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user