12345678910111213141516171819202122232425 |
- {
- "name": "iionly/no_logging",
- "description": "This plugin disables the Elgg system log.",
- "type": "elgg-plugin",
- "keywords": [
- "elgg",
- "plugin"
- ],
- "homepage": "https://github.com/iionly/no_logging",
- "license": "GPL-2.0",
- "authors": [
- {
- "name": "iionly",
- "homepage": "https://github.com/iionly",
- "role": "Developer"
- }
- ],
- "support": {
- "issues": "https://github.com/iionly/no_logging/issues"
- },
- "require": {
- "composer/installers": ">=1.0.8"
- }
- }
|