You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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-main
Did I miss something or the README.md is obsolete a bit?
Best regards,
Csongor
The text was updated successfully, but these errors were encountered: