HEX
Server: Apache
System: Linux andromeda.lojoweb.com 4.18.0-372.26.1.el8_6.x86_64 #1 SMP Tue Sep 13 06:07:14 EDT 2022 x86_64
User: nakedfoamlojoweb (1056)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nakedfoamlojoweb/www/wp-content/plugins/woocommerce-square/vendor/square/square/composer.json
{
    "name": "square/square",
    "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
    "version": "40.0.0.20250123",
    "type": "library",
    "keywords": [
        "Square",
        "API",
        "SDK"
    ],
    "homepage": "https://squareup.com/developers",
    "license": [
        "MIT"
    ],
    "authors": [
        {
            "name": "Square Developer Platform",
            "email": "developers@squareup.com",
            "homepage": "https://squareup.com/developers"
        }
    ],
    "prefer-stable": false,
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-json": "*",
        "apimatic/unirest-php": "^4.0.0",
        "apimatic/core-interfaces": "~0.1.5",
        "apimatic/core": "~0.3.12"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5",
        "phan/phan": "5.4.5",
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
    },
    "autoload": {
        "psr-4": {
            "Square\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Square\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit",
        "test-coverage": "phpunit --coverage-html=coverage",
        "lint-src": "phpcs --standard=phpcs-ruleset.xml src/",
        "lint-src-fix": "phpcbf --standard=phpcs-ruleset.xml src/",
        "lint-tests": "phpcs --standard=phpcs-ruleset.xml tests/",
        "lint-tests-fix": "phpcbf --standard=phpcs-ruleset.xml tests/",
        "analyze": "phan --allow-polyfill-parser -p",
        "lint": [
            "@lint-src",
            "@lint-tests"
        ]
    }
}