poll assignment.

This commit is contained in:
Joshua Ashton
2025-02-08 14:02:54 -07:00
parent 83fa29d54c
commit 2a98edbc6f
12 changed files with 276 additions and 51 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "violet/poll",
"autoload": {
"psr-4": {
"Violet\\Poll\\": "src/"
}
},
"authors": [
{
"name": "Joshua Ashton",
"email": "joshuatashton+dev@gmail.com"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}