From 47327c5dd5601a9efb690aa10f67799a405e3d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 5 Jul 2019 10:34:35 +0200 Subject: Add drone for frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..1bffd061 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "nextcloud/richdocuments", + "type": "project", + "require-dev": { + "roave/security-advisories": "dev-master", + "christophwurst/nextcloud": "^15.0", + "jakub-onderka/php-parallel-lint": "^1.0.0" + }, + "license": "AGPLv3", + "authors": [ + { + "name": "Julius Härtl", + "email": "jus@bitgrid.net" + } + ], + "require": {} +} -- cgit v1.2.3