mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
7f75a23f85
This PR was merged into the 2.x branch.
Discussion
----------
Fix constraints
Commits
-------
966fa451 Fix constraints
40 lines
921 B
JSON
40 lines
921 B
JSON
{
|
|
"name": "twig/html-extra",
|
|
"type": "library",
|
|
"description": "A Twig extension for HTML",
|
|
"keywords": ["twig", "html"],
|
|
"homepage": "https://twig.symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/mime": "^4.3|^5.0",
|
|
"twig/twig": "^2.4|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4|^5.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"Twig\\Extra\\Html\\" : "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4" : {
|
|
"Twig\\Extra\\Html\\Tests\\" : "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.12-dev"
|
|
}
|
|
}
|
|
}
|