forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
30 lines
650 B
JSON
30 lines
650 B
JSON
{
|
|
"name": "webflo/drupal-finder",
|
|
"description": "Helper class to locate a Drupal installation from a given path.",
|
|
"license": "GPL-2.0-or-later",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Florian Weber",
|
|
"email": "florian@webflo.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/DrupalFinder.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"DrupalFinder\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8",
|
|
"mikey179/vfsstream": "^1.6"
|
|
}
|
|
}
|