Updated the namespace to Acme

This commit is contained in:
peterbakker
2020-02-13 09:04:16 +01:00
parent 5a35b6af35
commit 4c7b6b8e60
11 changed files with 26 additions and 21 deletions

View File

@@ -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": "*"
}
}