Skip to content

Commit 251ad4c

Browse files
committed
Adding composer.json
1 parent 02edc10 commit 251ad4c

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
/.gitattributes
3939
/.htaccess
4040
/autoload.php
41-
/composer.json
4241
/composer.lock
4342
/example.gitignore
4443
/index.php

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "archipelago/fragaria",
3+
"description": "Archipelago ID and Redirect Module for Drupal 9/10",
4+
"license": "GPL-2.0+",
5+
"type": "drupal-module",
6+
"homepage": "https://github.com/esmero/fragaria",
7+
"authors": [
8+
{
9+
"name": "Diego Pino Navarro",
10+
"email": "dpino@metro.org",
11+
"homepage": "https://github.com/DiegoPino",
12+
"role": "Owner"
13+
}
14+
],
15+
"require": {
16+
"strawberryfield/strawberryfield":"1.*"
17+
}
18+
}

0 commit comments

Comments
 (0)