Skip to content

Commit

Permalink
Add auto Twitter. Closes #2380
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Mar 4, 2017
1 parent c229fd1 commit d966bc8
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 89 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ QUEUE_DRIVER=sync

CACHET_BEACON=true
CACHET_EMOJI=false
CACHET_AUTO_TWITTER=true

MAIL_DRIVER=log
MAIL_HOST=null
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"ext-xml": "*",
"alt-three/badger": "^3.1",
"alt-three/bus": "^2.0",
"alt-three/emoji": "^3.1",
"alt-three/emoji": "^4.1",
"alt-three/logger": "^1.3",
"alt-three/throttle": "^1.0",
"alt-three/twitter": "^1.0",
"alt-three/validator": "^1.5",
"aws/aws-sdk-php": "^3.7",
"backup-manager/laravel": "^1.1",
Expand All @@ -40,16 +42,15 @@
"graham-campbell/binput": "^3.5",
"graham-campbell/core": "^5.1",
"graham-campbell/exceptions": "^9.1",
"graham-campbell/markdown": "^6.1",
"graham-campbell/markdown": "^7.1",
"guzzlehttp/guzzle": "^6.2.1",
"laravel/framework": "5.3.*",
"mccool/laravel-auto-presenter": "^4.3",
"nexmo/client": "@beta",
"pragmarx/google2fa": "^0.7.1",
"predis/predis": "^1.1",
"roumen/feed": "^2.10.4",
"twig/twig": "^1.26.1",
"alt-three/logger": "^1.3"
"twig/twig": "^1.26.1"
},
"require-dev": {
"alt-three/testbench": "^1.9",
Expand Down
Loading

0 comments on commit d966bc8

Please sign in to comment.