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/chi-teck/drupal-code-generator/composer.json
2018-11-23 12:29:20 +00:00

27 lines
506 B
JSON

{
"name": "chi-teck/drupal-code-generator",
"description": "Drupal code generator",
"require": {
"php": ">=5.5.9",
"ext-json": "*",
"symfony/console": "~2.7|^3",
"symfony/filesystem": "~2.7|^3",
"twig/twig": "^1.23.1"
},
"bin": [
"bin/dcg"
],
"autoload": {
"files": ["src/bootstrap.php"],
"psr-4": {
"DrupalCodeGenerator\\": "src"
}
},
"license": "GPL-2.0-or-later",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}