diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-09 11:15:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-09 11:15:42 +0200 |
commit | 49ae9fdab5d3ac20af17cdd2d6cbea6312c0804c (patch) | |
tree | f00ee9cac17ca484c1b7d9000d488a51393f6142 /src/EventDispatcher/composer.json | |
parent | dbc201fc874741bd97045d34142f18bbb34a7077 (diff) |
update to 1.1.10
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" } } } |