Drupal investigation

composer.json 253B

123456789101112131415
  1. {
  2. "name": "hsa/test1",
  3. "description": "Drupal testing",
  4. "type": "project",
  5. "require": {
  6. "drush/drush": "^8.1"
  7. },
  8. "authors": [
  9. {
  10. "name": "Gogs",
  11. "email": "gogs@fake.local"
  12. }
  13. ]
  14. }