composer json
Showing
| { | ||
| "name": "integration/hsm-crypto", | ||
| "name": "integration/hsmcrypto", | ||
| "description": "Laravel HSM Encryption/Decryption via PKCS#11", | ||
| "type": "library", | ||
| "license": "MIT", | ||
| ... | ... | @@ -11,7 +11,7 @@ |
| ], | ||
| "autoload": { | ||
| "psr-4": { | ||
| "integration\\HsmCrypto\\": "src/" | ||
| "Integration\\HsmCrypto\\": "src/" | ||
| } | ||
| }, | ||
| "require": { | ||
| ... | ... |
Please
register
or
sign in
to comment