Skip to content

Commit 04da47a

Browse files
committed
// Changed package name
// Added info to .gitignore
1 parent 9432556 commit 04da47a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ $RECYCLE.BIN/
4545
Network Trash Folder
4646
Temporary Items
4747
.apdisk
48+
49+
50+
# =========================
51+
# IDE folder
52+
# =========================
53+
.idea
54+
nbproject

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "danieltoader/crypttor",
2+
"name": "hvnlabs/php-crypttor",
33
"description": "A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt",
44
"version": "1.0.0-rc1",
55
"license": "MIT",

0 commit comments

Comments
 (0)