{
    "name": "wpbp/wordpress-plugin-boilerplate-powered",
    "description": "Wordpress Plugin Boilerplate with steroids!",
    "version": "1.1.1",
    "license": "GPL-3.0-or-later",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "Erik Golinelli",
            "email": "erik@codekraft.it",
            "homepage": "https://author-url.test"
        }
    ],
    "homepage": "https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered",
    "require": {
        "inpsyde/wp-context": "1.3.*",
        "league/oauth2-client": "^2.7",
        "league/oauth2-google": "^4.0"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.13.4",
        "friendsofphp/php-cs-fixer": "3",
        "phpcompatibility/php-compatibility": "*",
        "wp-coding-standards/wpcs": "^3.2",
        "phpcompatibility/phpcompatibility-wp": "*",
        "phpunit/phpunit": "^9.6.13",
        "wp-phpunit/wp-phpunit": "^5.9.5",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
        "ext-dom": "*",
        "ext-libxml": "*"
    },
    "scripts": {
        "install": "composer install --no-suggest --optimize-autoloader",
        "build": "composer install --no-dev --no-interaction --no-progress --no-suggest --optimize-autoloader",
        "PHPCS": "vendor/bin/phpcs --standard=phpcs.xml -s --report=full,summary,source",
        "PHPCS-FIXER-dev": "vendor/bin/phpcbf --standard=phpcs.xml  -s --report=full"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "platform-check": false,
    "optimize-autoloader": true,
    "autoload": {
        "psr-4": {
            "cf7_smtp\\Rest\\": "rest/",
            "cf7_smtp\\Backend\\": "backend/",
            "cf7_smtp\\Core\\": "core/",
            "cf7_smtp\\Engine\\": "engine/",
            "cf7_smtp\\Integration\\": "integration/"
        }
    },
    "config": {
        "platform": {
            "php": "7.4"
        },
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "ergebnis/composer-normalize": true,
            "phpro/grumphp": true,
            "phpstan/extension-installer": true
        }
    }
}
