Why Nostr? What is Njump?
2024-07-05 15:09:38
in reply to

Sebastix on Nostr: Those are managed with composer. Nostr-php only contains the composer.json (so no ...

Those are managed with composer.

Nostr-php only contains the composer.json (so no composer.lock file) so you're always downloading the latest version of the dependencies defined in that composer.json file.
To update your existing project, run `composer update -W`

If you're still stuck, remove the vendor map first with `rm -rf vendor` and run `composer install`
Author Public Key
npub1qe3e5wrvnsgpggtkytxteaqfprz0rgxr8c3l34kk3a9t7e2l3acslezefe