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