From c99d9b9af2f8afe39493fa38e871b5600e4b6793 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 31 Aug 2024 16:10:09 +0000 Subject: [PATCH] remove twitter --- composer.json | 1 - composer.lock | 58 ++------------------------------------------------- 2 files changed, 2 insertions(+), 57 deletions(-) diff --git a/composer.json b/composer.json index 76be864..c882291 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ "indieauth/client": ">=0.5.1", "mpratt/relativetime": ">=1.0", "firebase/php-jwt": "2.*", - "abraham/twitteroauth": "*", "ezyang/htmlpurifier": "4.*", "p3k/multipart": ">=0.2.0", "tantek/cassis": "*", diff --git a/composer.lock b/composer.lock index 10acaf8..91b6cdf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,62 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "31929d77a3beed9464c673c1fc112bae", + "content-hash": "0fc6c4de794e6aad53d8a92145278e4c", "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", "version": "1.1.2", @@ -1252,5 +1198,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }