123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "twig/intl-extra",
- "type": "library",
- "description": "A Twig extension for Intl",
- "keywords": ["twig", "intl"],
- "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.1.3",
- "twig/twig": "^2.4|^3.0",
- "symfony/intl": "^4.3|^5.0"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
- },
- "autoload": {
- "psr-4" : { "Twig\\Extra\\Intl\\" : "" },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- }
- }
|