{
    "name": "php-translation/extractor",
    "description": "Extract translations form the source code",
    "license": "MIT",
    "authors": [
        {
            "name": "Tobias Nyholm",
            "email": "tobias.nyholm@gmail.com"
        }
    ],
    "require": {
        "php": "^5.5 || ^7.0",
        "nikic/php-parser": "^3.0 || ^4.0",
        "symfony/finder": "^2.7 || ^3.0 || ^4.0",
        "twig/twig": "^1.27 || ^2.0",
        "doctrine/annotations": "^1.2"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^3.4 || ^4.0",
        "symfony/translation": "^3.0 || ^4.0",
        "symfony/validator": "^3.0 || ^4.0",
        "symfony/twig-bridge": "^3.0 || ^4.0"
    },
    "autoload": {
        "psr-4": {
            "Translation\\Extractor\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Translation\\Extractor\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "vendor/bin/simple-phpunit",
        "test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.4-dev"
        }
    }
}
