v3 init push
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "franzz/mythoughts",
|
||||
"description": "MyThoughts",
|
||||
"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\\MyThoughts\\": "lib/"
|
||||
},
|
||||
"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