Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Component / Utility / composer.json
1 {
2   "name": "drupal/core-utility",
3   "description": "Mostly static utility classes for string, xss, array, image, and other commonly needed manipulations.",
4   "keywords": ["drupal"],
5   "homepage": "https://www.drupal.org/project/drupal",
6   "license": "GPL-2.0+",
7   "require": {
8     "php": ">=5.5.9",
9     "paragonie/random_compat": "^1.0|^2.0",
10     "drupal/core-render": "~8.2"
11   },
12   "autoload": {
13     "psr-4": {
14       "Drupal\\Component\\Utility\\": ""
15     }
16   }
17 }