File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 3333 "replace" : {
3434 "nexusphp/clock" : " self.version" ,
3535 "nexusphp/collection" : " self.version" ,
36+ "nexusphp/encryption" : " self.version" ,
3637 "nexusphp/option" : " self.version" ,
3738 "nexusphp/password" : " self.version" ,
3839 "nexusphp/phpstan-nexus" : " self.version" ,
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " nexusphp/encryption" ,
3+ "description" : " The Nexus Encryption library." ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
6+ "keywords" : [
7+ " nexus" ,
8+ " encryption"
9+ ],
10+ "authors" : [
11+ {
12+ "name" : " John Paul E. Balandan, CPA" ,
13+ "email" : " paulbalandan@gmail.com"
14+ }
15+ ],
16+ "support" : {
17+ "issues" : " https://github.com/NexusPHP/framework/issues" ,
18+ "source" : " https://github.com/NexusPHP/framework"
19+ },
20+ "require" : {
21+ "php" : " ^8.3" ,
22+ "ext-mbstring" : " *" ,
23+ "ext-sodium" : " *" ,
24+ "nexusphp/suppression" : " ^1.0"
25+ },
26+ "minimum-stability" : " dev" ,
27+ "prefer-stable" : true ,
28+ "autoload" : {
29+ "psr-4" : {
30+ "Nexus\\ Encryption\\ " : " "
31+ }
32+ },
33+ "config" : {
34+ "optimize-autoloader" : true ,
35+ "preferred-install" : " dist" ,
36+ "sort-packages" : true
37+ }
38+ }
You can’t perform that action at this time.
0 commit comments