Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 72 files
+38 −54 .github/dependabot.yml
+3 −1 beberlei/assert/composer.json
+98 −100 beberlei/assert/lib/Assert/Assertion.php
+105 −95 beberlei/assert/lib/Assert/LazyAssertion.php
+2 −1 brick/math/SECURITY.md
+3 −3 brick/math/composer.json
+14 −8 brick/math/src/BigDecimal.php
+21 −4 brick/math/src/BigInteger.php
+24 −18 brick/math/src/BigNumber.php
+13 −3 brick/math/src/BigRational.php
+4 −1 brick/math/src/Internal/Calculator.php
+25 −1 brick/math/src/Internal/Calculator/BcMathCalculator.php
+23 −5 brick/math/src/Internal/Calculator/NativeCalculator.php
+0 −1 composer.json
+70 −102 composer.lock
+0 −1 composer/autoload_classmap.php
+0 −1 composer/autoload_psr4.php
+0 −6 composer/autoload_static.php
+77 −112 composer/installed.json
+25 −34 composer/installed.php
+9 −10 composer/package-versions-deprecated/src/PackageVersions/Versions.php
+4 −0 fgrosse/phpasn1/CHANGELOG.md
+1 −0 fgrosse/phpasn1/lib/ASN1/OID.php
+24 −2 fgrosse/phpasn1/lib/X509/CSR/CSR.php
+0 −202 patchwork/jsqueeze/LICENSE.ASL20
+0 −339 patchwork/jsqueeze/LICENSE.GPLv2
+0 −92 patchwork/jsqueeze/README.md
+0 −27 patchwork/jsqueeze/composer.json
+0 −1,063 patchwork/jsqueeze/src/JSqueeze.php
+16 −16 psr/log/Psr/Log/AbstractLogger.php
+1 −1 psr/log/Psr/Log/LoggerAwareTrait.php
+1 −1 psr/log/composer.json
+0 −120 ramsey/collection/CHANGELOG.md
+32 −118 ramsey/collection/README.md
+5 −5 ramsey/collection/composer.json
+17 −20 ramsey/collection/src/AbstractArray.php
+88 −180 ramsey/collection/src/AbstractCollection.php
+5 −19 ramsey/collection/src/AbstractSet.php
+3 −1 ramsey/collection/src/ArrayInterface.php
+4 −4 ramsey/collection/src/Collection.php
+31 −22 ramsey/collection/src/CollectionInterface.php
+20 −121 ramsey/collection/src/DoubleEndedQueue.php
+19 −12 ramsey/collection/src/DoubleEndedQueueInterface.php
+2 −0 ramsey/collection/src/GenericArray.php
+16 −80 ramsey/collection/src/Map/AbstractMap.php
+17 −5 ramsey/collection/src/Map/AbstractTypedMap.php
+3 −0 ramsey/collection/src/Map/AssociativeArrayMap.php
+33 −22 ramsey/collection/src/Map/MapInterface.php
+18 −16 ramsey/collection/src/Map/NamedParameterMap.php
+7 −8 ramsey/collection/src/Map/TypedMap.php
+3 −0 ramsey/collection/src/Map/TypedMapInterface.php
+19 −76 ramsey/collection/src/Queue.php
+11 −6 ramsey/collection/src/QueueInterface.php
+4 −4 ramsey/collection/src/Set.php
+6 −2 ramsey/collection/src/Tool/ValueExtractorTrait.php
+6 −1 ramsey/collection/src/Tool/ValueToStringTrait.php
+0 −1 web-auth/cose-lib/src/Algorithm/ManagerFactory.php
+0 −1 web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECDSA.php
+12 −3 web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECSignature.php
+0 −1 web-auth/cose-lib/src/Algorithm/Signature/RSA/PSSRSA.php
+4 −2 web-auth/cose-lib/src/Algorithm/Signature/RSA/RSA.php
+0 −1 web-auth/cose-lib/src/Key/Ec2Key.php
+0 −1 web-auth/cose-lib/src/Key/Key.php
+7 −3 web-auth/cose-lib/src/Key/RsaKey.php
+4 −1 web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php
+1 −1 web-auth/webauthn-lib/src/AttestationStatement/AppleAttestationStatementSupport.php
+6 −0 web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php
+11 −9 web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php
+11 −9 web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php
+25 −2 web-auth/webauthn-lib/src/PublicKeyCredentialSource.php
+1 −0 web-auth/webauthn-lib/src/PublicKeyCredentialUserEntity.php
+19 −15 web-auth/webauthn-lib/src/Server.php