HEX
Server: Apache
System:
User: ()
PHP: 7.4.33
Disabled: system,passthru,shell_exec,exec,proc_close,proc_open,proc_get_status,proc_nice,proc_terminate,highlight_file,escapeshellcmd,pclose,debugger_off,debugger_on,leak,listen,define_syslog_variables,ftp_exec,posix_uname,posix_getpwuid,get_current_user,getmyuid,getmygid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,myshellexec,escapeshellarg,disk_free_space,disk_total_space,show_source,dl,symlink,listen,syslog,php_ini_scanned_files,inurl,apache_setenv,closelog,rar_open,bzopen,bzread,bzwrite,shellcode,show_source,apache_get_modules,apache_get_version,apache_note,openlog,crack_check,crack_closedict,pcntl_exec,ini_alter,backtick,cmd,virtual,getservbyport,myshellexec,hypot,pg_host,phpini,link,readlink,syslog,id,ftok,posix_access,error_log,sym,php_u,psockopen,apache_child_k_closedict,crack_getlastmessage,crack_opendict,php_ini,ini_restore,popen,curl_multi_exec,php_uname
Upload Files
File: /home/homework/www/kurs3/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/composer.json
{
  "name": "nojimage/twitter-text-php",
  "description": "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.",
  "keywords": ["twitter", "text", "autolink", "extract"],
  "homepage": "https://github.com/nojimage/twitter-text-php",
  "type": "library",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Matt Sanford",
      "email": "matt@mzsanford.com",
      "homepage": "http://mzsanford.com"
    },
    {
      "name": "Mike Cochrane",
      "email": "mikec@mikenz.geek.nz",
      "homepage": "http://mikenz.geek.nz"
    },
    {
      "name": "Nick Pope",
      "email": "git@nickpope.me.uk",
      "homepage": "http://www.nickpope.me.uk"
    },
    {
      "name": "Takashi Nojima",
      "homepage": "http://php-tips.com"
    }
  ],
  "repositories": [
    {
      "type": "package",
      "package": {
        "name": "twitter/twitter-text",
        "version": "3.1.0",
        "source": {
          "url": "https://github.com/twitter/twitter-text.git",
          "type": "git",
          "reference": "v3.1.0"
        }
      }
    }
  ],
  "require": {
    "php": ">=5.3.3",
    "ext-mbstring": "*",
    "ext-intl": "*"
  },
  "require-dev": {
    "ext-json": "*",
    "symfony/yaml": "^2.6.0|^3.4.0|^4.4.0|^5.0.0",
    "phpunit/phpunit": "4.8.*|5.7.*|6.5.*",
    "twitter/twitter-text": "^3.0.0"
  },
  "autoload": {
    "psr-0": {
      "Twitter\\Text\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Twitter\\Text\\TestCase\\": "tests/TestCase/"
    }
  },
  "scripts": {
    "check": [
      "@cs",
      "@test",
      "@tld-test"
    ],
    "test": "phpunit --exclude-group deprecated,tld",
    "deprecated-test": "phpunit --group deprecated",
    "tld-test": "phpunit --group tld",
    "cs": "phpcs -psn --standard=PSR2 --extensions=php ./lib ./tests",
    "cs-fixer": "phpcbf --standard=PSR2 ./lib ./tests"
  }
}