From 0052afe0c982a1cae2d7a57f6c1ce4e1f860fb6b Mon Sep 17 00:00:00 2001 From: agata <agata@insiberia.net> Date: Mon, 21 Mar 2022 15:40:31 +0000 Subject: [PATCH] Add new file --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e4c02b1 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "noblogs/event-list", + "description": "Wordpress plugin: visualize a list of events.", + "type": "wordpress-plugin", + "license": "GPL", + "authors": [ + { + "name": "agata", + "email": "agata@insiberia.net" + } + ], + "require": { + "composer/installers": "^1.9" + } +} -- GitLab