{
    "name": "tcattd\/fuerte-wp",
    "description": "Stronger WP",
    "license": "GPL-2.0",
    "type": "wordpress-plugin",
    "homepage": "https:\/\/github.com\/TCattd\/Fuerte-WP",
    "authors": [
        {
            "name": "Esteban Cuevas",
            "email": "esteban@attitude.cl"
        }
    ],
    "support": {
        "issues": "https:\/\/github.com\/TCattd\/Fuerte-WP\/issues"
    },
    "require": {
        "php": ">=7.4",
        "htmlburger\/carbon-fields": "^3.3"
    },
    "scripts": {
        "post-install-cmd": [
            "composer dump-autoload"
        ],
        "post-update-cmd": [
            "composer dump-autoload"
        ]
    }
}