Hello,
Thank you for this package.
The composer command requires something more specific to install atproto package.
$ composer require socialweb/atproto
In PackageDiscoveryTrait.php line 332:
Could not find a version of package socialweb/atproto matching your minimum-stability (stable). Require it with an explicit
version constraint allowing its desired stability.
Only this version worked for me: composer require -W socialweb/atproto:dev-main
Did I miss something or the README.md is obsolete a bit?
Best regards,
Csongor
Hello,
Thank you for this package.
The composer command requires something more specific to install atproto package.
Only this version worked for me:
composer require -W socialweb/atproto:dev-mainDid I miss something or the README.md is obsolete a bit?
Best regards,
Csongor