Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / superfish / composer.json
1 {
2   "name": "drupal/superfish",
3   "description": "Adds jQuery Superfish plugin to menu blocks.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/superfish",
6   "authors": [
7     {
8       "name": "mehrpadin",
9       "homepage": "https://www.drupal.org/u/mehrpadin",
10       "role": "Maintainer"
11     }
12   ],
13   "support": {
14     "issues": "https://www.drupal.org/project/superfish",
15     "source": "https://cgit.drupalcode.org/superfish"
16   },
17   "license": "GPL-2.0+",
18   "require": {
19     "mehrpadin/superfish": "~2.0"
20   }
21 }