{
    "name": "wpdesk\/wp-coupons-core",
    "description": "Coupons library",
    "license": "MIT",
    "keywords": [
        "wordpress",
        "woocommerce",
        "woocommerce-coupons",
        "pdf",
        "pdf builder"
    ],
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "piotr.potrebka",
            "email": "piotr.potrebka@wpdesk.net"
        }
    ],
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "7.4.33"
        },
        "allow-plugins": {
            "dealerdirect\/phpcodesniffer-composer-installer": true,
            "cweagans\/composer-patches": true,
            "wpdesk\/wp-wpdesk-composer": true,
            "phpstan\/extension-installer": true
        },
        "gitlab-domains": [
            "gitlab.wpdesk.dev"
        ]
    },
    "require": {
        "php": ">=7.4",
        "ext-json": "*",
        "mpdf\/mpdf": "^8.3.1",
        "psr\/log": "^1.1.0",
        "wpdesk\/wp-builder": "^2.0",
        "wpdesk\/wp-coupons-interfaces": "1.2.0",
        "wpdesk\/wp-forms": "^3",
        "wpdesk\/wp-notice": "^3.1.1",
        "wpdesk\/wp-persistence": "3.0",
        "wpdesk\/wp-view": "^2"
    },
    "require-dev": {
        "10up\/wp_mock": "*",
        "mockery\/mockery": "*",
        "phpunit\/phpunit": "^9",
        "wpdesk\/phpstan-rules": "^1.2",
        "wpdesk\/wp-code-sniffer": "^1.2"
    },
    "autoload": {
        "psr-4": {
            "FlexibleCouponsVendor\\WPDesk\\Library\\WPCoupons\\": "src\/Coupons"
        }
    },
    "autoload-dev": {},
    "extra": {
        "text-domain": "flexible-coupons",
        "translations-folder": "lang",
        "text-domain-merge-extensions": "php,js,json",
        "po-files": {
            "pl_PL": "pl_PL.po"
        }
    },
    "scripts": {
        "phpcs": "phpcs --warning-severity=0",
        "phpcbf": "phpcbf src",
        "phpstan": "vendor\/bin\/phpstan",
        "phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
        "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
        "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
        "phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage",
        "generate-pot": "wp i18n make-pot . lang\/wp-coupons-core.pot --domain=wp-coupons-core --include=src,assets\/js --exclude=node_modules,vendor,assets-src,lang"
    },
    "repositories": {
        "wpdesk": {
            "type": "composer",
            "url": "https:\/\/gitlab.wpdesk.dev\/api\/v4\/group\/wpdesk\/-\/packages\/composer\/"
        }
    }
}