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/php-webdriver/webdriver/composer.json
{
  "name": "php-webdriver/webdriver",
  "type": "library",
  "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
  "keywords": [
    "webdriver",
    "selenium",
    "php",
    "geckodriver",
    "chromedriver"
  ],
  "homepage": "https://github.com/php-webdriver/php-webdriver",
  "license": "MIT",
  "require": {
    "php": "^5.6 || ~7.0",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-zip": "*",
    "symfony/polyfill-mbstring": "^1.12",
    "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "^2.0",
    "jakub-onderka/php-parallel-lint": "^1.0",
    "php-coveralls/php-coveralls": "^2.0",
    "php-mock/php-mock-phpunit": "^1.1",
    "phpunit/phpunit": "^5.7",
    "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
    "sminnee/phpunit-mock-objects": "^3.4",
    "squizlabs/php_codesniffer": "^3.5",
    "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
  },
  "suggest": {
    "ext-SimpleXML": "For Firefox profile creation"
  },
  "config": {
    "sort-packages": true
  },
  "extra": {
    "branch-alias": {
      "dev-master": "1.8.x-dev"
    }
  },
  "autoload": {
    "psr-4": {
      "Facebook\\WebDriver\\": "lib/"
    },
    "files": [
      "lib/Exception/TimeoutException.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "Facebook\\WebDriver\\": [
        "tests/unit",
        "tests/functional"
      ]
    },
    "classmap": [
      "tests/functional/"
    ]
  },
  "minimum-stability": "beta",
  "scripts": {
    "analyze": [
      "vendor/bin/parallel-lint -j 10 ./lib ./tests example.php",
      "vendor/bin/phpstan.phar analyze ./lib ./tests --level 2 -c phpstan.neon --ansi"
    ],
    "codestyle:check": [
      "vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run -vvv --ansi",
      "vendor/bin/phpcs --standard=PSR2 ./lib/ ./tests/"
    ],
    "codestyle:fix": [
      "vendor/bin/php-cs-fixer fix --diff --diff-format=udiff -vvv || exit 0",
      "vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
    ]
  }
}