{
"name": "drupal/core-utility",
"description": "Mostly static utility classes for string, xss, array, image, and other commonly needed manipulations.",
"keywords": ["drupal"],
"homepage": "https://www.drupal.org/project/drupal",
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"paragonie/random_compat": "~1.0",
"drupal/core-render": "~8.1"
},
"autoload": {
"psr-4": {
"Drupal\\Component\\Utility\\": ""
}