diff options
Diffstat (limited to 'src/Translation')
-rw-r--r-- | src/Translation/composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Translation/composer.json b/src/Translation/composer.json index 09749d3..7a449e0 100644 --- a/src/Translation/composer.json +++ b/src/Translation/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "suggest": { "symfony/translation-implementation": "" @@ -28,6 +28,10 @@ "extra": { "branch-alias": { "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } } } |