implemented db-test assignment

This commit is contained in:
Joshua Ashton
2025-02-07 18:14:38 -07:00
parent 06f7540b26
commit 4a19469c98
18 changed files with 140 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "violet/db-start",
"autoload": {
"psr-4": {
"Violet\\DbStart\\": "src/"
}
},
"authors": [
{
"name": "Joshua Ashton",
"email": "joshuatashton+dev@gmail.com"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}