HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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/delta/wp-content/themes/delta/vendor/timber/timber/composer.json
{
  "name": "timber/timber",
  "type": "library",
  "description": "Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine",
  "keywords": [
    "timber",
    "twig",
    "themes",
    "templating"
  ],
  "homepage": "http://timber.upstatement.com",
  "license": "MIT",
  "authors": [
    {
      "name": "Jared Novack",
      "email": "jared@upstatement.com",
      "homepage": "http://upstatement.com"
    },
    {
      "name": "Connor J. Burton",
      "email": "connorjburton@gmail.com",
      "homepage": "http://connorburton.com"
    }
  ],
  "support": {
    "issues": "https://github.com/timber/timber/issues",
    "source": "https://github.com/timber/timber",
    "docs": "https://timber.github.io/docs/"
  },
  "require": {
    "php": ">=7.2.5 || ^8.0",
    "twig/twig": "^1.44.7 || ^2.10",
    "upstatement/routes": "^0.9",
    "composer/installers": "^1.0 || ^2.0",
    "twig/cache-extension": "^1.5"
  },
  "require-dev": {
    "wpackagist-plugin/advanced-custom-fields": "^5.0",
    "wpackagist-plugin/co-authors-plus": "^3.2 || ^3.4",
    "yoast/wp-test-utils": "^1.0"
  },
  "suggest": {
    "satooshi/php-coveralls": "1.0.* for code coverage"
  },
  "autoload": {
    "psr-4": {
      "Timber\\": "lib/"
    }
  },
  "autoload-dev": {
    "classmap": [
      "tests/"
    ],
    "exclude-from-classmap": [
      "tests/php"
    ]
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    }
  ],
  "scripts": {
    "lint": "phpcs --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "ergebnis/composer-normalize": true,
      "phpro/grumphp": true,
      "phpstan/extension-installer": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}