a626a63598
Integration Tests / Integration Tests (pull_request) Successful in 59s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
17 lines
418 B
JSON
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"
|
|
}
|
|
}
|