HEX
Server: Apache
System: Linux c036.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: c0400220 (20588)
PHP: 7.4.33
Disabled: system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, 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_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration
Upload Files
File: /home/c0400220/public_html/continental/wp-content/plugins/everest-forms/composer.json
{
  "name": "wpeverest/everest-forms",
  "description": "Easily allows to create form.",
  "homepage": "https://everestforms.net/",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "EverestForms\\Addons\\": "addons/",
      "EverestForms\\Traits\\": "traits/",
      "EverestForms\\Helpers\\":"includes/Helpers"
    },
		"files": [
      "vendor/themegrill/themegrill-sdk/load.php"
    ]
  },
  "authors": [
    {
      "name": "wpeverest",
      "email": "support@wpeverest.com"
    }
  ],
  "config": {
    "process-timeout": 0,
    "sort-packages": true,
    "preferred-install": "dist",
    "allow-plugins": {
      "composer/installers": true,
      "roots/wordpress-core-installer": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "require": {
    "php": ">=5.6.20",
    "composer/installers": "2.0.1",
    "scssphp/scssphp": "^1.13.0",
    "themegrill/themegrill-sdk": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5 || ^7",
    "roots/wordpress": "5.8.0",
    "spatie/phpunit-watcher": "1.8.3",
    "psr/container": "1.0.0",
    "jolicode/jolinotif": "2.3.0",
    "vlucas/phpdotenv": "5.4.1",
    "wp-cli/db-command": "2.0.19",
    "wp-cli/i18n-command": "2.2.13",
    "wp-phpunit/wp-phpunit": "5.8.2",
    "wpeverest/wpeverest-sniffs": "0.1.2"
  },
  "scripts": {
    "phpcs": [
      "phpcs -s -p"
    ],
    "phpcs-pre-commit": [
      "phpcs -s -p -n"
    ],
    "phpcbf": [
      "phpcbf -p"
    ],
    "test": [
      "@test:reset",
      "phpunit --verbose"
    ],
    "test:watch": [
      "phpunit-watcher watch"
    ],
    "test:reset": [
      "wp db reset --yes --path=tests/wordpress --color"
    ],
    "makepot": [
      "@makepot:audit --skip-audit"
    ],
    "makepot:audit": [
      "wp --allow-root i18n make-pot . --exclude=\".github,.wordpress-org,bin,node_modules,vendor,tests\" --slug=everest-forms"
    ],
    "post-update-cmd": [
      "@php -r \"! file_exists( 'tests/.env' ) && copy( 'tests/.env.example', 'tests/.env' );\""
    ]
  },
  "extra": {
    "wordpress-install-dir": "tests/wordpress",
    "scripts-description": {
      "phpcs": "Analyze code against the WordPress coding standard with PHP_CodeSniffer",
      "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
      "test": "Run unit tests",
      "test:watch": "Automatically re-run unit tests on source file change",
      "test:reset": "Removes all tables from the test database",
      "makepot": "Generate langauges/everest-forms.pot file",
      "makepot:audit": "Generate langauges/everest-forms.pot file and run audit"
    }
  }
}