This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/webflo/drupal-finder/composer.json
2018-11-23 12:29:20 +00:00

28 lines
613 B
JSON

{
"name": "webflo/drupal-finder",
"description": "Helper class to locate a Drupal installation from a given path.",
"license": "GPL-2.0+",
"type": "library",
"authors": [
{
"name": "Florian Weber",
"email": "florian@webflo.org"
}
],
"require": {},
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
},
"autoload-dev": {
"psr-4": {
"DrupalFinder\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"mikey179/vfsStream": "^1.6"
}
}