Fix bug in style changes for the Use cases on the live site.
[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     "require-dev": {
19         "phpunit/phpunit": "^4.8",
20         "mikey179/vfsStream": "^1.6"
21     }
22 }