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: //proc/self/cwd/wp-content/plugins/woocommerce-square/vendor/apimatic/core/composer.json
{
  "name": "apimatic/core",
  "description": "Core logic and the utilities for the Apimatic's PHP SDK",
  "keywords": [
    "apimatic",
    "php",
    "core",
    "CoreLib"
  ],
  "license": "MIT",
  "type": "library",
  "homepage": "https://github.com/apimatic/core-lib-php",
  "require": {
    "php": "^7.2 || ^8.0",
    "ext-json": "*",
    "ext-curl": "*",
    "ext-dom": "*",
    "ext-libxml": "*",
    "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0",
    "apimatic/core-interfaces": "~0.1.5",
    "apimatic/jsonmapper": "^3.1.1",
    "php-jsonpointer/php-jsonpointer": "^3.0.2"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.5",
    "phan/phan": "5.4.5",
    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
  },
  "autoload": {
    "psr-4": { "Core\\": "src/" }
  },
  "autoload-dev": {
    "psr-4": { "Core\\Tests\\": "tests/" }
  },
  "scripts": {
    "test": "phpunit --coverage-text",
    "test-ci": "phpunit --coverage-text --coverage-clover=coverage-clover.xml",
    "test-coverage": "phpunit --path-coverage --coverage-html=coverage",
    "analyze": "phan --allow-polyfill-parser",
    "lint-fix-src": "phpcbf --standard=phpcs-ruleset.xml src/",
    "lint-fix-test": "phpcbf --standard=phpcs-ruleset.xml tests/",
    "lint-src": "phpcs --standard=phpcs-ruleset.xml src/",
    "lint-test": "phpcs --standard=phpcs-ruleset.xml tests/",
    "lint": ["@lint-src", "@lint-test"]
  }
}