diff options
Diffstat (limited to 'src/EventDispatcher/composer.json')
-rw-r--r-- | src/EventDispatcher/composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/EventDispatcher/composer.json b/src/EventDispatcher/composer.json index 55802a4..862c256 100644 --- a/src/EventDispatcher/composer.json +++ b/src/EventDispatcher/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "suggest": { "psr/event-dispatcher": "", @@ -29,6 +29,10 @@ "extra": { "branch-alias": { "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } } } |