{
    "name": "helhum/typoscript-rendering",
    "type": "typo3-cms-extension",
    "description": "Can render a TypoScript path by URL, especially useful for Ajax dispatching",
    "keywords": [
        "TYPO3",
        "rendering",
        "frontend"
    ],
    "homepage": "http://insight.helhum.io/post/104880845705/dont-use-eid-ajax-dispatchers-for-your-extbase",
    "support": {
        "issues": "https://github.com/helhum/typoscript_rendering/issues"
    },
    "authors": [
        {
            "name": "Helmut Hummel",
            "email": "info@helhum.io",
            "role": "Developer",
            "homepage": "http://helhum.io"
        }
    ],
    "license": "GPL-2.0+",
    "require": {
        "php": ">=5.3.7",
        "typo3/cms-core": "^6.2 || ^7.6 || ^8.0"
    },
    "require-dev": {
        "namelesscoder/typo3-repository-client": "1.1.x-dev",
        "mikey179/vfsStream": "~1.6.0",
        "phpunit/phpunit": "~4.8.0"
    },
    "autoload": {
        "psr-4": {
            "Helhum\\TyposcriptRendering\\": "Classes"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Helhum\\TyposcriptRendering\\Tests\\": "Tests",
            "TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
        }
    },
    "replace": {
        "typoscript_rendering": "self.version",
        "typo3-ter/typoscript-rendering": "self.version"
    },
    "config": {
        "vendor-dir": ".Build/vendor",
        "bin-dir": ".Build/bin"
    },
    "scripts": {
        "post-autoload-dump": [
            "mkdir -p .Build/Web/typo3conf/ext/",
            "[ -L .Build/Web/typo3conf/ext/typoscript_rendering ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/typoscript_rendering"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.x-dev"
        },
        "typo3/cms": {
            "cms-package-dir": "{$vendor-dir}/typo3/cms",
            "web-dir": ".Build/Web"
        }
    }
}
