X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FEventDispatcher%2Fcomposer.json;h=cfbcc72e3f71978d25a82b0eed9fdadbd71cfa1b;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=a4db6fafa4d9b372d9af251538054ca375914652;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/EventDispatcher/composer.json b/web/core/lib/Drupal/Component/EventDispatcher/composer.json index a4db6fafa..cfbcc72e3 100644 --- a/web/core/lib/Drupal/Component/EventDispatcher/composer.json +++ b/web/core/lib/Drupal/Component/EventDispatcher/composer.json @@ -3,11 +3,11 @@ "description": "EventDispatcher.", "keywords": ["drupal"], "homepage": "https://www.drupal.org/project/drupal", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "require": { "php": ">=5.5.9", - "symfony/dependency-injection": "^2.8", - "symfony/event-dispatcher": "^2.7" + "symfony/dependency-injection": ">=2.8 <4.0.0", + "symfony/event-dispatcher": ">=2.7 <4.0.0" }, "autoload": { "psr-4": {