What is Nostr?
sebastix / Sebastian
npub1qe3…zefe
2024-07-05 13:09:38
in reply to nevent1q…94h3

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