diff --git a/composer.lock b/composer.lock index 694e90c478b548b9be0d47907143c079bb00c6f9..e5f5fc1e77263bc16fed29b08c3f22584f80dd33 100644 --- a/composer.lock +++ b/composer.lock @@ -3737,6 +3737,53 @@ "abandoned": "laminas/laminas-i18n", "time": "2018-05-16T16:39:13+00:00" }, + { + "name": "zendframework/zend-i18n-resources", + "version": "2.6.1", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-i18n-resources.git", + "reference": "3a2f5a246779f05d4fe0c47738d4d2271e484aee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/3a2f5a246779f05d4fe0c47738d4d2271e484aee", + "reference": "3a2f5a246779f05d4fe0c47738d4d2271e484aee", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5", + "zendframework/zend-coding-standard": "~1.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/Resources.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Provides validator translations for zend-i18n's Translator", + "keywords": [ + "ZendFramework", + "resources", + "translations", + "zf" + ], + "abandoned": "laminas/laminas-i18n-resources", + "time": "2019-06-25T01:21:12+00:00" + }, { "name": "zendframework/zend-inputfilter", "version": "2.9.1", @@ -5464,6 +5511,7 @@ "rbac", "zf2" ], + "abandoned": true, "time": "2017-05-07T08:45:27+00:00" }, { diff --git a/module/finc/src/finc/I18n/Translator/ZendI18nResourcesInjector.php b/module/finc/src/finc/I18n/Translator/ZendI18nResourcesInjector.php index 1a23302e1b3c07eb7eaee4dbc733f5a95b79b06f..f9b7b898402f45706a9343c74ce416c1781888b9 100644 --- a/module/finc/src/finc/I18n/Translator/ZendI18nResourcesInjector.php +++ b/module/finc/src/finc/I18n/Translator/ZendI18nResourcesInjector.php @@ -19,7 +19,6 @@ * @author Sebastian Kehr <kehr@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU GPLv2 */ - namespace finc\I18n\Translator; use Psr\Container\ContainerInterface;