smarty ça casse les couilles zebi

This commit is contained in:
Yasder5 2026-02-04 22:51:01 +01:00
parent b1960b2f35
commit aec3c845e0
469 changed files with 53465 additions and 69 deletions

18
composer.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "yasse/projetphp",
"description": "le projet php de ces mort",
"require": {
"smarty/smarty": "^5.7"
},
"autoload": {
"psr-4": {
"Yasse\\Projetphp\\": "src/"
}
},
"authors": [
{
"name": "Yasder5",
"email": "102179445+Yasder5@users.noreply.github.com"
}
]
}