default services conflit ?

This commit is contained in:
armansansd
2022-04-27 11:30:43 +02:00
parent 28190a5749
commit 8bb1064a3b
8132 changed files with 900138 additions and 426 deletions

View 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"
}
}