Browse Source

remove twitter

main
Aaron Parecki 1 month ago
parent
commit
c99d9b9af2
2 changed files with 2 additions and 57 deletions
  1. +0
    -1
      composer.json
  2. +2
    -56
      composer.lock

+ 0
- 1
composer.json View File

@ -8,7 +8,6 @@
"indieauth/client": ">=0.5.1", "indieauth/client": ">=0.5.1",
"mpratt/relativetime": ">=1.0", "mpratt/relativetime": ">=1.0",
"firebase/php-jwt": "2.*", "firebase/php-jwt": "2.*",
"abraham/twitteroauth": "*",
"ezyang/htmlpurifier": "4.*", "ezyang/htmlpurifier": "4.*",
"p3k/multipart": ">=0.2.0", "p3k/multipart": ">=0.2.0",
"tantek/cassis": "*", "tantek/cassis": "*",

+ 2
- 56
composer.lock View File

@ -4,62 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "31929d77a3beed9464c673c1fc112bae",
"content-hash": "0fc6c4de794e6aad53d8a92145278e4c",
"packages": [ "packages": [
{
"name": "abraham/twitteroauth",
"version": "0.7.4",
"source": {
"type": "git",
"url": "https://github.com/abraham/twitteroauth.git",
"reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf",
"reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpmd/phpmd": "~2.6",
"phpunit/phpunit": "~5.7",
"squizlabs/php_codesniffer": "~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Abraham\\TwitterOAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Abraham Williams",
"email": "abraham@abrah.am",
"homepage": "https://abrah.am",
"role": "Developer"
}
],
"description": "The most popular PHP library for use with the Twitter OAuth REST API.",
"homepage": "https://twitteroauth.com",
"keywords": [
"Twitter API",
"Twitter oAuth",
"api",
"oauth",
"rest",
"social",
"twitter"
],
"time": "2017-06-30T22:02:01+00:00"
},
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
"version": "1.1.2", "version": "1.1.2",
@ -1252,5 +1198,5 @@
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
} }

Loading…
Cancel
Save