{
    "name": "wpdesk\/wc-order-abstract",
    "description": "WC Order Abstract",
    "license": "MIT",
    "keywords": [
        "wc-order",
        "woocommerce"
    ],
    "homepage": "https:\/\/gitlab.com\/wpdesk\/wc-order-abstract",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "piotr.potrebka",
            "email": "piotr.potrebka@wpdesk.net"
        }
    ],
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "7.4"
        },
        "allow-plugins": {
            "dealerdirect\/phpcodesniffer-composer-installer": true
        }
    },
    "require": {
        "php": ">=7.4",
        "psr\/log": "^1.1.0"
    },
    "require-dev": {
        "10up\/wp_mock": "*",
        "mockery\/mockery": "*",
        "phpunit\/phpunit": "<7",
        "wpdesk\/wp-code-sniffer": "^1"
    },
    "autoload": {
        "psr-4": {
            "WPDeskFIVendor\\WPDesk\\Library\\WPDeskOrder\\": "src"
        }
    },
    "autoload-dev": {},
    "scripts": {
        "phpcs": "phpcs",
        "phpstan": "php -d memory_limit=2G vendor\/bin\/phpstan",
        "phpcbf": "phpcbf src",
        "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"
    }
}