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:
authorPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
committerPhie <phie@phie.ovh>2018-08-21 18:39:12 +0300
commit7d24cc0120859fc4e46b301c08effc97ddfbb1bb (patch)
tree94b5b52074022ceccd4c91073f217feaec38ca40 /composer.json
first commit for Carnet NC server
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"
+ }
+}