Use .env file instead of local config.
This commit is contained in:
parent
4110cd5190
commit
e1cb500f99
16 changed files with 517 additions and 98 deletions
|
@ -10,7 +10,9 @@
|
|||
"symfony/mailer": "~7.2",
|
||||
"matomo/device-detector": "~6.4",
|
||||
"sentry/sdk": "~4.0",
|
||||
"nesbot/carbon": "~3.8"
|
||||
"nesbot/carbon": "~3.8",
|
||||
"vlucas/phpdotenv": "~5.6",
|
||||
"filp/whoops": "~2.17"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
@ -27,7 +29,6 @@
|
|||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "~2.1",
|
||||
"filp/whoops": "~2.17"
|
||||
"phpstan/phpstan": "~2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue