Skip to content

Commit df65a51

Browse files
committed
Change the bundle name in composer.json
1 parent 364c772 commit df65a51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sidus/encryption-bundle",
2+
"name": "cleverage/encryption-bundle",
33
"description": "The EncryptionBundle allows you to store encrypted files and data in Doctrine's entity in a very simple way",
44
"keywords": [
55
"encryption",
@@ -35,5 +35,8 @@
3535
"psr-4": {
3636
"Sidus\\EncryptionBundle\\": ""
3737
}
38+
},
39+
"conflict": {
40+
"sidus/encryption-bundle": "*"
3841
}
3942
}

0 commit comments

Comments
 (0)