I created a blank project with composer init. I then tried to run composer require davidearl/webauthn but it failed with the following output:-
[InvalidArgumentException]
Could not find a version of package davidearl/webauthn matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
How can I add this to my project? When I was prompted for a value for "Minimum Stability" I left it blank, so I presume it uses stable as a default.
Did you at all try to Google this!?
This is what you find if you Google this while removing the reference to this package.
It was the first or second hit.
I created a blank project with
composer init
. I then tried to runcomposer require davidearl/webauthn
but it failed with the following output:-How can I add this to my project? When I was prompted for a value for "Minimum Stability" I left it blank, so I presume it uses stable as a default.