ecomm-store/composer.json
count-null 27df1a73b5 save
2025-02-15 00:21:37 -05:00

17 lines
312 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",
"swentel/nostr-php": "^1.5"
}
}