Files
hortusfox-web/composer.json
Daniel Brendel d64e7269db Resolves #337
2025-02-02 11:51:02 +01:00

35 lines
842 B
JSON

{
"name": "danielbrendel/asatru-php",
"version": "1.0",
"description": "A lightweight PHP framework",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Daniel Brendel",
"email": "dbrendel1988@gmail.com"
}
],
"keywords": [
"asatru",
"framework",
"php"
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.3",
"danielbrendel/asatru-php-framework": "^1.5",
"phpmailer/phpmailer": "^6.1",
"nesbot/carbon": "^3.0",
"chillerlan/php-qrcode": "^5.0",
"tecnickcom/tcpdf": "^6.8",
"ezyang/htmlpurifier": "^4.18"
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}