mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 05:14:57 -08:00
Initial commit
This commit is contained in:
31
composer.json
Normal file
31
composer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": ">=7.4.6",
|
||||
"danielbrendel/asatru-php-framework": "^1.0",
|
||||
"phpmailer/phpmailer": "^6.1",
|
||||
"nesbot/carbon": "^2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user