{
    "name": "sheadawson/silverstripe-linkable",
    "type": "silverstripe-vendormodule",
    "description": "A couple of handy form fields and objects for managing external and internal links on DataObjects",
    "license": "BSD-3-Clause",
    "keywords": [
        "silverstripe",
        "cms",
        "link"
    ],
    "homepage": "http://github.com/sheadawson/silverstripe-linkable",
    "authors": [
        {
            "name": "Shea Dawson",
            "email": "shea@silverstripe.com.au"
        },
        {
            "name": "Marcus Nyeholt",
            "email": "marcus@silverstripe.com.au"
        }
    ],
    "support": {
        "issues": "http://github.com/sheadawson/silverstripe-linkable/issues"
    },
    "require": {
        "silverstripe/vendor-plugin": "^1.0",
        "silverstripe/framework": "^4.0",
        "unclecheese/display-logic": "*",
        "embed/embed": "^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7"
    },
    "autoload": {
        "psr-4": {
            "Sheadawson\\Linkable\\": "src/",
            "Sheadawson\\Linkable\\Tests\\": "tests/"
        }
    },
    "suggest": {
        "silverstripe/cms": "To allow for a linking of the SiteTree data object."
    },
    "extra": {
        "installer-name": "linkable",
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        },
        "expose": [
            "client"
        ]
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}
