Skip to content

Commit bab2e2d

Browse files
committed
add composer.json
1 parent 7dba3df commit bab2e2d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "au/notifications_email_disable",
3+
"type": "elgg-plugin",
4+
"description": "Adds an admin widget to disable email notifications to users with invalid addresses",
5+
"homepage": "https://github.com/AU-Landing-Project/notifications_email_disable",
6+
"keywords": ["elgg", "plugin", "notifications", "email", "notifications email disable", "AU"],
7+
"license": "GPL-2.0",
8+
"authors": [
9+
{
10+
"name": "Matt Beckett"
11+
}
12+
],
13+
"support": {
14+
"issues": "https://github.com/AU-Landing-Project/notifications_email_disable/issues"
15+
},
16+
"require": {
17+
"php": ">=5.4",
18+
"composer/installers": ">=1.0.8"
19+
}
20+
}

0 commit comments

Comments
 (0)