init
This commit is contained in:
parent
7428ff8b8f
commit
9b15ac9fd3
87 changed files with 4975 additions and 1 deletions
15
composer.json
Normal file
15
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue