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