This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console/box.json
2018-11-23 12:29:20 +00:00

30 lines
600 B
JSON

{
"alias": "console.phar",
"chmod": "0755",
"directories": [
"config",
"src",
"templates"
],
"files": [
"config.yml",
"services.yml",
"bin/drupal.php",
"vendor/autoload.php"
],
"finder": [
{
"name": "/(\\.php|\\.json|\\.yml|\\.twig)$/",
"exclude": ["Tests","tests", "docs"],
"in": "vendor"
}
],
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"compression": "GZ",
"main": "bin/drupal",
"output": "drupal.phar",
"stub": true
}