
| Current Path : /var/www/html/strat/vendor/webflo/drupal-finder/tests/fixtures/default/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/vendor/webflo/drupal-finder/tests/fixtures/default/composer.json |
{
"repositories": {
"drupal-finder": {
"type": "path",
"url": "../../../"
}
},
"require": {
"composer/installers": "^2.2",
"drupal/core": "^10",
"webflo/drupal-finder": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"web/core": [
"type:drupal-core"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"classmap": [
"TestAsComposerScript.php"
]
},
"scripts": {
"dump-drupal-finder": "\\DrupalFinder\\Tests\\Fixtures\\Default\\TestAsComposerScript::dumpDrupalFinder"
}
}