Skip to content

Commit f8f3882

Browse files
committed
file encrypt and decrypt support
Signed-off-by: rahul <[email protected]>
1 parent cd9334c commit f8f3882

File tree

6 files changed

+572
-460
lines changed

6 files changed

+572
-460
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
],
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=8.1"
19+
"php": ">8.2",
20+
"ext-sodium": "*",
21+
"ext-ctype": "*"
2022
},
2123
"require-dev": {
22-
"phpunit/phpunit": "^10.3",
23-
"squizlabs/php_codesniffer": "^3.7"
24+
"phpunit/phpunit": "^10",
25+
"squizlabs/php_codesniffer": "^3.7"
2426
}
2527
}

0 commit comments

Comments
 (0)