We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432556 commit 04da47aCopy full SHA for 04da47a
.gitignore
@@ -45,3 +45,10 @@ $RECYCLE.BIN/
45
Network Trash Folder
46
Temporary Items
47
.apdisk
48
+
49
50
+# =========================
51
+# IDE folder
52
53
+.idea
54
+nbproject
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "danieltoader/crypttor",
+ "name": "hvnlabs/php-crypttor",
3
"description": "A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt",
4
"version": "1.0.0-rc1",
5
"license": "MIT",
0 commit comments