This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/lib/Drupal/Component/ClassFinder/composer.json

16 lines
372 B
JSON

{
"name": "drupal/core-class-finder",
"description": "This class provides a class finding utility.",
"keywords": ["drupal"],
"homepage": "https://www.drupal.org/project/drupal",
"license": "GPL-2.0+",
"require": {
"php": ">=5.5.9",
"doctrine/common": "2.5.*"
},
"autoload": {
"psr-4": {
"Drupal\\Component\\ClassFinder\\": ""
}
}
}