]> git.nothing2do.fr Git - diary-web.git/commit
Mise à jour de la base de données et dépendances WebAuthn
authorgaby <gaby@nothing2do.fr>
Sun, 19 Apr 2026 17:11:15 +0000 (19:11 +0200)
committergaby <gaby@nothing2do.fr>
Sun, 19 Apr 2026 17:11:15 +0000 (19:11 +0200)
commit3afae630136942cf7572b367c997e97e6618bdda
treead05bf22dbf1700b139853bf496ffcdc249bb401
parentd3bdbcb8db1c277dc2757e5eb51951ad975dd2b2
Mise à jour de la base de données et dépendances WebAuthn

- Correction du script SQL d'initialisation
- Ajout d'un script de migration pour la base existante
- Installation des dépendances WebAuthn via Composer
- Correction des imports dans WebAuthnManager.php
- Ajout de composer.json pour la gestion des dépendances
752 files changed:
composer [new file with mode: 0755]
composer-setup.php [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
include/WebAuthnManager.php
sql/init_db.sql
sql/migrate_db.sql [new file with mode: 0644]
vendor/autoload.php [new file with mode: 0644]
vendor/beberlei/assert/LICENSE [new file with mode: 0644]
vendor/beberlei/assert/composer.json [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/Assert.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/Assertion.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/AssertionChain.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/AssertionFailedException.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/InvalidArgumentException.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/LazyAssertion.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/LazyAssertionException.php [new file with mode: 0644]
vendor/beberlei/assert/lib/Assert/functions.php [new file with mode: 0644]
vendor/brick/math/CHANGELOG.md [new file with mode: 0644]
vendor/brick/math/LICENSE [new file with mode: 0644]
vendor/brick/math/SECURITY.md [new file with mode: 0644]
vendor/brick/math/composer.json [new file with mode: 0644]
vendor/brick/math/src/BigDecimal.php [new file with mode: 0644]
vendor/brick/math/src/BigInteger.php [new file with mode: 0644]
vendor/brick/math/src/BigNumber.php [new file with mode: 0644]
vendor/brick/math/src/BigRational.php [new file with mode: 0644]
vendor/brick/math/src/Exception/DivisionByZeroException.php [new file with mode: 0644]
vendor/brick/math/src/Exception/IntegerOverflowException.php [new file with mode: 0644]
vendor/brick/math/src/Exception/MathException.php [new file with mode: 0644]
vendor/brick/math/src/Exception/NegativeNumberException.php [new file with mode: 0644]
vendor/brick/math/src/Exception/NumberFormatException.php [new file with mode: 0644]
vendor/brick/math/src/Exception/RoundingNecessaryException.php [new file with mode: 0644]
vendor/brick/math/src/Internal/Calculator.php [new file with mode: 0644]
vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php [new file with mode: 0644]
vendor/brick/math/src/Internal/Calculator/GmpCalculator.php [new file with mode: 0644]
vendor/brick/math/src/Internal/Calculator/NativeCalculator.php [new file with mode: 0644]
vendor/brick/math/src/RoundingMode.php [new file with mode: 0644]
vendor/composer/ClassLoader.php [new file with mode: 0644]
vendor/composer/InstalledVersions.php [new file with mode: 0644]
vendor/composer/LICENSE [new file with mode: 0644]
vendor/composer/autoload_classmap.php [new file with mode: 0644]
vendor/composer/autoload_files.php [new file with mode: 0644]
vendor/composer/autoload_namespaces.php [new file with mode: 0644]
vendor/composer/autoload_psr4.php [new file with mode: 0644]
vendor/composer/autoload_real.php [new file with mode: 0644]
vendor/composer/autoload_static.php [new file with mode: 0644]
vendor/composer/installed.json [new file with mode: 0644]
vendor/composer/installed.php [new file with mode: 0644]
vendor/composer/platform_check.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/CHANGELOG.md [new file with mode: 0644]
vendor/fgrosse/phpasn1/LICENSE [new file with mode: 0644]
vendor/fgrosse/phpasn1/README.md [new file with mode: 0644]
vendor/fgrosse/phpasn1/composer.json [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/ASNObject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/AbstractString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/AbstractTime.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Base128.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Composite/AttributeTypeAndValue.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Composite/RDNString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Composite/RelativeDistinguishedName.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Construct.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Exception/NotImplementedException.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Exception/ParserException.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Identifier.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/OID.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Parsable.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/TemplateParser.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/BMPString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/BitString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/Boolean.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/CharacterString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/Enumerated.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/GeneralizedTime.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/GraphicString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/IA5String.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/Integer.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/NullObject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/NumericString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectDescriptor.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/ObjectIdentifier.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/OctetString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/PrintableString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/RelativeObjectIdentifier.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/Sequence.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/Set.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/T61String.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTCTime.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/UTF8String.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/UniversalString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/Universal/VisibleString.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/UnknownConstructedObject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/ASN1/UnknownObject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/Utility/BigInteger.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/Utility/BigIntegerBcmath.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/Utility/BigIntegerGmp.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/AlgorithmIdentifier.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/CSR/Attributes.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/CSR/CSR.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/CertificateExtensions.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/CertificateSubject.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/PrivateKey.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/PublicKey.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/SAN/DNSName.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/SAN/IPAddress.php [new file with mode: 0644]
vendor/fgrosse/phpasn1/lib/X509/SAN/SubjectAlternativeNames.php [new file with mode: 0644]
vendor/league/uri-interfaces/LICENSE [new file with mode: 0644]
vendor/league/uri-interfaces/composer.json [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/HostInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/PathInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/PortInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/QueryInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/UriException.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/UriInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Idna/Idna.php [new file with mode: 0644]
vendor/league/uri-interfaces/src/Idna/IdnaInfo.php [new file with mode: 0644]
vendor/league/uri/LICENSE [new file with mode: 0644]
vendor/league/uri/composer.json [new file with mode: 0644]
vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php [new file with mode: 0644]
vendor/league/uri/src/Http.php [new file with mode: 0644]
vendor/league/uri/src/HttpFactory.php [new file with mode: 0644]
vendor/league/uri/src/Uri.php [new file with mode: 0644]
vendor/league/uri/src/UriInfo.php [new file with mode: 0644]
vendor/league/uri/src/UriResolver.php [new file with mode: 0644]
vendor/league/uri/src/UriString.php [new file with mode: 0644]
vendor/league/uri/src/UriTemplate.php [new file with mode: 0644]
vendor/league/uri/src/UriTemplate/Expression.php [new file with mode: 0644]
vendor/league/uri/src/UriTemplate/Template.php [new file with mode: 0644]
vendor/league/uri/src/UriTemplate/VarSpecifier.php [new file with mode: 0644]
vendor/league/uri/src/UriTemplate/VariableBag.php [new file with mode: 0644]
vendor/psr/http-client/CHANGELOG.md [new file with mode: 0644]
vendor/psr/http-client/LICENSE [new file with mode: 0644]
vendor/psr/http-client/README.md [new file with mode: 0644]
vendor/psr/http-client/composer.json [new file with mode: 0644]
vendor/psr/http-client/src/ClientExceptionInterface.php [new file with mode: 0644]
vendor/psr/http-client/src/ClientInterface.php [new file with mode: 0644]
vendor/psr/http-client/src/NetworkExceptionInterface.php [new file with mode: 0644]
vendor/psr/http-client/src/RequestExceptionInterface.php [new file with mode: 0644]
vendor/psr/http-factory/LICENSE [new file with mode: 0644]
vendor/psr/http-factory/README.md [new file with mode: 0644]
vendor/psr/http-factory/composer.json [new file with mode: 0644]
vendor/psr/http-factory/src/RequestFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-factory/src/ResponseFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-factory/src/ServerRequestFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-factory/src/StreamFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-factory/src/UploadedFileFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-factory/src/UriFactoryInterface.php [new file with mode: 0644]
vendor/psr/http-message/CHANGELOG.md [new file with mode: 0644]
vendor/psr/http-message/LICENSE [new file with mode: 0644]
vendor/psr/http-message/README.md [new file with mode: 0644]
vendor/psr/http-message/composer.json [new file with mode: 0644]
vendor/psr/http-message/docs/PSR7-Interfaces.md [new file with mode: 0644]
vendor/psr/http-message/docs/PSR7-Usage.md [new file with mode: 0644]
vendor/psr/http-message/src/MessageInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/RequestInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/ResponseInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/ServerRequestInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/StreamInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/UploadedFileInterface.php [new file with mode: 0644]
vendor/psr/http-message/src/UriInterface.php [new file with mode: 0644]
vendor/psr/log/LICENSE [new file with mode: 0644]
vendor/psr/log/Psr/Log/AbstractLogger.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/InvalidArgumentException.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/LogLevel.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/LoggerAwareInterface.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/LoggerAwareTrait.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/LoggerInterface.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/LoggerTrait.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/NullLogger.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/Test/DummyTest.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php [new file with mode: 0644]
vendor/psr/log/Psr/Log/Test/TestLogger.php [new file with mode: 0644]
vendor/psr/log/README.md [new file with mode: 0644]
vendor/psr/log/composer.json [new file with mode: 0644]
vendor/ramsey/collection/LICENSE [new file with mode: 0644]
vendor/ramsey/collection/README.md [new file with mode: 0644]
vendor/ramsey/collection/SECURITY.md [new file with mode: 0644]
vendor/ramsey/collection/composer.json [new file with mode: 0644]
vendor/ramsey/collection/src/AbstractArray.php [new file with mode: 0644]
vendor/ramsey/collection/src/AbstractCollection.php [new file with mode: 0644]
vendor/ramsey/collection/src/AbstractSet.php [new file with mode: 0644]
vendor/ramsey/collection/src/ArrayInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/Collection.php [new file with mode: 0644]
vendor/ramsey/collection/src/CollectionInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/DoubleEndedQueue.php [new file with mode: 0644]
vendor/ramsey/collection/src/DoubleEndedQueueInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/CollectionException.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/CollectionMismatchException.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/InvalidArgumentException.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/InvalidPropertyOrMethod.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/NoSuchElementException.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/OutOfBoundsException.php [new file with mode: 0644]
vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php [new file with mode: 0644]
vendor/ramsey/collection/src/GenericArray.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/AbstractMap.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/AbstractTypedMap.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/AssociativeArrayMap.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/MapInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/NamedParameterMap.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/TypedMap.php [new file with mode: 0644]
vendor/ramsey/collection/src/Map/TypedMapInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/Queue.php [new file with mode: 0644]
vendor/ramsey/collection/src/QueueInterface.php [new file with mode: 0644]
vendor/ramsey/collection/src/Set.php [new file with mode: 0644]
vendor/ramsey/collection/src/Sort.php [new file with mode: 0644]
vendor/ramsey/collection/src/Tool/TypeTrait.php [new file with mode: 0644]
vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php [new file with mode: 0644]
vendor/ramsey/collection/src/Tool/ValueToStringTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/LICENSE [new file with mode: 0644]
vendor/ramsey/uuid/README.md [new file with mode: 0644]
vendor/ramsey/uuid/composer.json [new file with mode: 0644]
vendor/ramsey/uuid/src/BinaryUtils.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Builder/BuilderCollection.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Builder/FallbackBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/CodecInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/GuidStringCodec.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/StringCodec.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/Time/UnixTimeConverter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/DegradedUuid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/DeprecatedUuidInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/DateTimeException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/DceSecurityException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/InvalidBytesException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/NameException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/NodeException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/RandomSourceException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/TimeSourceException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/FeatureSet.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Fields/FieldsInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/CombGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Generator/UnixTimeGenerator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Guid/Fields.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Guid/Guid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Guid/GuidBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Math/BrickMathCalculator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Math/CalculatorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Math/RoundingMode.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Nonstandard/Fields.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Nonstandard/Uuid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Nonstandard/UuidV6.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/Fields.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/MaxTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/MaxUuid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/NilTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/NilUuid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/TimeTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV1.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV2.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV3.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV4.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV5.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV6.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV7.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/UuidV8.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/Validator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/Decimal.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/Hexadecimal.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/Integer.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/NumberInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/Time.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Type/TypeInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Uuid.php [new file with mode: 0644]
vendor/ramsey/uuid/src/UuidFactory.php [new file with mode: 0644]
vendor/ramsey/uuid/src/UuidFactoryInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/UuidInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Validator/GenericValidator.php [new file with mode: 0644]
vendor/ramsey/uuid/src/Validator/ValidatorInterface.php [new file with mode: 0644]
vendor/ramsey/uuid/src/functions.php [new file with mode: 0644]
vendor/spomky-labs/base64url/.github/FUNDING.yml [new file with mode: 0644]
vendor/spomky-labs/base64url/LICENSE [new file with mode: 0644]
vendor/spomky-labs/base64url/composer.json [new file with mode: 0644]
vendor/spomky-labs/base64url/src/Base64Url.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/LICENSE [new file with mode: 0644]
vendor/spomky-labs/cbor-php/composer.json [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/AbstractCBORObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/ByteStringObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/ByteStringWithChunkObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/CBORObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Decoder.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/DecoderInterface.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/IndefiniteLengthByteStringObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/IndefiniteLengthListObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/IndefiniteLengthMapObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/IndefiniteLengthTextStringObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/InfiniteListObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/InfiniteMapObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/LengthCalculator.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/ListObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/MapItem.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/MapObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/NegativeIntegerObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Normalizable.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/BreakObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/DoublePrecisionFloatObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/FalseObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/GenericObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/HalfPrecisionFloatObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/NullObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/OtherObjectManager.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/OtherObjectManagerInterface.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/SimpleObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/SinglePrecisionFloatObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/TrueObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/OtherObject/UndefinedObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/SignedIntegerObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Stream.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/StringStream.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/Base16EncodingTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/Base64EncodingTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/Base64Tag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/Base64UrlEncodingTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/Base64UrlTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/BigFloatTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/CBOREncodingTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/CBORTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/DatetimeTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/DecimalFractionTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/EpochTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/GenericTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/MimeTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/NegativeBigIntegerTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/PositiveBigIntegerTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/TagManager.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/TagManagerInterface.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/TagObjectManager.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/TimestampTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/UnsignedBigIntegerTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Tag/UriTag.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/TagObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/TextStringObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/TextStringWithChunkObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/UnsignedIntegerObject.php [new file with mode: 0644]
vendor/spomky-labs/cbor-php/src/Utils.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/LICENSE [new file with mode: 0644]
vendor/symfony/polyfill-php80/Php80.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/PhpToken.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/README.md [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/bootstrap.php [new file with mode: 0644]
vendor/symfony/polyfill-php80/composer.json [new file with mode: 0644]
vendor/symfony/process/CHANGELOG.md [new file with mode: 0644]
vendor/symfony/process/Exception/ExceptionInterface.php [new file with mode: 0644]
vendor/symfony/process/Exception/InvalidArgumentException.php [new file with mode: 0644]
vendor/symfony/process/Exception/LogicException.php [new file with mode: 0644]
vendor/symfony/process/Exception/ProcessFailedException.php [new file with mode: 0644]
vendor/symfony/process/Exception/ProcessSignaledException.php [new file with mode: 0644]
vendor/symfony/process/Exception/ProcessTimedOutException.php [new file with mode: 0644]
vendor/symfony/process/Exception/RuntimeException.php [new file with mode: 0644]
vendor/symfony/process/ExecutableFinder.php [new file with mode: 0644]
vendor/symfony/process/InputStream.php [new file with mode: 0644]
vendor/symfony/process/LICENSE [new file with mode: 0644]
vendor/symfony/process/PhpExecutableFinder.php [new file with mode: 0644]
vendor/symfony/process/PhpProcess.php [new file with mode: 0644]
vendor/symfony/process/Pipes/AbstractPipes.php [new file with mode: 0644]
vendor/symfony/process/Pipes/PipesInterface.php [new file with mode: 0644]
vendor/symfony/process/Pipes/UnixPipes.php [new file with mode: 0644]
vendor/symfony/process/Pipes/WindowsPipes.php [new file with mode: 0644]
vendor/symfony/process/Process.php [new file with mode: 0644]
vendor/symfony/process/ProcessUtils.php [new file with mode: 0644]
vendor/symfony/process/README.md [new file with mode: 0644]
vendor/symfony/process/composer.json [new file with mode: 0644]
vendor/thecodingmachine/safe/LICENSE [new file with mode: 0644]
vendor/thecodingmachine/safe/README.md [new file with mode: 0644]
vendor/thecodingmachine/safe/composer.json [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/apc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/functionsList.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/libevent.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/mssql.php [new file with mode: 0644]
vendor/thecodingmachine/safe/deprecated/stats.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ComException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/DirException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/EioException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/HashException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/IngresiiException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MsqlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MysqliException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndMsException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/MysqlndQcException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PdfException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PsException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SemException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SimplexmlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SplException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/VarException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/YazException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/apache.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/apcu.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/array.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/bzip2.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/calendar.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/classobj.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/com.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/cubrid.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/curl.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/datetime.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/dir.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/eio.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/errorfunc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/exec.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/fileinfo.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/filesystem.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/filter.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/fpm.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ftp.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/funchand.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/functionsList.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/gmp.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/gnupg.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/hash.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ibase.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ibmDb2.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/iconv.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/image.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/imap.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/info.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ingres-ii.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/inotify.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/json.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ldap.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/libxml.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/lzf.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mailparse.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mbstring.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/misc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/msql.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mysql.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mysqli.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mysqlndMs.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/mysqlndQc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/network.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/oci8.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/opcache.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/openssl.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/outcontrol.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/password.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/pcntl.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/pcre.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/pdf.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/pgsql.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/posix.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ps.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/pspell.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/readline.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/rpminfo.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/rrd.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/sem.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/session.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/shmop.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/simplexml.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/sockets.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/sodium.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/solr.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/spl.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/sqlsrv.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ssdeep.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/ssh2.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/stream.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/strings.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/swoole.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/uodbc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/uopz.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/url.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/var.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/xdiff.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/xml.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/xmlrpc.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/yaml.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/yaz.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/zip.php [new file with mode: 0644]
vendor/thecodingmachine/safe/generated/zlib.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/DateTime.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/DateTimeImmutable.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php [new file with mode: 0644]
vendor/thecodingmachine/safe/lib/special_cases.php [new file with mode: 0644]
vendor/thecodingmachine/safe/rector-migrate-0.7.php [new file with mode: 0644]
vendor/web-auth/cose-lib/LICENSE [new file with mode: 0644]
vendor/web-auth/cose-lib/composer.json [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Algorithm.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/HS256Truncated64.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/HS384.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/HS512.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/Hmac.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Mac/Mac.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Manager.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/ManagerFactory.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECDSA.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ECSignature.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES256K.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES384.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/ECDSA/ES512.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED256.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/ED512.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/Ed25519.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/EdDSA/EdDSA.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS256.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS384.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PS512.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/PSSRSA.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS1.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS256.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS384.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RS512.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/RSA/RSA.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithm/Signature/Signature.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Algorithms.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/BigInteger.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Hash.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Key/Ec2Key.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Key/Key.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Key/OkpKey.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Key/RsaKey.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Key/SymmetricKey.php [new file with mode: 0644]
vendor/web-auth/cose-lib/src/Verifier.php [new file with mode: 0644]
vendor/web-auth/metadata-service/LICENSE [new file with mode: 0644]
vendor/web-auth/metadata-service/composer.json [new file with mode: 0644]
vendor/web-auth/metadata-service/src/AbstractDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/AuthenticatorStatus.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/BiometricAccuracyDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/BiometricStatusReport.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/CodeAccuracyDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/DisplayPNGCharacteristicsDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/DistantSingleMetadata.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/EcdaaTrustAnchor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/ExtensionDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataService.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataStatement.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataStatementFetcher.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataStatementRepository.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataTOCPayload.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/MetadataTOCPayloadEntry.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/PatternAccuracyDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/RgbPaletteEntry.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/RogueListEntry.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/SingleMetadata.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/StatusReport.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/Utils.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/VerificationMethodANDCombinations.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/VerificationMethodDescriptor.php [new file with mode: 0644]
vendor/web-auth/metadata-service/src/Version.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/LICENSE [new file with mode: 0644]
vendor/web-auth/webauthn-lib/composer.json [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidKeyAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AndroidSafetyNetAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AppleAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObject.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationObjectLoader.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatement.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/AttestationStatementSupportManager.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/FidoU2FAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/NoneAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/PackedAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestationStatement/TPMAttestationStatementSupport.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AttestedCredentialData.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtension.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientInputs.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputs.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/AuthenticationExtensionsClientOutputsLoader.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputChecker.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputCheckerHandler.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponse.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorAssertionResponseValidator.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponse.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorAttestationResponseValidator.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorData.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorResponse.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/AuthenticatorSelectionCriteria.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/CertificateChainChecker/CertificateChainChecker.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/CertificateChainChecker/OpenSSLCertificateChainChecker.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/CertificateToolbox.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/CollectedClientData.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/Counter/CounterChecker.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/Counter/ThrowExceptionIfInvalid.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/Credential.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredential.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialCreationOptions.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptor.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialDescriptorCollection.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialEntity.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialLoader.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialOptions.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialParameters.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRequestOptions.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialRpEntity.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSource.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialSourceRepository.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/PublicKeyCredentialUserEntity.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/Server.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/StringStream.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TokenBinding/IgnoreTokenBindingHandler.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TokenBinding/SecTokenBindingHandler.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBinding.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingHandler.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TokenBinding/TokenBindingNotSupportedHandler.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TrustPath/CertificateTrustPath.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TrustPath/EcdaaKeyIdTrustPath.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TrustPath/EmptyTrustPath.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TrustPath/TrustPath.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/TrustPath/TrustPathLoader.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/U2FPublicKey.php [new file with mode: 0644]
vendor/web-auth/webauthn-lib/src/Util/CoseSignatureFixer.php [new file with mode: 0644]