Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Component / Datetime / composer.json
index 1df4328f1fe79e759341b14e91964fd72a2572f7..6b7f89f00bd699041d241aa3e4f1957a186dc0f7 100644 (file)
@@ -3,7 +3,7 @@
   "description": "This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.",
   "keywords": ["drupal"],
   "homepage": "https://www.drupal.org/project/drupal",
-  "license": "GPL-2.0+",
+  "license": "GPL-2.0-or-later",
   "require": {
     "php": ">=5.5.9",
     "drupal/core-utility": "^8.2"