X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FDependencyInjection%2Fcomposer.json;h=846034affae87fcb386b4f11aeacf7e2b186f961;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=cf2519254d4cbad512a142f628dfa8cb8231aed5;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/DependencyInjection/composer.json b/web/core/lib/Drupal/Component/DependencyInjection/composer.json index cf2519254..846034aff 100644 --- a/web/core/lib/Drupal/Component/DependencyInjection/composer.json +++ b/web/core/lib/Drupal/Component/DependencyInjection/composer.json @@ -4,7 +4,7 @@ "keywords": ["drupal", "dependency injection"], "type": "library", "homepage": "https://www.drupal.org/project/drupal", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "support": { "issues": "https://www.drupal.org/project/issues/drupal", "irc": "irc://irc.freenode.net/drupal-contribute", @@ -12,7 +12,7 @@ }, "require": { "php": ">=5.5.9", - "symfony/dependency-injection": "^2.8" + "symfony/dependency-injection": ">=2.8 <4.0.0" }, "suggest": { "symfony/expression-language": "For using expressions in service container configuration"