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/jsonmapper/composer.json
{
  "name": "apimatic/jsonmapper",
  "description": "Map nested JSON structures onto PHP classes",
  "license": "OSL-3.0",
  "autoload": {
    "psr-4": {
      "apimatic\\jsonmapper\\": "src/"
    }
  },
  "authors": [
    {
      "name": "Christian Weiske",
      "email": "christian.weiske@netresearch.de",
      "homepage": "http://www.netresearch.de/",
      "role": "Developer"
    },
    {
      "name": "Mehdi Jaffery",
      "email": "mehdi.jaffery@apimatic.io",
      "homepage": "http://apimatic.io/",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "mehdi.jaffery@apimatic.io",
    "issues": "https://github.com/apimatic/jsonmapper/issues"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.0.0",
    "phpunit/phpunit": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  },
  "require": {
    "php": "^5.6 || ^7.0 || ^8.0",
    "ext-json": "*"
  },
  "scripts": {
    "test": "phpunit --coverage-text",
    "test-coverage": "phpunit --path-coverage --coverage-html=CodeCoverage",
    "lint-fix": "phpcbf --standard=PEAR src/",
    "lint": "phpcs --standard=PEAR src/"
  }
}