{
    "name": "mindsize/simple-feature-requests",
    "homepage": "https://simplefeaturerequests.com",
    "description": "Collect and manage user feedback using your existing WordPress website. Prioritize the product features important to you and your customers.",
    "type": "wordpress-plugin",
    "support": {
        "docs": "https://docs.simplefeaturerequests.com",
        "issues": "https://simplefeaturerequests.com/contact"
    },
    "authors": [
        {
            "name": "Mindsize",
            "email": "contact@mindsize.com",
            "homepage": "https://mindsize.com",
            "role": "Owner"
        },
        {
            "name": "Patrick Garman",
            "email": "patrick.garman@mindsize.com",
            "homepage": "https://mindsize.com",
            "role": "Developer"
        },
        {
            "name": "Ben Lobaugh",
            "email": "ben.lobaugh@mindsize.com",
            "homepage": "https://mindsize.com",
            "role": "Developer"
        }
    ],
    "repositories": [
        {
          "type": "vcs",
          "url": "https://github.com/blobaugh/wp-eloquent.git"
        }
      ],
    "autoload": {
        "classmap": [
            "inc/"
        ],
        "files": [
            "inc/functions.php"
        ],
        "exclude-from-classmap": [
            "inc/vendor/freemius"
        ]
    },
    "optimize-autoloader": true,
    "scripts": {
        "post-install-cmd": [
            "vendor/bin/strauss",
            "@php scripts/patch-symfony-normalizer-stub.php",
            "composer dump-autoload"
        ],
        "post-update-cmd": [
            "vendor/bin/strauss",
            "@php scripts/patch-symfony-normalizer-stub.php",
            "composer dump-autoload"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "^9"
    },
    "config": {
        "platform": {
            "php": "7.4.33"
        },
        "allow-plugins": {
            "kylekatarnls/update-helper": true
        }
    },
    "require": {
        "tareq1988/wp-eloquent": "dev-master",
        "deliciousbrains/wp-background-processing": "^1.3",
        "brianhenryie/strauss": "^0.26.0"
    },
    "extra": {
            "strauss": {
                "packages": [
                    "tareq1988/wp-eloquent",
                    "deliciousbrains/wp-background-processing"
                ],
                "namespace_prefix": "SFR\\Dependencies\\",
                "target_directory": "vendor-prefixed",
                "classmap_prefix": "SFR_Deps_",
                "classmap_output": true,
                "include_root_autoload": true
            }
    }
}
