Some @Nostr-PHP updates:
* Added support for PHP 8.5 (and deprecate PHP 8.1)
* Replaced abondoned package leigh/chacha20 with dsbaars/chacha20 thx @Djuri
* Added a example snippet how to use @Vertex profile search: https://github.com/nostrver-se/nostr-php/blob/main/src/Examples/vertex-search-profile.php
1.9.3 release:
#PHP #devstr
GitHub
Release 1.9.3 · nostrver-se/nostr-php
What's Changed
Add support for PHP 8.5 and deprecate PHP 8.1 by @Sebastix in #104, see #102
Replaced abondoned package leigh/chacha20 with dsbaar...