{
    "name": "plugins/tenweb-builder",
    "description": "10Web Builder is an ultimate premium tool, based on Elementor,  to create websites with stunning design.",
    "type": "project",
    "repositories": [
        {
            "type": "git",
            "url": "ssh://git@gitlab.10web.io:6202/10web-utils/tenweb-authorization.git"
        }
    ],
    "license": "GPL-2.0-or-later",
    "scripts": {
        "phpcs": "phpcs --standard=WordPress-VIP-Go --warning-severity=1 --error-severity=1 -sp --basepath=. --ignore=./includes/external/*,./vendor/*,./assets/*,./node_modules/*,./pro-features/* ./",
        "phpcs-compatibility-check": "phpcs --standard=PHPCompatibilityWP --runtime-set testVersion 7.4-8.3 --warning-severity=4 --error-severity=1 -sp   --basepath=. --ignore=./includes/external/*,./vendor/*,./assets/*,./node_modules/* ./",
        "sniff-codestyle" : "php-cs-fixer fix --allow-risky=yes --config=.php-cs-fixer.php --dry-run  --show-progress=dots --diff --verbose",
        "fix-codestyle" : "php-cs-fixer fix --allow-risky=yes --config=.php-cs-fixer.php --show-progress=dots",
        "test-codestyle" : "composer fix-codestyle && composer sniff-codestyle"
    },
    "require": {
        "php": ">=7.4",
        "10web/authorization": "dev-dev"
    },
    "autoload": {
        "psr-4": {
            "Tenweb_Builder\\Apps\\": "Apps/",
            "Tenweb_Builder\\Modules\\": "Modules/",
            "Tenweb_Builder\\Modules\\ElementorKit\\": "Modules/ElementorKit",
            "Tenweb_Builder\\Modules\\SectionGeneration\\": "Modules/SectionGeneration",
            "Tenweb_Builder\\Modules\\ai\\": "Modules/ai"
        }
    },
    "require-dev": {
        "roave/security-advisories": "dev-latest",
        "phpcompatibility/phpcompatibility-wp": "*",
        "php-stubs/wordpress-stubs": "*",
        "automattic/phpcs-neutron-standard": "*",
        "bamarni/composer-bin-plugin": "^1.4",
        "automattic/vipwpcs": "^2.3",
        "squizlabs/php_codesniffer": "3.*",
        "wp-coding-standards/wpcs": "^2.3",
        "friendsofphp/php-cs-fixer": "^2.19",
        "tareq1988/wp-php-cs-fixer": "dev-master"
    },
    "config": {
        "gitlab-domains": [
            "gitlab.com",
            "gitlab.10web.io"
        ],
        "preferred-install": {
            "*": "dist"
        },
        "optimize-autoloader": true,
        "platform": {
            "php": "7.4"
        },
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true,
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }

}
