GammaPHP/composer.json
2025-02-10 13:34:24 +01:00

21 lines
421 B
JSON

{
"name": "gzod01/gammaphp",
"description": "GammaPHP Website builder",
"type": "tool",
"require": {
"mnapoli/front-yaml": "^2.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Gzod01\\Gammaphp\\": "src/"
}
},
"authors": [
{
"name": "GZod01",
"email": "gzod01@gzod01.fr"
}
],
"bin":["bin/gammaphp"]
}