Skip to content

Instantly share code, notes, and snippets.

@EclipseGc
Last active January 3, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EclipseGc/8480310 to your computer and use it in GitHub Desktop.
Save EclipseGc/8480310 to your computer and use it in GitHub Desktop.
{
"name": "drupal/utilty",
"description": "Common utility classes for Drupal components.",
"keywords": ["drupal"],
"homepage": "http://www.drupal.org",
"license": "GPL2+",
"authors": [
{
"name": "Dries Buytaert",
"email": "dries@1.no-reply.drupal.org"
},
{
"name": "Drupal Community",
"homepage": "http://drupal.org"
}
],
"require": {
"php": ">=5.4.0",
},
"autoload": {
"psr-0": { "Drupal\\Component\\Utility\\": "core/lib/" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment