Commit 6cee5ce9 by Mohammad Izzat Johari

composer json

parent 7433d449
{ {
"name": "integration/hsm-crypto", "name": "integration/hsmcrypto",
"description": "Laravel HSM Encryption/Decryption via PKCS#11", "description": "Laravel HSM Encryption/Decryption via PKCS#11",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
], ],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"integration\\HsmCrypto\\": "src/" "Integration\\HsmCrypto\\": "src/"
} }
}, },
"require": { "require": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment