From 1e0e9d2176cbe549d1425ad6cf4cc1930537f598 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 16 Feb 2021 22:41:54 +0000 Subject: [PATCH] Add a composer.json --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0a1c627 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "noblogs/ai-buddypress-plugin", + "description": "git@git.autistici.org:noblogs/ai-buddypress-plugin.git", + "type": "wordpress-muplugin", + "require": { + "composer/installers": "^1.9" + }, + "authors": [ + { + "name": "lucha", + "email": "lucha@paranoici.org" + } + ] +} -- GitLab