File: //home/timetracker.panomity.com/tm.old/composer.json
{
"name": "keleo/task-management-bundle",
"description": "Manage your tasks / todo lists, use user and team assignments and track times for them",
"homepage": "https://www.kimai.org/store/task-management-bundle.html",
"type": "kimai-plugin",
"version": "1.11",
"keywords": [
"kimai",
"kimai-plugin"
],
"license": "proprietary",
"authors": [
{
"name": "Kevin Papst",
"email": "info@keleo.de",
"homepage": "https://www.keleo.de"
}
],
"extra": {
"kimai": {
"require": "1.15",
"name": "Task management"
}
},
"config": {
"platform": {
"php": "7.3"
},
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"scripts": {
"codestyle": "vendor/bin/php-cs-fixer fix --dry-run --verbose --show-progress=none",
"codestyle-fix": "vendor/bin/php-cs-fixer fix",
"codestyle-check": "vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=no --show-progress=none --format=checkstyle",
"phpstan": "vendor/bin/phpstan analyse . -c phpstan.neon --level=5",
"linting": [
"composer validate --strict --no-check-version",
"@codestyle-check",
"@phpstan"
]
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3",
"fakerphp/faker": "^1.15",
"friendsofphp/php-cs-fixer": "^3.0",
"kevinpapst/kimai2": "^1.15",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"symfony/console": "^4.0",
"symfony/event-dispatcher": "^4.0"
}
}