mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 14:36:57 +00:00
33 lines
882 B
JSON
33 lines
882 B
JSON
{
|
|
"name": "twig/inky-extra",
|
|
"type": "library",
|
|
"description": "A Twig extension for the inky email templating engine",
|
|
"keywords": ["twig", "inky", "email", "emails"],
|
|
"homepage": "https://twig.symfony.com",
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
"lorenzo/pinky": "^1.0.5",
|
|
"twig/twig": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^6.4|^7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4" : { "Twig\\Extra\\Inky\\" : "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
}
|
|
}
|