{ "name": "zendframework/zend-mvc-i18n", "description": "Integration between zend-mvc and zend-i18n", "license": "BSD-3-Clause", "keywords": [ "zf", "zendframework", "mvc", "i18n" ], "support": { "docs": "https://docs.zendframework.com/zend-mvc-i18n/", "issues": "https://github.com/zendframework/zend-mvc-i18n/issues", "source": "https://github.com/zendframework/zend-mvc-i18n", "rss": "https://github.com/zendframework/zend-mvc-i18n/releases.atom", "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { "php": "^5.6 || ^7.0", "container-interop/container-interop": "^1.1", "zendframework/zend-i18n": "^2.7", "zendframework/zend-router": "^3.0", "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3", "zendframework/zend-stdlib": "^2.7.6 || ^3.0", "zendframework/zend-validator": "^2.6" }, "require-dev": { "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0" }, "conflict": { "phpspec/prophecy": "<1.8.0", "zendframework/zend-mvc": "<3.0.0" }, "suggest": { "zendframework/zend-cache": "To enable caching of translation strings" }, "autoload": { "psr-4": { "Zend\\Mvc\\I18n\\": "src/" } }, "autoload-dev": { "psr-4": { "ZendTest\\Mvc\\I18n\\": "test/" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "zf": { "component": "Zend\\Mvc\\I18n", "config-provider": "Zend\\Mvc\\I18n\\ConfigProvider" } }, "scripts": { "check": [ "@cs-check", "@test" ], "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" } }