{
    "name": "fumikito/gianism",
    "description": "A plugin which makes your WordPress more social.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "fumikito",
            "email": "guy@hametuha.com"
        }
    ],
    "minimum-stability": "stable",
    "scripts": {
        "lint": "phpcs --standard=phpcs.ruleset.xml .",
        "fix": "phpcbf --standard=phpcs.ruleset.xml .",
        "test": "phpunit",
        "analyze": "phpstan analyze --memory-limit=2G",
        "analyze:github": "phpstan analyze --memory-limit=2G --error-format=github",
        "post-install-cmd": "php bin/composer-fixer.php",
        "post-update-cmd": "php bin/composer-fixer.php"
    },
    "require": {
        "php": ">=7.4",
        "facebook/graph-sdk": "^5.4",
        "abraham/twitteroauth": "2.0.0",
        "google/apiclient": "^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": ">=5.7",
        "wp-coding-standards/wpcs": "^3.0",
        "yoast/phpunit-polyfills": "^4.0",
        "phpstan/phpstan": "^2.0",
        "phpstan/extension-installer": "^1.4",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "php-stubs/wp-cli-stubs": "^2.10",
        "php-stubs/woocommerce-stubs": "^10.0",
        "wp-cli/php-cli-tools": "^0.12.0"
    },
    "autoload": {
        "psr-0": {
            "Gianism": "app"
        }
    },
    "config": {
        "platform": {
            "php": "7.4"
        },
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        }
    }
}
