1234567891011121314151617181920 |
- {
- "name": "au/river_privacy",
- "type": "elgg-plugin",
- "description": "Sets non-object oriented river items to private access (eg. friend relationships)",
- "homepage": "https://github.com/AU-Landing-Project/river_privacy",
- "keywords": ["elgg", "plugin", "river_privacy", "AU"],
- "license": "GPL-2.0",
- "authors": [
- {
- "name": "Matt Beckett"
- }
- ],
- "support": {
- "issues": "https://github.com/AU-Landing-Project/river_privacy/issues"
- },
- "require": {
- "php": ">=5.4",
- "composer/installers": ">=1.0.8"
- }
- }
|