Thanasoft-Hytha/gestion/composer.json
2024-12-16 17:24:37 +03:00

21 lines
435 B
JSON

{
"name": "gestion/app",
"description": "Company administration",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Benjamin AIMARD"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/panther": "^1.1",
"dbrekelmans/bdi": "^1.0",
"symfony/framework-bundle": "^5.4"
},
"require": {
"setasign/fpdf": "^1.8"
}
}