Commits (10)
- Guy Thouret authored705b5529
- Guy Thouret authored9e9208e6
- Mark Harding authored
(fix) Catch RedisException when using pubsub Closes #777 See merge request !314
fcb4f65b - Mark Harding authored
(fix) Handle ImagickException in blog api where an invalid image file is passed - #770 See merge request !313
61f0bd82 - Mark Harding authoredfb3c882b
- Mark Harding authored
(feat): store activity owner_guid for all views - closes #822 Closes #822 See merge request !326
cd9dd6cc - Mark Harding authored090a5457
- Mark Harding authored
Permissioned cdn See merge request !323
9251d5cf - Emiliano Balbuena authoredfaeede82
- Emiliano Balbuena authored5460503c
Showing
Core/Media/Image/Manager.php 0 → 100644
Core/Media/Video/Manager.php 0 → 100644
Core/Security/SignedUri.php 0 → 100644
... | ... | @@ -3,6 +3,7 @@ |
"description": "The core minds social engine", | ||
"require": { | ||
"php": "~7.1", | ||
"ext-redis": "~4.3", | ||
"aws/aws-sdk-php": "^3.38", | ||
"braintree/braintree_php": "3.5.0", | ||
"datastax/php-driver": "1.2.2", | ||
... | ... |