Files
authentication_provider_pas…/composer.json
T
Sebastian 3574fe9beb
Integration Tests / Integration Tests (pull_request) Failing after 48s
feat: implement console command
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-23 00:14:33 -04:00

17 lines
418 B
JSON

{
"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"
}
}