Skip to content

Commit

Permalink
>php8.2 support for using valtzu/guzzle-websocket-middleware package …
Browse files Browse the repository at this point in the history
…as a Http/Guzzle middleware
  • Loading branch information
Sebastix committed Oct 16, 2024
1 parent a3f45b3 commit 0d6caa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ vendor/
/website/content/.vitepress/dist/
/website/content/.vitepress/cache/
/website/node_modules/
/private
/test*.*
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
"chat": "https://t.me/nostr_php"
},
"require": {
"php": ">=8.1 <8.4",
"php": ">=8.2 <8.4",
"ext-gmp": "*",
"ext-xml": "*",
"bitwasp/bech32": "^0.0.1",
"phrity/websocket": "^3.0",
"simplito/elliptic-php": "^1.0",
"uma/phpecc": "^0.1.3"
"uma/phpecc": "^0.1.3",
"valtzu/guzzle-websocket-middleware": "^0.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.51",
Expand All @@ -44,7 +45,7 @@
],
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"sort-packages": true
},
Expand Down

0 comments on commit 0d6caa4

Please sign in to comment.