From 9ec09c540716b7c2c3ab797f17d0d5fa4497c829 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Sun, 2 Apr 2023 00:12:02 -0600 Subject: [PATCH] remove unneeded dependencies --- activitypub.php | 2 -- composer.json | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/activitypub.php b/activitypub.php index f8633e8..7320f0c 100644 --- a/activitypub.php +++ b/activitypub.php @@ -15,8 +15,6 @@ namespace Activitypub; -require __DIR__ . '/vendor/autoload.php'; - /** * Initialize plugin */ diff --git a/composer.json b/composer.json index e9cb057..67bd2d3 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "type": "wordpress-plugin", "require": { "php": ">=5.6.0", - "composer/installers": "^1.0 || ^2.0", - "phpseclib/phpseclib": "~3.0" + "composer/installers": "^1.0 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^8",