Skip to content

Commit

Permalink
feat: support multi-dimensional array inputs (with unflattening)* tra…
Browse files Browse the repository at this point in the history
…nsform keys like `hello__world` or `hello.world` into their multi-dimensional variants
  • Loading branch information
joostfaassen committed Jul 26, 2020
1 parent eece1f8 commit c6622d7
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 7 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -35,7 +35,8 @@
"linkorb/config": "^1.0",
"andrewfenn/pid-helper": "^0.1.0",
"symfony/dotenv": "^3.0|^4.0|^5.0",
"symfony/console": "^4.0|^5.0"
"symfony/console": "^4.0|^5.0",
"symfony/property-access": "^5.1"
},
"scripts": {
"build": "echo 'noop'",
Expand Down Expand Up @@ -72,4 +73,4 @@
"replace": {
"vlucas/phpdotenv": "*"
}
}
}

0 comments on commit c6622d7

Please sign in to comment.