ajout systeme d'evenement

This commit is contained in:
Gregory Letellier
2023-10-27 15:47:08 +02:00
parent 5c09234cf5
commit bc7fa33473
5 changed files with 111 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
"description": "Pdo Wrapper for php with ActiveRecord system",
"type": "library",
"require": {
"vlucas/phpdotenv": "^5.5"
"vlucas/phpdotenv": "^5.5",
"evenement/evenement": "^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",