{
    "name": "sylius/storage",
    "type": "library",
    "description": "Component allowing easily & unified storage handling for PHP applications.",
    "keywords": ["storage"],
    "homepage": "http://sylius.org",
    "license": "MIT",
    "authors": [
        {
            "name": "Paweł Jędrzejewski",
            "homepage": "http://pjedrzejewski.com"
        },
        {
            "name": "Sylius project",
            "homepage": "http://sylius.org"
        },
        {
            "name": "Community contributions",
            "homepage": "http://github.com/Sylius/Sylius/contributors"
        }
    ],
    "require": {
        "php": ">=5.3.3"
    },
    "require-dev": {
        "doctrine/cache": "~1.3",
        "symfony/http-foundation": "~2.3",
        "phpspec/phpspec": "~2.0"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "psr-4": { "Sylius\\Component\\Storage\\": "" }
    },
    "autoload-dev": {
        "psr-4": { "Sylius\\Component\\Storage\\spec\\": "spec/" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.12-dev"
        }
    }
}
