Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Composer: add abraham/twitteroauth v1.0.1
The library https://twitteroauth.com was previously bundled in our repo.
The code (from 2014) was quite outdated, so switching to using Composer.

Later versions of the library require PHP 7.2 or newer. Setting PHP
platform to match the server config, to ensure a compatible version gets
installed.
  • Loading branch information
dregad committed Nov 14, 2020
1 parent bd0b263 commit 1b30629
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
@@ -0,0 +1,10 @@
{
"require": {
"abraham/twitteroauth": "~1.0"
},
"config": {
"platform": {
"php": "7.0.33"
}
}
}
76 changes: 76 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b30629

Please sign in to comment.