fe0558892db695fca42e4d1056e7af486a3c4972
[yaffs-website] / vendor / webflo / drupal-finder / composer.json
1 {
2     "name": "webflo/drupal-finder",
3     "description": "Helper class to locate a Drupal installation from a given path.",
4     "license": "GPL-2.0+",
5     "type": "library",
6     "authors": [
7         {
8             "name": "Florian Weber",
9             "email": "florian@webflo.org"
10         }
11     ],
12     "require": {},
13     "autoload": {
14         "classmap": [
15             "src/DrupalFinder.php"
16         ]
17     },
18     "autoload-dev": {
19         "psr-4": {
20             "DrupalFinder\\Tests\\": "tests/"
21         }
22     },
23     "require-dev": {
24         "phpunit/phpunit": "^4.8",
25         "mikey179/vfsStream": "^1.6"
26     }
27 }