HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/webonyx/graphql-php/composer.json
{
  "name":              "webonyx/graphql-php",
  "description":       "A PHP port of GraphQL reference implementation",
  "type":              "library",
  "license":           "MIT",
  "homepage":          "https://github.com/webonyx/graphql-php",
  "keywords":          [
    "graphql",
    "API"
  ],
  "require": {
    "php": "^7.1||^8.0",
    "ext-json": "*",
    "ext-mbstring": "*"
  },
  "require-dev": {
    "doctrine/coding-standard": "^6.0",
    "phpbench/phpbench": "^0.14.0",
    "phpstan/phpstan": "^0.11.4",
    "phpstan/phpstan-phpunit": "^0.11.0",
    "phpstan/phpstan-strict-rules": "^0.11.0",
    "phpunit/phpcov": "^5.0",
    "phpunit/phpunit": "^7.2",
    "psr/http-message": "^1.0",
    "react/promise": "2.*"
  },
  "config": {
    "preferred-install": "dist",
    "sort-packages": true
  },
  "autoload": {
    "psr-4": {
      "GraphQL\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "GraphQL\\Tests\\": "tests/",
      "GraphQL\\Benchmarks\\": "benchmarks/",
      "GraphQL\\Examples\\Blog\\": "examples/01-blog/Blog/"
    }
  },
  "suggest": {
    "react/promise": "To leverage async resolving on React PHP platform",
    "psr/http-message": "To use standard GraphQL server"
  },
  "scripts": {
    "api-docs": "php tools/gendocs.php",
    "bench": "phpbench run .",
    "test": "phpunit",
    "lint" : "phpcs",
    "fix-style" : "phpcbf",
    "static-analysis": "phpstan analyse --ansi --memory-limit 256M",
    "check-all": "composer lint && composer static-analysis && composer test"
  }
}