File "composer.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-pointer/composer.json
File size: 1.33 KB
MIME-type: text/plain
Charset: utf-8

{
    "name": "wpdesk\/wp-pointer",
    "description": "Library for displaying Wordpress pointer messages.",
    "license": "MIT",
    "keywords": [
        "wordpress",
        "pointer",
        "admin"
    ],
    "homepage": "https:\/\/gitlab.com\/wpdesk\/wp-pointer",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "grola",
            "email": "[email protected]"
        }
    ],
    "require": {
        "php": ">=5.5",
        "wpdesk\/wp-builder": "^1.1|^2"
    },
    "require-dev": {
        "phpunit\/phpunit": "<7",
        "wp-coding-standards\/wpcs": "^0.14.1",
        "squizlabs\/php_codesniffer": "^3.0.2",
        "mockery\/mockery": "*",
        "10up\/wp_mock": "*",
        "wimg\/php-compatibility": "^8"
    },
    "autoload": {
        "psr-4": {
            "FSVendor\\WPDesk\\Pointer\\": "src\/WPDesk\/Pointer\/"
        }
    },
    "autoload-dev": {},
    "scripts": {
        "phpcs": "phpcs",
        "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"
    }
}