Skip to content

Commit 44f12b9

Browse files
authored
add php 8.3 (#16)
* add php 8.3 * update composer.json
1 parent 93b1ef0 commit 44f12b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- php: '8.0'
1010
- php: '8.1'
1111
- php: '8.2'
12+
- php: '8.3'
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout

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)