{
    "name": "happas/marklane",
    "description": "WordPress plugin to import Markdown files into posts using YAML frontmatter.",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": "^8.1",
        "league/commonmark": "^2.7",
        "symfony/yaml": "^6.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "autoload": {
        "classmap": [
            "includes/"
        ]
    },
    "config": {
        "platform": {
            "php": "8.1.0"
        }
    },
    "scripts": {
        "sync-meta": "php tools/sync-plugin-meta.php",
        "check-meta": "php tools/sync-plugin-meta.php --check",
        "build-dist": [
            "@sync-meta",
            "php tools/build-dist.php"
        ],
        "test": "phpunit --configuration phpunit.xml.dist"
    }
}
