refactor
Showing
| { | ||
| "name": "integration/hsmcrypto", | ||
| "name": "laravelhsm/hsmcrypto", | ||
| "description": "Laravel HSM Encryption/Decryption via PKCS#11", | ||
| "type": "library", | ||
| "license": "MIT", | ||
| ... | ... | @@ -11,7 +11,7 @@ |
| ], | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Integration\\HsmCrypto\\": "src/" | ||
| "LaravelHsm\\HsmCrypto\\": "src/" | ||
| } | ||
| }, | ||
| "require": { | ||
| ... | ... | @@ -21,10 +21,10 @@ |
| "extra": { | ||
| "laravel": { | ||
| "providers": [ | ||
| "integration\\HsmCrypto\\HsmCryptoServiceProvider" | ||
| "laravelhsm\\HsmCrypto\\HsmCryptoServiceProvider" | ||
| ], | ||
| "aliases": { | ||
| "HsmCrypto": "integration\\HsmCrypto\\Facades\\HsmCrypto" | ||
| "HsmCrypto": "laravelhsm\\HsmCrypto\\Facades\\HsmCrypto" | ||
| } | ||
| } | ||
| } | ||
| ... | ... |
Please
register
or
sign in
to comment