Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 9e24786

Browse files
committed
Upload
1 parent 9eb311b commit 9e24786

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NanoSalt
22

3-
Nano [NaCl](http://nacl.cr.yp.to/) cryptography library for PHP
3+
[NaCl](http://nacl.cr.yp.to/) cryptography library for PHP
44

55
This repository is a Composer-ready version of [devi/Salt](https://github.com/devi/Salt) and [jaimehgb/Salt](https://github.com/jaimehgb/Salt)
66

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name" : "mikerow/nanosalt",
2+
"name" : "mikerow/salt",
33
"type" : "library",
4-
"description" : "Nano NaCl cryptography library for PHP",
4+
"description" : "NaCl cryptography library for PHP",
55
"keywords" : [
66
"Nano",
77
"Salt",
@@ -22,7 +22,7 @@
2222
],
2323
"autoload" : {
2424
"psr-4" : {
25-
"MikeRow\\NanoSalt\\" : "src/"
25+
"MikeRow\\Salt\\" : "src/"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)