Skip to content

Commit 9ee990d

Browse files
committed
composer.json
1 parent 0ec8fd0 commit 9ee990d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
x.x:
44

5-
2.0.0 ():
5+
2.0.0 (10/16/2-15):
66
- Upgrade for Elgg 1.9+
77

88
1.2 ():

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "au/river_privacy",
3+
"type": "elgg-plugin",
4+
"description": "Sets non-object oriented river items to private access (eg. friend relationships)",
5+
"homepage": "https://github.com/AU-Landing-Project/river_privacy",
6+
"keywords": ["elgg", "plugin", "river_privacy", "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/river_privacy/issues"
15+
},
16+
"require": {
17+
"php": ">=5.4",
18+
"composer/installers": ">=1.0.8"
19+
}
20+
}

0 commit comments

Comments
 (0)