X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FGettext%2Fcomposer.json;h=87f500a108c4180d7d4415e523b99319e4fb6b81;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=2dab6984898fb5b539bff9d64f4bd35c1200c2e7;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/Gettext/composer.json b/web/core/lib/Drupal/Component/Gettext/composer.json index 2dab69848..87f500a10 100644 --- a/web/core/lib/Drupal/Component/Gettext/composer.json +++ b/web/core/lib/Drupal/Component/Gettext/composer.json @@ -2,7 +2,7 @@ "name": "drupal/core-gettext", "description": "PHP library for reading PO files.", "type": "library", - "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", @@ -10,7 +10,7 @@ }, "require": { "php": ">=5.5.9", - "drupal/core-utility": "~8.2" + "drupal/core-utility": "^8.2" }, "autoload": { "psr-4": {