26 lines
705 B
JSON
26 lines
705 B
JSON
{
|
|
"name": "ktrix/authentication-provider-mail",
|
|
"description": "Ktrix mail challenge authentication provider",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KTXM\\AuthenticationProviderMail\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^12.0"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"KTXT\\AuthenticationProviderMail\\Tests\\": "tests/php/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test:unit": "phpunit --configuration tests/php/phpunit.xml --testsuite \"Unit Tests\" --colors=always --testdox",
|
|
"test:integration": "phpunit --configuration tests/php/phpunit.xml --testsuite \"Integration Tests\" --colors=always --testdox"
|
|
}
|
|
}
|