nemiah / phpFinTS

PHP library to communicate with FinTS/HBCI servers
MIT License
131 stars 40 forks source link

Composer Autoload-Issue #389

Closed seem2810 closed 2 years ago

seem2810 commented 2 years ago

Hello Guys,

Class Fhp\Model\FlickerTan\TanRequestChallengeFlickerTest located in ./vendor/nemiah/php-fints/lib/Tests/Fhp/Model/FlickerTan/TanRequestChallengeFlickerTest.php does not comply with psr-0 autoloading standard. Skipping.

How can I solve this?

lukas-staab commented 2 years ago

It is already solved on the master branch. Are you using the latest release or dev-master in your composer.json?

Nonetheless: it is not a breaking issue. As long as you don't want to run the tests you can ignore the warning.

seem2810 commented 2 years ago

"nemiah/php-fints": "^3.3",

not dev-master :-) I'll wait, thanks for the fast feedback