Allow every config options to be set with environment variables

This commit is contained in:
Pierre Rudloff 2019-11-10 18:05:53 +01:00
parent adba68edbc
commit 8521b03cc9
3 changed files with 54 additions and 7 deletions

View file

@ -16,7 +16,8 @@
"zonuexe/http-accept-language": "~0.4.1",
"rinvex/countries": "~3.1.0",
"php-mock/php-mock-mockery": "~1.3.0",
"ext-xsl": "*"
"ext-xsl": "*",
"jawira/case-converter": "^1.2"
},
"require-dev": {
"symfony/var-dumper": "~3.4.1",