X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2Fcomposer.json;fp=web%2Fcore%2Flib%2FDrupal%2FComponent%2FPlugin%2Fcomposer.json;h=77f02d6fb1c2ddf42e9c18216ba9b9063938272a;hp=118265715cd4f32b393cba6e362b2ee2fa48e988;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Component/Plugin/composer.json b/web/core/lib/Drupal/Component/Plugin/composer.json index 118265715..77f02d6fb 100644 --- a/web/core/lib/Drupal/Component/Plugin/composer.json +++ b/web/core/lib/Drupal/Component/Plugin/composer.json @@ -3,10 +3,10 @@ "description": "Base building block for a scalable and extensible plug-in system for PHP components and application framework extensions.", "keywords": ["drupal", "plugin", "plugins"], "homepage": "https://www.drupal.org/project/drupal", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "require": { "php": ">=5.5.9", - "symfony/validator": "^2.7" + "symfony/validator": ">=2.7 <4.0.0" }, "autoload": { "psr-4": {