Download the PHP package skilldlabs/drupal-cleanup without Composer
On this page you can find all versions of the php package skilldlabs/drupal-cleanup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skilldlabs/drupal-cleanup
More information about skilldlabs/drupal-cleanup
Files in skilldlabs/drupal-cleanup
Download skilldlabs/drupal-cleanup
More information about skilldlabs/drupal-cleanup
Files in skilldlabs/drupal-cleanup
Vendor skilldlabs
Package drupal-cleanup
Short Description Removes files on Drupal packages.
License MIT
Package drupal-cleanup
Short Description Removes files on Drupal packages.
License MIT
Keywords drupal
Please rate this library. Is it a good library?
Informations about the package drupal-cleanup
drupal-cleanup
Composer plugin to remove files on Drupal packages
You can configure the plugin using the root package's composer.json extra field, like this:
"extra": {
"drupal-cleanup": {
"drupal-core": [
"modules/*/tests",
"modules/*/src/Tests",
"profiles/demo_umami",
"profiles/*/tests",
"profiles/*testing*"
],
"drupal-module": [
"tests",
"src/Tests"
],
"exclude": [
"web/modules/contrib/devel/.spoons"
]
}
}
All versions of drupal-cleanup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.0
composer-plugin-api Version ^1.1 || ^2
composer-plugin-api Version ^1.1 || ^2
The package skilldlabs/drupal-cleanup contains the following files
Loading the files please wait ....