backup du projet

This commit is contained in:
Yasder5
2026-02-26 00:19:11 +01:00
commit 4655c05be6
670 changed files with 87655 additions and 0 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "yasse/projetphp",
"description": "le projet php de ces mort",
"require": {
"smarty/smarty": "^5.7",
"phpmailer/phpmailer": "^7.0",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
"Guill\\Guillaume\\": "src/"
}
},
"authors": [
{
"name": "GuillaumeH-Cci",
"email": "guillaume.hess@ccicampus.fr"
}
]
}