[langfilter] Remove Composer dependency

- It has been added to Friendica core
This commit is contained in:
Hypolite Petovan 2020-10-10 17:40:17 -04:00
parent 0be3439cb7
commit 76ecff195f
23 changed files with 0 additions and 1840 deletions

View file

@ -13,8 +13,6 @@ use Friendica\Core\Hook;
use Friendica\Core\Renderer;
use Friendica\DI;
require __DIR__ . '/vendor/autoload.php';
/* Define the hooks we want to use
* that is, we have settings, we need to save the settings and we want
* to modify the content of a posting when friendica prepares it.