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
}
}
}