This commit is contained in:
GZod01 2025-02-07 15:48:54 +01:00
parent 3116d650da
commit 412652b9dc
453 changed files with 39152 additions and 1629 deletions

View file

@ -1,8 +1,20 @@
{
"name": "gzod01/gammaphp",
"description": "GammaPHP Website builder",
"type": "tool",
"require": {
"mnapoli/front-yaml": "^2.0"
},
"require-dev": {
"clue/phar-composer": "^1.4"
}
"license": "MIT",
"autoload": {
"psr-4": {
"Gzod01\\Gammaphp\\": "src/"
}
},
"authors": [
{
"name": "GZod01",
"email": "gzod01@gzod01.fr"
}
]
}