This commit is contained in:
Joby Elliott 2018-08-17 16:21:05 -06:00
parent 36f787ca8f
commit 521446349b

View file

@ -1,5 +1,5 @@
{ {
"name": "byjoby/flatarray", "name": "byjoby/flatrr",
"description": "A library for working with multi-dimensional arrays through flattened keys", "description": "A library for working with multi-dimensional arrays through flattened keys",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
@ -28,4 +28,4 @@
"require": { "require": {
"symfony/yaml": "^3.4" "symfony/yaml": "^3.4"
} }
} }