Skip to content

Commit 959d427

Browse files
committed
update composer.json
1 parent c862a16 commit 959d427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"authors": [
1818
{
1919
"name": "Milad Rahimi",
20-
"email": "[email protected]"
20+
"email": "[email protected]",
21+
"homepage": "https://miladrahimi.com"
2122
}
2223
],
2324
"require": {
@@ -29,7 +30,7 @@
2930
"phpunit/phpunit": "^7|^8|^9"
3031
},
3132
"suggest": {
32-
"ext-sodium": "Optional description of what this extension provides."
33+
"ext-sodium": "Sodium extension is required for EdDSA algortihms"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)