53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "ktxm/provider-jmapc",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Krupinski",
|
|
"email": "krupinski01@gmail.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.2"
|
|
},
|
|
"autoloader-suffix": "ProviderJmapc",
|
|
"vendor-dir": "lib/vendor",
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/sebastiankrupinski/jmap-client-php"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.2 <=8.5",
|
|
"sebastiankrupinski/jmap-client-php": "dev-main"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KTXM\\ProviderJmapc\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"KTXT\\ProviderJmapc\\": "tests/php/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
],
|
|
"post-update-cmd": [
|
|
],
|
|
"test:unit": "phpunit --configuration tests/php/phpunit.unit.xml --colors=always --testdox",
|
|
"test:coverage": "XDEBUG_MODE=coverage phpunit --configuration tests/php/phpunit.unit.xml --coverage-html .phpunit.coverage --coverage-text"
|
|
}
|
|
}
|