diff options
| author | horus | 2019-05-14 12:06:00 +0200 |
|---|---|---|
| committer | horus | 2019-05-14 12:06:00 +0200 |
| commit | 1f192bc0ea6a41fe2702dac0386390225188b127 (patch) | |
| tree | 4a29a16c6b477b6145a542fe8fc2c8f0186358f5 /composer.json | |
| parent | 53e398f69ead13feaf26cdd5ae0449fa6174e753 (diff) | |
| download | kategorischeraperitif-1f192bc0ea6a41fe2702dac0386390225188b127.tar.gz | |
Rewrites images through a reverse proxy (camo) to increase privacy and prevent mixed contents warnings.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 44e1e2c..4163507 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ "laravel/framework": "5.6.*", "laravel/tinker": "~1.0", "piwik/piwik-php-tracker": "^1.4", - "roumen/feed": "^2.12" + "roumen/feed": "^2.12", + "willwashburn/phpamo": "^1.0" }, "require-dev": { "filp/whoops": "~2.0", |
