Skip to content
This repository was archived by the owner on Nov 28, 2017. It is now read-only.
This repository was archived by the owner on Nov 28, 2017. It is now read-only.

Change Json structure #25

Description

@Sorien

current one is not extensible

propesed one file silex.meta.json not pimple.json

{
    "version" : "1.0.2", //file format version
    "silex" : "2.0", // silex version
    "pimple" : {
        "dbs" : {
            "type": "container",
            "class": "Pimple\\Container",
            "values": {
                "default" : {
                    "type": "class",
                    "class": "Doctrine\\DBAL\\Connection"
                }
            }
        },
        "dbs.options" : {
            "type": "array",
            "value": ""
        }
    },

    "routes" : {
    }

    "twig-extensions" {
    }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions