35 lines
722 B
JSON
35 lines
722 B
JSON
{
|
|
"name": "hellonico/timber-dump-extension",
|
|
"description": "Provides Symfony VarDumper component for Timber",
|
|
"keywords": [
|
|
"timber",
|
|
"twig",
|
|
"symfony",
|
|
"vardumper",
|
|
"wordpress"
|
|
],
|
|
"license": "GPL-3.0+",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Lemoine",
|
|
"email": "nico@n5s.dev",
|
|
"homepage": "https://n5s.dev/"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/nlemoine/timber-dump-extension",
|
|
"require": {
|
|
"symfony/twig-bridge": "^6 || ^7",
|
|
"symfony/var-dumper": "^6 || ^7",
|
|
"wecodemore/wordpress-early-hook": "^1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HelloNico\\Timber\\": "src/"
|
|
},
|
|
"files": [
|
|
"functions.php"
|
|
]
|
|
}
|
|
}
|