33 lines
722 B
JSON
33 lines
722 B
JSON
{
|
|
"name": "franzz/livetrail",
|
|
"description": "LiveTrail",
|
|
"type": "project",
|
|
"license": "GPL-3.0-or-later",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.lutran.fr/franzz/objects"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.5",
|
|
"franzz/objects": "dev-vue",
|
|
"phpmailer/phpmailer": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.75"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Franzz\\Livetrail\\": "lib/"
|
|
},
|
|
"files": [
|
|
"config/settings.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"lint": "php-cs-fixer fix --dry-run --diff",
|
|
"lint-fix": "php-cs-fixer fix"
|
|
}
|
|
}
|