Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..adfd5c6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,15 @@
+{
+ "name": "Privacy",
+ "description": "-",
+ "type": "project",
+ "license": "AGPL",
+ "authors": [
+ {
+ "name": "Georg Ehrke"
+ }
+ ],
+ "require": {},
+ "require-dev": {
+ "phpunit/phpunit": "^5.4"
+ }
+}