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:
1.9.3 release:
#PHP #devstr
GitHub
nostr-php/src/Examples/vertex-search-profile.php at main ยท nostrver-se/nostr-php
PHP helper library for Nostr https://nostr-php.dev - nostrver-se/nostr-php
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...