• File: composer.json
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/unlimited-elements-for-elementor/vendor/twig/twig/extra/string-extra/composer.json
  • Date Modified: 03/05/2025 5:09 PM
  • File size: 884 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "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": "[email protected]",
            "homepage": "http://fabien.potencier.org",
            "role": "Lead Developer"
        }
    ],
    "require": {
        "php": ">=7.2.5",
        "symfony/string": "^5.4|^6.4|^7.0",
        "symfony/translation-contracts": "^1.1|^2|^3",
        "twig/twig": "^3.0"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^6.4|^7.0"
    },
    "autoload": {
        "psr-4" : { "Twig\\Extra\\String\\" : "" },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    }
}