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
Error: Class "phpseclib3\Math\BigInteger" not found {"exception":"[object] (Error(code: 0): Class "phpseclib3\Math\BigInteger" not found at .../vendor/soneso/stellar-php-sdk/Soneso/StellarSDK/Xdr/XdrBuffer.php:67)
I have another package that requires phpseclib version ^2 but this one is not raising conflict, so if run with -W or run composer update it gets downgraded
Suggestion: Lock phpseclib/phpseclib to ^3 so that it raises conflict
The text was updated successfully, but these errors were encountered:
Error: Class "phpseclib3\Math\BigInteger" not found {"exception":"[object] (Error(code: 0): Class "phpseclib3\Math\BigInteger" not found at .../vendor/soneso/stellar-php-sdk/Soneso/StellarSDK/Xdr/XdrBuffer.php:67)
I have another package that requires phpseclib version ^2 but this one is not raising conflict, so if run with -W or run
composer update
it gets downgradedSuggestion: Lock
phpseclib/phpseclib
to ^3 so that it raises conflictThe text was updated successfully, but these errors were encountered: