mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-02-17 11:59:47 -06:00
35 lines
842 B
JSON
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');\""
|
|
]
|
|
}
|
|
}
|