Currence-Online / iDIN-libraries-php

MIT License
6 stars 7 forks source link

Comply with psr-4 autoloading standard #7

Closed dvdmunckhof closed 4 years ago

dvdmunckhof commented 4 years ago

The current Composer autoloading implementation does not comply with the psr-4 autoloading standard.

Since Composer v1.10 these warnings are logged for every class: Deprecation Notice: Class BankId\Merchant\Library\XmlProcessor located in ./vendor/currence/idin/library/XmlProcessor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201

Beginning with Composer v2.0, which is already in alpha, this won't work any more.

grigoresc commented 4 years ago

Thank you for submitting the fix. We have tested in our internal environment and it doesn't work.

Can you provide us some more details about the context you are using the library? The directory structure of the website, the composer setup and eventually php config details. For sure it's a different context then ours; so we are curios about it.

Now that you raise this issue, we're going to take into account for next releases additional checks with new composer version (which for now is still in alpha phase).

dvdmunckhof commented 4 years ago

Hi, of course! My composer version:

$ composer --version
Composer version 1.10.7 2020-06-03 10:03:56

The warnings occur when using Composer with Autoloader Optimization.

First example

Working with the library directly.

$ git clone https://github.com/Currence-Online/iDIN-libraries-php.git
$ cd iDIN-libraries-php/
$ composer install
$ composer dumpautoload -o

This outputs:

$ composer dumpautoload -o
Generating optimized autoload files
Deprecation Notice: Class BankId\Merchant\Library\AssuranceLevel located in ./library/AssuranceLevel.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\AuthenticationRequest located in ./library/AuthenticationRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\AuthenticationResponse located in ./library/AuthenticationResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\BankIdMessageBuilder located in ./library/BankIdMessageBuilder.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Communicator located in ./library/Communicator.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\CommunicatorException located in ./library/CommunicatorException.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Configuration located in ./library/Configuration.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\DirectoryResponse located in ./library/DirectoryResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\ErrorResponse located in ./library/ErrorResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\IdxMessageBuilder located in ./library/IdxMessageBuilder.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\ILogger located in ./library/Logger.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Logger located in ./library/Logger.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\IMessenger located in ./library/Messenger.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Messenger located in ./library/Messenger.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\SamlAttribute located in ./library/SamlAttribute.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\SamlResponse located in ./library/SamlResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\SamlStatus located in ./library/SamlStatus.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\CanonicalizationMethod located in ./library/Schemas/ds/CanonicalizationMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\CanonicalizationMethodType located in ./library/Schemas/ds/CanonicalizationMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\DSAKeyValue located in ./library/Schemas/ds/DSAKeyValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\DSAKeyValueType located in ./library/Schemas/ds/DSAKeyValueType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\DigestMethod located in ./library/Schemas/ds/DigestMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\DigestMethodType located in ./library/Schemas/ds/DigestMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\DigestValue located in ./library/Schemas/ds/DigestValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\KeyInfo located in ./library/Schemas/ds/KeyInfo.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\KeyInfoType located in ./library/Schemas/ds/KeyInfoType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\KeyName located in ./library/Schemas/ds/KeyName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\KeyValue located in ./library/Schemas/ds/KeyValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\KeyValueType located in ./library/Schemas/ds/KeyValueType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Manifest located in ./library/Schemas/ds/Manifest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\ManifestType located in ./library/Schemas/ds/ManifestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\MgmtData located in ./library/Schemas/ds/MgmtData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Object located in ./library/Schemas/ds/Object.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\ObjectType located in ./library/Schemas/ds/ObjectType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\PGPData located in ./library/Schemas/ds/PGPData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\PGPDataType located in ./library/Schemas/ds/PGPDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\RSAKeyValue located in ./library/Schemas/ds/RSAKeyValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\RSAKeyValueType located in ./library/Schemas/ds/RSAKeyValueType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Reference located in ./library/Schemas/ds/Reference.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\ReferenceType located in ./library/Schemas/ds/ReferenceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\RetrievalMethod located in ./library/Schemas/ds/RetrievalMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\RetrievalMethodType located in ./library/Schemas/ds/RetrievalMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SPKIData located in ./library/Schemas/ds/SPKIData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SPKIDataType located in ./library/Schemas/ds/SPKIDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Signature located in ./library/Schemas/ds/Signature.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureMethod located in ./library/Schemas/ds/SignatureMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureMethodType located in ./library/Schemas/ds/SignatureMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureProperties located in ./library/Schemas/ds/SignatureProperties.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignaturePropertiesType located in ./library/Schemas/ds/SignaturePropertiesType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureProperty located in ./library/Schemas/ds/SignatureProperty.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignaturePropertyType located in ./library/Schemas/ds/SignaturePropertyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureType located in ./library/Schemas/ds/SignatureType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureValue located in ./library/Schemas/ds/SignatureValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignatureValueType located in ./library/Schemas/ds/SignatureValueType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignedInfo located in ./library/Schemas/ds/SignedInfo.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\SignedInfoType located in ./library/Schemas/ds/SignedInfoType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Transform located in ./library/Schemas/ds/Transform.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\TransformType located in ./library/Schemas/ds/TransformType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\Transforms located in ./library/Schemas/ds/Transforms.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\TransformsType located in ./library/Schemas/ds/TransformsType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\X509Data located in ./library/Schemas/ds/X509Data.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\X509DataType located in ./library/Schemas/ds/X509DataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\ds\X509IssuerSerialType located in ./library/Schemas/ds/X509IssuerSerialType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerErrorRes\ErrorAType located in ./library/Schemas/idx/AcquirerErrorRes/ErrorAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerErrorRes located in ./library/Schemas/idx/AcquirerErrorRes.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusReq\MerchantAType located in ./library/Schemas/idx/AcquirerStatusReq/MerchantAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusReq\TransactionAType located in ./library/Schemas/idx/AcquirerStatusReq/TransactionAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusReq located in ./library/Schemas/idx/AcquirerStatusReq.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusRes\AcquirerAType located in ./library/Schemas/idx/AcquirerStatusRes/AcquirerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusRes\TransactionAType located in ./library/Schemas/idx/AcquirerStatusRes/TransactionAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerStatusRes located in ./library/Schemas/idx/AcquirerStatusRes.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxReq\IssuerAType located in ./library/Schemas/idx/AcquirerTrxReq/IssuerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxReq\MerchantAType located in ./library/Schemas/idx/AcquirerTrxReq/MerchantAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxReq\TransactionAType located in ./library/Schemas/idx/AcquirerTrxReq/TransactionAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxReq located in ./library/Schemas/idx/AcquirerTrxReq.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxRes\AcquirerAType located in ./library/Schemas/idx/AcquirerTrxRes/AcquirerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxRes\IssuerAType located in ./library/Schemas/idx/AcquirerTrxRes/IssuerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxRes\TransactionAType located in ./library/Schemas/idx/AcquirerTrxRes/TransactionAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\AcquirerTrxRes located in ./library/Schemas/idx/AcquirerTrxRes.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryReq\MerchantAType located in ./library/Schemas/idx/DirectoryReq/MerchantAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryReq located in ./library/Schemas/idx/DirectoryReq.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryRes\AcquirerAType located in ./library/Schemas/idx/DirectoryRes/AcquirerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryRes\DirectoryAType\CountryAType\IssuerAType located in ./library/Schemas/idx/DirectoryRes/DirectoryAType/CountryAType/IssuerAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryRes\DirectoryAType\CountryAType located in ./library/Schemas/idx/DirectoryRes/DirectoryAType/CountryAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryRes\DirectoryAType located in ./library/Schemas/idx/DirectoryRes/DirectoryAType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\DirectoryRes located in ./library/Schemas/idx/DirectoryRes.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\idx\TransactionContainerType located in ./library/Schemas/idx/TransactionContainerType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Action located in ./library/Schemas/saml/assertion/Action.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\ActionType located in ./library/Schemas/saml/assertion/ActionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Advice located in ./library/Schemas/saml/assertion/Advice.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AdviceType located in ./library/Schemas/saml/assertion/AdviceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Assertion located in ./library/Schemas/saml/assertion/Assertion.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AssertionIDRef located in ./library/Schemas/saml/assertion/AssertionIDRef.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AssertionType located in ./library/Schemas/saml/assertion/AssertionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AssertionURIRef located in ./library/Schemas/saml/assertion/AssertionURIRef.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Attribute located in ./library/Schemas/saml/assertion/Attribute.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AttributeStatement located in ./library/Schemas/saml/assertion/AttributeStatement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AttributeStatementType located in ./library/Schemas/saml/assertion/AttributeStatementType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AttributeType located in ./library/Schemas/saml/assertion/AttributeType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AttributeValue located in ./library/Schemas/saml/assertion/AttributeValue.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Audience located in ./library/Schemas/saml/assertion/Audience.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AudienceRestriction located in ./library/Schemas/saml/assertion/AudienceRestriction.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AudienceRestrictionType located in ./library/Schemas/saml/assertion/AudienceRestrictionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthenticatingAuthority located in ./library/Schemas/saml/assertion/AuthenticatingAuthority.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnContext located in ./library/Schemas/saml/assertion/AuthnContext.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnContextClassRef located in ./library/Schemas/saml/assertion/AuthnContextClassRef.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnContextDecl located in ./library/Schemas/saml/assertion/AuthnContextDecl.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnContextDeclRef located in ./library/Schemas/saml/assertion/AuthnContextDeclRef.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnContextType located in ./library/Schemas/saml/assertion/AuthnContextType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnStatement located in ./library/Schemas/saml/assertion/AuthnStatement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthnStatementType located in ./library/Schemas/saml/assertion/AuthnStatementType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthzDecisionStatement located in ./library/Schemas/saml/assertion/AuthzDecisionStatement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\AuthzDecisionStatementType located in ./library/Schemas/saml/assertion/AuthzDecisionStatementType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\BaseID located in ./library/Schemas/saml/assertion/BaseID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\BaseIDAbstractType located in ./library/Schemas/saml/assertion/BaseIDAbstractType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Condition located in ./library/Schemas/saml/assertion/Condition.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\ConditionAbstractType located in ./library/Schemas/saml/assertion/ConditionAbstractType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Conditions located in ./library/Schemas/saml/assertion/Conditions.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\ConditionsType located in ./library/Schemas/saml/assertion/ConditionsType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\EncryptedAssertion located in ./library/Schemas/saml/assertion/EncryptedAssertion.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\EncryptedAttribute located in ./library/Schemas/saml/assertion/EncryptedAttribute.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\EncryptedElementType located in ./library/Schemas/saml/assertion/EncryptedElementType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\EncryptedID located in ./library/Schemas/saml/assertion/EncryptedID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Evidence located in ./library/Schemas/saml/assertion/Evidence.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\EvidenceType located in ./library/Schemas/saml/assertion/EvidenceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Issuer located in ./library/Schemas/saml/assertion/Issuer.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\KeyInfoConfirmationDataType located in ./library/Schemas/saml/assertion/KeyInfoConfirmationDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\NameID located in ./library/Schemas/saml/assertion/NameID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\NameIDType located in ./library/Schemas/saml/assertion/NameIDType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\OneTimeUse located in ./library/Schemas/saml/assertion/OneTimeUse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\OneTimeUseType located in ./library/Schemas/saml/assertion/OneTimeUseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\ProxyRestriction located in ./library/Schemas/saml/assertion/ProxyRestriction.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\ProxyRestrictionType located in ./library/Schemas/saml/assertion/ProxyRestrictionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Statement located in ./library/Schemas/saml/assertion/Statement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\StatementAbstractType located in ./library/Schemas/saml/assertion/StatementAbstractType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\Subject located in ./library/Schemas/saml/assertion/Subject.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectConfirmation located in ./library/Schemas/saml/assertion/SubjectConfirmation.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectConfirmationData located in ./library/Schemas/saml/assertion/SubjectConfirmationData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectConfirmationDataType located in ./library/Schemas/saml/assertion/SubjectConfirmationDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectConfirmationType located in ./library/Schemas/saml/assertion/SubjectConfirmationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectLocality located in ./library/Schemas/saml/assertion/SubjectLocality.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectLocalityType located in ./library/Schemas/saml/assertion/SubjectLocalityType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\assertion\SubjectType located in ./library/Schemas/saml/assertion/SubjectType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ADSL located in ./library/Schemas/saml/authenticationcontext/ADSL.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimit located in ./library/Schemas/saml/authenticationcontext/ActivationLimit.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitDuration located in ./library/Schemas/saml/authenticationcontext/ActivationLimitDuration.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitDurationType located in ./library/Schemas/saml/authenticationcontext/ActivationLimitDurationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitSession located in ./library/Schemas/saml/authenticationcontext/ActivationLimitSession.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitSessionType located in ./library/Schemas/saml/authenticationcontext/ActivationLimitSessionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitType located in ./library/Schemas/saml/authenticationcontext/ActivationLimitType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitUsages located in ./library/Schemas/saml/authenticationcontext/ActivationLimitUsages.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationLimitUsagesType located in ./library/Schemas/saml/authenticationcontext/ActivationLimitUsagesType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationPin located in ./library/Schemas/saml/authenticationcontext/ActivationPin.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ActivationPinType located in ./library/Schemas/saml/authenticationcontext/ActivationPinType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Alphabet located in ./library/Schemas/saml/authenticationcontext/Alphabet.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AlphabetType located in ./library/Schemas/saml/authenticationcontext/AlphabetType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AsymmetricDecryption located in ./library/Schemas/saml/authenticationcontext/AsymmetricDecryption.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AsymmetricKeyAgreement located in ./library/Schemas/saml/authenticationcontext/AsymmetricKeyAgreement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthenticationContextDeclaration located in ./library/Schemas/saml/authenticationcontext/AuthenticationContextDeclaration.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Authenticator located in ./library/Schemas/saml/authenticationcontext/Authenticator.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthenticatorBaseType located in ./library/Schemas/saml/authenticationcontext/AuthenticatorBaseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthenticatorTransportProtocol located in ./library/Schemas/saml/authenticationcontext/AuthenticatorTransportProtocol.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthenticatorTransportProtocolType located in ./library/Schemas/saml/authenticationcontext/AuthenticatorTransportProtocolType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthnContextDeclarationBaseType located in ./library/Schemas/saml/authenticationcontext/AuthnContextDeclarationBaseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthnMethod located in ./library/Schemas/saml/authenticationcontext/AuthnMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\AuthnMethodBaseType located in ./library/Schemas/saml/authenticationcontext/AuthnMethodBaseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ComplexAuthenticator located in ./library/Schemas/saml/authenticationcontext/ComplexAuthenticator.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ComplexAuthenticatorType located in ./library/Schemas/saml/authenticationcontext/ComplexAuthenticatorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\DeactivationCallCenter located in ./library/Schemas/saml/authenticationcontext/DeactivationCallCenter.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\DigSig located in ./library/Schemas/saml/authenticationcontext/DigSig.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Extension located in ./library/Schemas/saml/authenticationcontext/Extension.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ExtensionOnlyType located in ./library/Schemas/saml/authenticationcontext/ExtensionOnlyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ExtensionType located in ./library/Schemas/saml/authenticationcontext/ExtensionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Generation located in ./library/Schemas/saml/authenticationcontext/Generation.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\GoverningAgreementRef located in ./library/Schemas/saml/authenticationcontext/GoverningAgreementRef.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\GoverningAgreementRefType located in ./library/Schemas/saml/authenticationcontext/GoverningAgreementRefType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\GoverningAgreements located in ./library/Schemas/saml/authenticationcontext/GoverningAgreements.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\GoverningAgreementsType located in ./library/Schemas/saml/authenticationcontext/GoverningAgreementsType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\HTTP located in ./library/Schemas/saml/authenticationcontext/HTTP.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\IPAddress located in ./library/Schemas/saml/authenticationcontext/IPAddress.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\IPSec located in ./library/Schemas/saml/authenticationcontext/IPSec.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ISDN located in ./library/Schemas/saml/authenticationcontext/ISDN.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Identification located in ./library/Schemas/saml/authenticationcontext/Identification.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\IdentificationType located in ./library/Schemas/saml/authenticationcontext/IdentificationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeyActivation located in ./library/Schemas/saml/authenticationcontext/KeyActivation.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeyActivationType located in ./library/Schemas/saml/authenticationcontext/KeyActivationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeySharing located in ./library/Schemas/saml/authenticationcontext/KeySharing.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeySharingType located in ./library/Schemas/saml/authenticationcontext/KeySharingType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeyStorage located in ./library/Schemas/saml/authenticationcontext/KeyStorage.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\KeyStorageType located in ./library/Schemas/saml/authenticationcontext/KeyStorageType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Length located in ./library/Schemas/saml/authenticationcontext/Length.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\LengthType located in ./library/Schemas/saml/authenticationcontext/LengthType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\MobileNetworkEndToEndEncryption located in ./library/Schemas/saml/authenticationcontext/MobileNetworkEndToEndEncryption.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\MobileNetworkNoEncryption located in ./library/Schemas/saml/authenticationcontext/MobileNetworkNoEncryption.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\MobileNetworkRadioEncryption located in ./library/Schemas/saml/authenticationcontext/MobileNetworkRadioEncryption.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\OperationalProtection located in ./library/Schemas/saml/authenticationcontext/OperationalProtection.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\OperationalProtectionType located in ./library/Schemas/saml/authenticationcontext/OperationalProtectionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PSTN located in ./library/Schemas/saml/authenticationcontext/PSTN.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Password located in ./library/Schemas/saml/authenticationcontext/Password.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PasswordType located in ./library/Schemas/saml/authenticationcontext/PasswordType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PhysicalVerification located in ./library/Schemas/saml/authenticationcontext/PhysicalVerification.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PreviousSession located in ./library/Schemas/saml/authenticationcontext/PreviousSession.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PrincipalAuthenticationMechanism located in ./library/Schemas/saml/authenticationcontext/PrincipalAuthenticationMechanism.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PrincipalAuthenticationMechanismType located in ./library/Schemas/saml/authenticationcontext/PrincipalAuthenticationMechanismType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PrivateKeyProtection located in ./library/Schemas/saml/authenticationcontext/PrivateKeyProtection.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PrivateKeyProtectionType located in ./library/Schemas/saml/authenticationcontext/PrivateKeyProtectionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\PublicKeyType located in ./library/Schemas/saml/authenticationcontext/PublicKeyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\RestrictedLengthType located in ./library/Schemas/saml/authenticationcontext/RestrictedLengthType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\RestrictedPassword located in ./library/Schemas/saml/authenticationcontext/RestrictedPassword.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\RestrictedPasswordType located in ./library/Schemas/saml/authenticationcontext/RestrictedPasswordType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ResumeSession located in ./library/Schemas/saml/authenticationcontext/ResumeSession.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SSL located in ./library/Schemas/saml/authenticationcontext/SSL.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SecretKeyProtection located in ./library/Schemas/saml/authenticationcontext/SecretKeyProtection.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SecretKeyProtectionType located in ./library/Schemas/saml/authenticationcontext/SecretKeyProtectionType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SecurityAudit located in ./library/Schemas/saml/authenticationcontext/SecurityAudit.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SecurityAuditType located in ./library/Schemas/saml/authenticationcontext/SecurityAuditType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SharedSecretChallengeResponse located in ./library/Schemas/saml/authenticationcontext/SharedSecretChallengeResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SharedSecretChallengeResponseType located in ./library/Schemas/saml/authenticationcontext/SharedSecretChallengeResponseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SharedSecretDynamicPlaintext located in ./library/Schemas/saml/authenticationcontext/SharedSecretDynamicPlaintext.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Smartcard located in ./library/Schemas/saml/authenticationcontext/Smartcard.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SubscriberLineNumber located in ./library/Schemas/saml/authenticationcontext/SubscriberLineNumber.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\SwitchAudit located in ./library/Schemas/saml/authenticationcontext/SwitchAudit.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\TechnicalProtection located in ./library/Schemas/saml/authenticationcontext/TechnicalProtection.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\TechnicalProtectionBaseType located in ./library/Schemas/saml/authenticationcontext/TechnicalProtectionBaseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\TimeSyncToken located in ./library/Schemas/saml/authenticationcontext/TimeSyncToken.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\TimeSyncTokenType located in ./library/Schemas/saml/authenticationcontext/TimeSyncTokenType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\Token located in ./library/Schemas/saml/authenticationcontext/Token.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\TokenType located in ./library/Schemas/saml/authenticationcontext/TokenType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\UserSuffix located in ./library/Schemas/saml/authenticationcontext/UserSuffix.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\WTLS located in ./library/Schemas/saml/authenticationcontext/WTLS.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\WrittenConsent located in ./library/Schemas/saml/authenticationcontext/WrittenConsent.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\authenticationcontext\ZeroKnowledge located in ./library/Schemas/saml/authenticationcontext/ZeroKnowledge.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AdditionalMetadataLocation located in ./library/Schemas/saml/metadata/AdditionalMetadataLocation.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AdditionalMetadataLocationType located in ./library/Schemas/saml/metadata/AdditionalMetadataLocationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AffiliateMember located in ./library/Schemas/saml/metadata/AffiliateMember.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AffiliationDescriptor located in ./library/Schemas/saml/metadata/AffiliationDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AffiliationDescriptorType located in ./library/Schemas/saml/metadata/AffiliationDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ArtifactResolutionService located in ./library/Schemas/saml/metadata/ArtifactResolutionService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AssertionConsumerService located in ./library/Schemas/saml/metadata/AssertionConsumerService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AssertionIDRequestService located in ./library/Schemas/saml/metadata/AssertionIDRequestService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeAuthorityDescriptor located in ./library/Schemas/saml/metadata/AttributeAuthorityDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeAuthorityDescriptorType located in ./library/Schemas/saml/metadata/AttributeAuthorityDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeConsumingService located in ./library/Schemas/saml/metadata/AttributeConsumingService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeConsumingServiceType located in ./library/Schemas/saml/metadata/AttributeConsumingServiceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeProfile located in ./library/Schemas/saml/metadata/AttributeProfile.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AttributeService located in ./library/Schemas/saml/metadata/AttributeService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AuthnAuthorityDescriptor located in ./library/Schemas/saml/metadata/AuthnAuthorityDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AuthnAuthorityDescriptorType located in ./library/Schemas/saml/metadata/AuthnAuthorityDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AuthnQueryService located in ./library/Schemas/saml/metadata/AuthnQueryService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\AuthzService located in ./library/Schemas/saml/metadata/AuthzService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\Company located in ./library/Schemas/saml/metadata/Company.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ContactPerson located in ./library/Schemas/saml/metadata/ContactPerson.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ContactType located in ./library/Schemas/saml/metadata/ContactType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EmailAddress located in ./library/Schemas/saml/metadata/EmailAddress.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EncryptionMethod located in ./library/Schemas/saml/metadata/EncryptionMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EndpointType located in ./library/Schemas/saml/metadata/EndpointType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EntitiesDescriptor located in ./library/Schemas/saml/metadata/EntitiesDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EntitiesDescriptorType located in ./library/Schemas/saml/metadata/EntitiesDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EntityDescriptor located in ./library/Schemas/saml/metadata/EntityDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\EntityDescriptorType located in ./library/Schemas/saml/metadata/EntityDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\Extensions located in ./library/Schemas/saml/metadata/Extensions.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ExtensionsType located in ./library/Schemas/saml/metadata/ExtensionsType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\GivenName located in ./library/Schemas/saml/metadata/GivenName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\IDPSSODescriptor located in ./library/Schemas/saml/metadata/IDPSSODescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\IDPSSODescriptorType located in ./library/Schemas/saml/metadata/IDPSSODescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\IndexedEndpointType located in ./library/Schemas/saml/metadata/IndexedEndpointType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\KeyDescriptor located in ./library/Schemas/saml/metadata/KeyDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\KeyDescriptorType located in ./library/Schemas/saml/metadata/KeyDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\LocalizedNameType located in ./library/Schemas/saml/metadata/LocalizedNameType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\LocalizedURIType located in ./library/Schemas/saml/metadata/LocalizedURIType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ManageNameIDService located in ./library/Schemas/saml/metadata/ManageNameIDService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\NameIDFormat located in ./library/Schemas/saml/metadata/NameIDFormat.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\NameIDMappingService located in ./library/Schemas/saml/metadata/NameIDMappingService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\Organization located in ./library/Schemas/saml/metadata/Organization.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\OrganizationDisplayName located in ./library/Schemas/saml/metadata/OrganizationDisplayName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\OrganizationName located in ./library/Schemas/saml/metadata/OrganizationName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\OrganizationType located in ./library/Schemas/saml/metadata/OrganizationType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\OrganizationURL located in ./library/Schemas/saml/metadata/OrganizationURL.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\PDPDescriptor located in ./library/Schemas/saml/metadata/PDPDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\PDPDescriptorType located in ./library/Schemas/saml/metadata/PDPDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\RequestedAttribute located in ./library/Schemas/saml/metadata/RequestedAttribute.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\RequestedAttributeType located in ./library/Schemas/saml/metadata/RequestedAttributeType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\RoleDescriptor located in ./library/Schemas/saml/metadata/RoleDescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\RoleDescriptorType located in ./library/Schemas/saml/metadata/RoleDescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SPSSODescriptor located in ./library/Schemas/saml/metadata/SPSSODescriptor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SPSSODescriptorType located in ./library/Schemas/saml/metadata/SPSSODescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SSODescriptorType located in ./library/Schemas/saml/metadata/SSODescriptorType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ServiceDescription located in ./library/Schemas/saml/metadata/ServiceDescription.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\ServiceName located in ./library/Schemas/saml/metadata/ServiceName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SingleLogoutService located in ./library/Schemas/saml/metadata/SingleLogoutService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SingleSignOnService located in ./library/Schemas/saml/metadata/SingleSignOnService.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\SurName located in ./library/Schemas/saml/metadata/SurName.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\metadata\TelephoneNumber located in ./library/Schemas/saml/metadata/TelephoneNumber.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Artifact located in ./library/Schemas/saml/protocol/Artifact.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ArtifactResolve located in ./library/Schemas/saml/protocol/ArtifactResolve.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ArtifactResolveType located in ./library/Schemas/saml/protocol/ArtifactResolveType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ArtifactResponse located in ./library/Schemas/saml/protocol/ArtifactResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ArtifactResponseType located in ./library/Schemas/saml/protocol/ArtifactResponseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AssertionIDRequest located in ./library/Schemas/saml/protocol/AssertionIDRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AssertionIDRequestType located in ./library/Schemas/saml/protocol/AssertionIDRequestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AttributeQuery located in ./library/Schemas/saml/protocol/AttributeQuery.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AttributeQueryType located in ./library/Schemas/saml/protocol/AttributeQueryType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthnQuery located in ./library/Schemas/saml/protocol/AuthnQuery.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthnQueryType located in ./library/Schemas/saml/protocol/AuthnQueryType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthnRequest located in ./library/Schemas/saml/protocol/AuthnRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthnRequestType located in ./library/Schemas/saml/protocol/AuthnRequestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthzDecisionQuery located in ./library/Schemas/saml/protocol/AuthzDecisionQuery.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\AuthzDecisionQueryType located in ./library/Schemas/saml/protocol/AuthzDecisionQueryType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Extensions located in ./library/Schemas/saml/protocol/Extensions.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ExtensionsType located in ./library/Schemas/saml/protocol/ExtensionsType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\GetComplete located in ./library/Schemas/saml/protocol/GetComplete.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\IDPEntry located in ./library/Schemas/saml/protocol/IDPEntry.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\IDPEntryType located in ./library/Schemas/saml/protocol/IDPEntryType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\IDPList located in ./library/Schemas/saml/protocol/IDPList.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\IDPListType located in ./library/Schemas/saml/protocol/IDPListType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\LogoutRequest located in ./library/Schemas/saml/protocol/LogoutRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\LogoutRequestType located in ./library/Schemas/saml/protocol/LogoutRequestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\LogoutResponse located in ./library/Schemas/saml/protocol/LogoutResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ManageNameIDRequest located in ./library/Schemas/saml/protocol/ManageNameIDRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ManageNameIDRequestType located in ./library/Schemas/saml/protocol/ManageNameIDRequestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ManageNameIDResponse located in ./library/Schemas/saml/protocol/ManageNameIDResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDMappingRequest located in ./library/Schemas/saml/protocol/NameIDMappingRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDMappingRequestType located in ./library/Schemas/saml/protocol/NameIDMappingRequestType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDMappingResponse located in ./library/Schemas/saml/protocol/NameIDMappingResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDMappingResponseType located in ./library/Schemas/saml/protocol/NameIDMappingResponseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDPolicy located in ./library/Schemas/saml/protocol/NameIDPolicy.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NameIDPolicyType located in ./library/Schemas/saml/protocol/NameIDPolicyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NewEncryptedID located in ./library/Schemas/saml/protocol/NewEncryptedID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\NewID located in ./library/Schemas/saml/protocol/NewID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\RequestAbstractType located in ./library/Schemas/saml/protocol/RequestAbstractType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\RequestedAuthnContext located in ./library/Schemas/saml/protocol/RequestedAuthnContext.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\RequestedAuthnContextType located in ./library/Schemas/saml/protocol/RequestedAuthnContextType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\RequesterID located in ./library/Schemas/saml/protocol/RequesterID.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Response located in ./library/Schemas/saml/protocol/Response.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ResponseType located in ./library/Schemas/saml/protocol/ResponseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Scoping located in ./library/Schemas/saml/protocol/Scoping.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\ScopingType located in ./library/Schemas/saml/protocol/ScopingType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\SessionIndex located in ./library/Schemas/saml/protocol/SessionIndex.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Status located in ./library/Schemas/saml/protocol/Status.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusCode located in ./library/Schemas/saml/protocol/StatusCode.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusCodeType located in ./library/Schemas/saml/protocol/StatusCodeType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusDetail located in ./library/Schemas/saml/protocol/StatusDetail.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusDetailType located in ./library/Schemas/saml/protocol/StatusDetailType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusMessage located in ./library/Schemas/saml/protocol/StatusMessage.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusResponseType located in ./library/Schemas/saml/protocol/StatusResponseType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\StatusType located in ./library/Schemas/saml/protocol/StatusType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\SubjectQuery located in ./library/Schemas/saml/protocol/SubjectQuery.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\SubjectQueryAbstractType located in ./library/Schemas/saml/protocol/SubjectQueryAbstractType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\Terminate located in ./library/Schemas/saml/protocol/Terminate.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\saml\protocol\TerminateType located in ./library/Schemas/saml/protocol/TerminateType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\AgreementMethod located in ./library/Schemas/xmlenc/AgreementMethod.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\AgreementMethodType located in ./library/Schemas/xmlenc/AgreementMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\CipherData located in ./library/Schemas/xmlenc/CipherData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\CipherDataType located in ./library/Schemas/xmlenc/CipherDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\CipherReference located in ./library/Schemas/xmlenc/CipherReference.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\CipherReferenceType located in ./library/Schemas/xmlenc/CipherReferenceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptedData located in ./library/Schemas/xmlenc/EncryptedData.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptedDataType located in ./library/Schemas/xmlenc/EncryptedDataType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptedKey located in ./library/Schemas/xmlenc/EncryptedKey.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptedKeyType located in ./library/Schemas/xmlenc/EncryptedKeyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptedType located in ./library/Schemas/xmlenc/EncryptedType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptionMethodType located in ./library/Schemas/xmlenc/EncryptionMethodType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptionProperties located in ./library/Schemas/xmlenc/EncryptionProperties.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptionPropertiesType located in ./library/Schemas/xmlenc/EncryptionPropertiesType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptionProperty located in ./library/Schemas/xmlenc/EncryptionProperty.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\EncryptionPropertyType located in ./library/Schemas/xmlenc/EncryptionPropertyType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\ReferenceList located in ./library/Schemas/xmlenc/ReferenceList.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Schemas\xmlenc\ReferenceType located in ./library/Schemas/xmlenc/ReferenceType.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\ServiceId located in ./library/ServiceId.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\ServiceIds located in ./library/ServiceIds.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\StatusRequest located in ./library/StatusRequest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\StatusResponse located in ./library/StatusResponse.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Utils located in ./library/Utils.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\XmlProcessor located in ./library/XmlProcessor.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\AcceptanceReportBase located in ./library/internal/AcceptanceReportBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\DirectoryRequestBase located in ./library/internal/DirectoryRequestBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\DirectoryResponseBase located in ./library/internal/DirectoryResponseBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\Issuer located in ./library/internal/DirectoryResponseBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\ErrorResponseBase located in ./library/internal/ErrorResponseBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\IdxMessageBase located in ./library/internal/IdxMessageBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\StatusRequestBase located in ./library/internal/StatusRequestBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\StatusResponseBase located in ./library/internal/StatusResponseBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\TransactionRequestBase located in ./library/internal/TransactionRequestBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Internal\TransactionResponseBase located in ./library/internal/TransactionResponseBase.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Validation\CustomValidation located in ./library/validation/Validator.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class BankId\Merchant\Library\Validation\Validator located in ./library/validation/Validator.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Generated optimized autoload files containing 390 classes

When I run the same on my branch:

$ git clone https://github.com/dvdmunckhof/iDIN-libraries-php.git
$ cd iDIN-libraries-php/
$ git checkout fix-psr4-autoloading
$ composer install
$ composer dumpautoload -o

The output is:

$ composer dumpautoload -o
Generating optimized autoload files
Generated optimized autoload files containing 390 classes

All warnings are gone.

Second example

Working with the library as a project dependency.

$ mkdir idin-test-psr4
$ cd idin-test-psr4/

Create the file composer.json with these contents:

{
    "name": "dvdm/idin-test-psr4",
    "type": "project",
    "require": {
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/Currence-Online/iDIN-libraries-php.git"
        }
    ]
}
$ composer install
$ composer dumpautoload -o

The output is the same as above, with hundreds of warnings.


Repeat the previous steps with this composer.json file, which uses my fixed branch:

{
    "name": "dvdm/idin-test-psr4",
    "type": "project",
    "require": {
        "currence/idin": "dev-fix-psr4-autoloading"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/dvdmunckhof/iDIN-libraries-php.git"
        }
    ]
}

Again, all warnings are gone:

$ composer dumpautoload -o
Generating optimized autoload files
Generated optimized autoload files containing 390 classes

I hope this clears things up, please let me know if you have any questions. If it still doesn't work for you, could you clarify what the output is and what doesn't work?

grigoresc commented 4 years ago

Thank you for your help.

We have checked the issue locally and indeed when using the last version of composer the warning appears (1.10.8).

You should know that we still need the internal and validation entries because the classes would not be found anymore. When running on our test environment we get the next error: Fatal error: Class 'BankId\Merchant\Library\Internal\TransactionRequestBase' not found in /var/www/html/library/AuthenticationRequest.php on line 8 (running on a php:7.2.1-apache docker image).

So we need something like that:

    "psr-4": {
      "BankId\\Merchant\\Library\\": ["library"],
      "BankId\\Merchant\\Library\\Internal\\": "library\\internal", 
      "BankId\\Merchant\\Library\\Validation\\": "library\\validation"
    }
dvdmunckhof commented 4 years ago

I already tried adding entries for validation and internal, but this still resulted in warnings.

The only way I found to completely eliminate those errors/warnings and comply with the psr-4 spec is by capitalizing the directory names library\internal and library\validation to library\Internal and library\Validation. Because the directory names now match the namespace, the entries are not required anymore.

I did rename the directories in this pull request and I cannot reproduce your error. Doesn't this work for you? If not, please email me at dennis.vandenmunckhof@cm.com and we'll schedule a call.

dvdmunckhof commented 4 years ago

@csg-coder, do you have any update regarding this PR (and the others)?

grigoresc commented 4 years ago

sorry for delayed response - while investigating psr-4 issue, we reached the same conclusion - that some of the file names should be capitalized, this way the composer declaration would be simplified. we're going to add this change in the next days into the master.

dvdmunckhof commented 4 years ago

@csg-coder Thank you looking into this and merging the other PRs. It's good to hear you came to the same conclusion, do you have any timeline when it will be comitted to master?

grigoresc commented 4 years ago

We've made some internal tests and all good. I'm going to approve the PR. Can you please fix the conflict on the validator file?

Thank you!

dvdmunckhof commented 4 years ago

I resolved the conflict by merging master into this branch.