summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJeena <spam@jeenaparadies.net>2015-07-23 00:32:01 +0200
committerJeena <spam@jeenaparadies.net>2015-07-24 20:57:54 +0200
commit85e80df0ba127936f9ba646ba00e25b37ddc2ec4 (patch)
tree3438827e96ff8b32cffeec79073a8c72c9f062e9 /composer.json
parent91307d4a362a8fab0022aba19ab74bec9cb46f8f (diff)
Adds possibility to post photos.
With this it is possible to post a photo note with a description, nothing more. It doesn't move the file in the file system, just posts it from the temp location to the users server. It also does validate for file size, content type and max upload size and shows the errors to the user. If everything goes according to plan the response from the users server is shown, together with a link with the posted photos URL.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cf2f57e..1156a2b 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,8 @@
"mpratt/relativetime": ">=1.0",
"firebase/php-jwt": "dev-master",
"ruudk/twitter-oauth": "dev-master",
- "andreyco/instagram": "3.*"
+ "andreyco/instagram": "3.*",
+ "p3k/multipart": "*"
},
"autoload": {
"files": [