summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-17 14:45:41 +0200
committerRemi Collet <remi@remirepo.net>2020-08-17 14:45:41 +0200
commit7685d0b8d6ece9c3d475a1754d5802a315a57b2d (patch)
treefaa6c3e05c7ef44af52a1d7ffe2171ba06edcbb4 /composer.json
parent07bb346164bfd6ccf68b8feccc6635dbeb685edd (diff)
v5.5.1 from Fedora
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 10 insertions, 16 deletions
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"
}
}