made the code more composer friendly

This commit is contained in:
2025-11-19 00:03:03 -08:00
parent a14df54cd9
commit 466d34c39f
12 changed files with 164 additions and 84 deletions

View File

@@ -6,8 +6,7 @@
{
"name": "Nick Yeoman",
"email": "dev@4lt.ca",
"homepage": "https://www.4lt.ca",
"role": "Consultant"
"homepage": "https://www.4lt.ca"
}
],
"autoload": {
@@ -16,6 +15,7 @@
}
},
"require": {
"php": "^8.1",
"twig/twig": "*",
"nickyeoman/php-validation-class": "^5.0"
},