GammaPHP/composer.json

22 lines
421 B
JSON
Raw Normal View History

{
2025-02-07 15:48:54 +01:00
"name": "gzod01/gammaphp",
"description": "GammaPHP Website builder",
"type": "tool",
"require": {
"mnapoli/front-yaml": "^2.0"
},
2025-02-07 15:48:54 +01:00
"license": "MIT",
"autoload": {
"psr-4": {
"Gzod01\\Gammaphp\\": "src/"
}
},
"authors": [
{
"name": "GZod01",
"email": "gzod01@gzod01.fr"
}
2025-02-10 13:34:24 +01:00
],
"bin":["bin/gammaphp"]
}