completed validation assignment

This commit is contained in:
Joshua Ashton
2025-02-06 15:41:04 -07:00
parent 8a4fd19fd4
commit 5aa1390d9c
9 changed files with 196 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "violet/validation",
"type": "project",
"autoload": {
"psr-4": {
"Violet\\Validation\\": "src/"
}
},
"require": {}
}