ecomm-store/composer.json
count-null 9b15ac9fd3 init
2025-02-09 12:02:22 -05:00

16 lines
279 B
JSON

{
"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"
}
}