Browse Source

Added Composer support.

Frederic G. MARAND 7 years ago
parent
commit
6a0f33a1c3
2 changed files with 15 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 14 0
      composer.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/vendor/

+ 14 - 0
composer.json

@@ -0,0 +1,14 @@
+{
+  "authors": [
+    {
+      "name": "Frederic G. MARAND",
+      "email": "fgm@osinet.fr"
+    }
+  ],
+  "description": "Bartik (!) + bigger text, wider area, content-top, and a few code-oriented extras.",
+  "license": "GPL-2.0+",
+  "minimum-stability": "dev",
+  "name": "drupal/garland_fgm",
+  "require": {},
+  "type": "drupal-theme"
+}