This commit is contained in:
count-null 2025-02-09 12:02:22 -05:00
parent 7428ff8b8f
commit 9b15ac9fd3
87 changed files with 4975 additions and 1 deletions

15
composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "lyberry/lyberry.com",
"description": "homepage",
"autoload": {
"psr-4": {
"app\\": "src/"
}
},
"require": {
"phpmailer/phpmailer": "^6.9.2",
"vlucas/phpdotenv": "^5.6",
"web-auth/webauthn-lib": "^5.0",
"twig/twig": "^3.0"
}
}