{
    "name": "wpdesk\/flexible-invoices-core",
    "description": "Flexible Invoices Core",
    "license": "MIT",
    "keywords": [
        "wordpress",
        "woocommerce",
        "woocommerce invoices",
        "invoices",
        "wordpress invoices"
    ],
    "homepage": "https:\/\/gitlab.com\/wpdesk\/flexible-invoices-core",
    "prefer-stable": true,
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "piotr.potrebka",
            "email": "piotr.potrebka@wpdesk.net"
        }
    ],
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "7.4"
        },
        "allow-plugins": {
            "cweagans\/composer-patches": true,
            "dealerdirect\/phpcodesniffer-composer-installer": true,
            "phpstan\/extension-installer": true,
            "wpdesk\/wp-wpdesk-composer": true
        }
    },
    "require": {
        "php": ">=7.4",
        "psr\/log": "^1.1.3",
        "psr\/container": "^1",
        "wpdesk\/flexible-invoices-abstracts": "^1.3",
        "wpdesk\/wp-view": "^2",
        "wpdesk\/wp-forms": "^3",
        "wpdesk\/wp-mutex": "^1.1",
        "wpdesk\/wp-notice": "^3.1",
        "wpdesk\/wp-helpscout-beacon": "^1.2",
        "wpdesk\/wp-persistence": "^3",
        "wpdesk\/wc-order-abstract": "*",
        "wpdesk\/phpstan-rules": "1.1.4",
        "mpdf\/mpdf": "8.2.4",
        "ext-json": "*",
        "ext-zip": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "wpdesk\/wp-code-sniffer": "^1",
        "psr\/log": "^1",
        "psr\/container": "^1",
        "10up\/wp_mock": "*",
        "mockery\/mockery": "^1.6.12",
        "phpunit\/phpunit": "^9",
        "wp-cli\/wp-cli": "^2",
        "wp-cli\/wp-cli-bundle": "^2",
        "wpdesk\/wp-wpdesk-composer": "^3"
    },
    "autoload": {
        "psr-4": {
            "WPDeskFIVendor\\WPDesk\\Library\\FlexibleInvoicesCore\\": "src\/Invoices"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "WPDeskFIVendor\\Tests\\": "tests"
        }
    },
    "extra": {
        "text-domain": "flexible-invoices",
        "translations-folder": "lang",
        "text-domain-merge-extensions": "php,js,json",
        "po-files": {
            "pl_PL": "pl_PL.po"
        }
    },
    "scripts": {
        "phpcs": "phpcs",
        "phpstan": "php -d memory_limit=2G vendor\/bin\/phpstan",
        "phpcbf": "phpcbf src",
        "combo": "phpcbf src; phpcs; php -d memory_limit=2G vendor\/bin\/phpstan",
        "regen-phpstan-baseline": "vendor\/bin\/phpstan analyze -c phpstan.neon.dist --generate-baseline .phpstan-baseline.php --memory-limit=1G",
        "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"
    },
    "repositories": {
        "wpdesk": {
            "type": "composer",
            "url": "https:\/\/gitlab.wpdesk.dev\/api\/v4\/group\/wpdesk\/-\/packages\/composer\/"
        }
    }
}