v3 init push
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "franzz/mythoughts",
|
||||
"description": "MyThoughts",
|
||||
"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\\MyThoughts\\": "lib/",
|
||||
"Franzz\\Objects\\": "../objects/inc/"
|
||||
},
|
||||
"files": [
|
||||
"config/settings.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "php-cs-fixer fix --dry-run --diff",
|
||||
"lint-fix": "php-cs-fixer fix"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user