{ "name": "ktrix/authentication-provider-password", "description": "Ktrix password authentication provider", "type": "project", "autoload": { "psr-4": { "KTXM\\AuthenticationProviderPassword\\": "lib/" } }, "require": { "php": ">=8.2" }, "scripts": { "test:integration": "../../vendor/bin/phpunit --configuration tests/php/phpunit.integration.xml --colors=always --testdox" } }