{
    "name": "mlocati/concrete5-translation-library",
    "description": "Library to handle concrete5 core and package translations",
    "type": "library",
    "keywords": [
        "concrete5",
        "translate",
        "translation",
        "packages",
        "internationalization",
        "i18n",
        "localization",
        "l10n"
    ],
    "homepage": "https://github.com/concrete5-community/translation-library",
    "license": "MIT",
    "authors": [
        {
            "name": "Michele Locati",
            "email": "mlocati@gmail.com",
            "homepage": "https://github.com/mlocati",
            "role": "developer"
        }
    ],
    "support": {
        "email": "mlocati@gmail.com",
        "issues": "https://github.com/concrete5-community/translation-library/issues",
        "source": "https://github.com/concrete5-community/translation-library"
    },
    "require": {
        "php": ">=5.3.0",
        "gettext/gettext": "~3.5.9"
    },
    "autoload": {
        "psr-4": {
            "C5TL\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.36 || ^6.5.14 || ^8.5.39"
    },
    "autoload-dev": {
        "psr-4": {
            "C5TL\\Test\\": [
                "test/helpers/",
                "test/tests/"
            ]
        }
    },
    "config": {
        "preferred-install": "dist",
        "optimize-autoloader": true
    },
    "scripts": {
        "test": "phpunit"
    }
}
