Please add a composer.json file so FAQ Field can be installed via composer.

CommentFileSizeAuthor
#2 2806775-1.patch0 byteskevinquillen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kevinquillen created an issue. See original summary.

kevinquillen’s picture

FileSize
0 bytes

Attaching patch.

kevinquillen’s picture

kevinquillen’s picture

Hmm.. can't generate patch.

{
  "name": "drupal/faqfield",
  "type": "drupal-module",
  "description": "This module provides a field for frequently asked questions.",
  "keywords": ["Drupal"],
  "license": "GPL-2.0+",
  "homepage": "http://drupal.org/project/faqfield",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Patrick Drotleff (patrickd)",
      "homepage": "https://www.drupal.org/u/patrickd",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "http://drupal.org/project/issues/faqfield",
    "source": "http://cgit.drupalcode.org/faqfield"
  }
}

  • kevinquillen committed d353f30 on 8.x-1.x
    Issue #2806775 by kevinquillen: Add a composer.json file
    
kevinquillen’s picture

Status: Active » Fixed
kevinquillen’s picture

Pushed to 8.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.