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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rwxr-xr-xcomposer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100755
index 0000000..e015641
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "Quick Doc",
+ "description": "QuickDoc on Nextcloud",
+ "type": "project",
+ "license": "AGPL",
+ "authors": [
+ {
+ "name": "Phie"
+ }
+ ],
+ "require": {
+ "nelexa/zip": "^3.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.4"
+ }
+}