We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Class 'phpseclib\File\ASN1' not found in /home/paceto/proj/sgapi/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/ECDSA.php on line 46
ref to old issue: #55
The text was updated successfully, but these errors were encountered:
hi @paceto256 would you mind sending a PR?
Sorry, something went wrong.
Not sure what you mean by PR (Pull Request?) but this is my composer row "require": { "namshi/jose": "^7.1" }
Fixed the issue by adding "phpseclib/phpseclib": "^2.0" to require.
"require": { "namshi/jose": "^7.1", "phpseclib/phpseclib": "^2.0" }
It's needed since Namshi\JOSE\Signer\OpenSSL\ECDSA depends on phpseclib\File\ASN1
yes, I mean a pull request :) We made phpseclib an optional dependency so if you want to use ECDSA signers you should include it separately
No branches or pull requests
Fatal error: Class 'phpseclib\File\ASN1' not found in /home/paceto/proj/sgapi/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/ECDSA.php on line 46
ref to old issue:
#55
The text was updated successfully, but these errors were encountered: