We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b1ef0 commit 44f12b9Copy full SHA for 44f12b9
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ jobs:
9
- php: '8.0'
10
- php: '8.1'
11
- php: '8.2'
12
+ - php: '8.3'
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
composer.json
@@ -17,7 +17,8 @@
17
"authors": [
18
{
19
"name": "Milad Rahimi",
20
- "email": "[email protected]"
+ "email": "[email protected]",
21
+ "homepage": "https://miladrahimi.com"
22
}
23
],
24
"require": {
@@ -29,7 +30,7 @@
29
30
"phpunit/phpunit": "^7|^8|^9"
31
},
32
"suggest": {
- "ext-sodium": "Optional description of what this extension provides."
33
+ "ext-sodium": "Sodium extension is required for EdDSA algortihms"
34
35
"autoload": {
36
"psr-4": {
0 commit comments