default services conflit ?
This commit is contained in:
29
old.vendor/webflo/drupal-finder/composer.json
Normal file
29
old.vendor/webflo/drupal-finder/composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user