Files
Twig/extra/string-extra/composer.json
T
2020-05-21 11:54:27 +02:00

41 lines
992 B
JSON

{
"name": "twig/string-extra",
"type": "library",
"description": "A Twig extension for Symfony String",
"keywords": ["twig", "html", "string", "unicode"],
"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": ">=7.2.5",
"symfony/string": "^5.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"autoload": {
"psr-4" : {
"Twig\\Extra\\String\\" : "src/"
}
},
"autoload-dev": {
"psr-4" : {
"Twig\\Extra\\String\\Tests\\" : "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
}
}
}