From 9b9c1432f2c26c830da57989c1907bb64b5cf026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 3 Oct 2017 19:06:31 +0200 Subject: [PATCH] Tests: Add Nextcloud public api for better scrutinizer inspection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- 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 000000000..59ae73b85 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "nextcloud/deck", + "type": "project", + "license": "AGPLv3", + "authors": [ + { + "name": "Julius Härtl", + "email": "jus@bitgrid.net" + } + ], + "require": {}, + "require-dev": { + "christophwurst/nextcloud": "^12.0" + } +}