From 54a1547cd4362db92a5497c82acb410598336895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Fri, 10 Sep 2021 09:26:14 +0200 Subject: [PATCH] Add composer file --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..72f89ba --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "indikator/photography-plugin", + "type": "october-plugin", + "description": "Manage your photos and photo equipments easily. For now it has got only back-end UI.", + "homepage": "https://octobercms.com/plugin/indikator-photography", + "keywords": ["october", "octobercms", "photography"], + "license": "MIT", + "require": { + "composer/installers": "~1.0" + } +} \ No newline at end of file