From 7685d0b8d6ece9c3d475a1754d5802a315a57b2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Aug 2020 14:45:41 +0200 Subject: v5.5.1 from Fedora --- composer.json | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 24b5083..b970be6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "PHP gettext manager", "keywords": ["js", "gettext", "i18n", "translation", "po", "mo"], - "homepage": "https://github.com/oscarotero/Gettext", + "homepage": "https://github.com/php-gettext/Gettext", "license": "MIT", "authors": [ { @@ -15,25 +15,18 @@ ], "support": { "email": "oom@oscarotero.com", - "issues": "https://github.com/oscarotero/Gettext/issues" + "issues": "https://github.com/php-gettext/Gettext/issues" }, "require": { - "php": ">=5.4.0", + "php": "^7.2", "gettext/languages": "^2.3" }, "require-dev": { - "illuminate/view": "*", - "twig/twig": "^1.31|^2.0", - "twig/extensions": "*", - "symfony/yaml": "~2", - "phpunit/phpunit": "^4.8|^5.7|^6.5", - "squizlabs/php_codesniffer": "^3.0" - }, - "suggest": { - "illuminate/view": "Is necessary if you want to use the Blade extractor", - "twig/twig": "Is necessary if you want to use the Twig extractor", - "twig/extensions": "Is necessary if you want to use the Twig extractor", - "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator" + "phpunit/phpunit": "^8.0", + "squizlabs/php_codesniffer": "^3.0", + "brick/varexporter": "^0.2.1", + "friendsofphp/php-cs-fixer": "^2.15", + "oscarotero/php-cs-fixer-config": "^1.0" }, "autoload": { "psr-4": { @@ -49,6 +42,7 @@ "test": [ "phpunit", "phpcs" - ] + ], + "cs-fix": "php-cs-fixer fix" } } -- cgit