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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-11-06 14:26:36 +0300
committerRobin Appelman <robin@icewind.nl>2019-11-06 14:46:19 +0300
commit65794f6a3461a1d47fa876f30874ce54431a624f (patch)
treeb5f7e7dfae6f8d22866c0228e15a803037cbaed6 /composer.json
parenta90eb64a01feb575eef389b6324e9558f24b2598 (diff)
travis config
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..5351e42
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,6 @@
+{
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "^1.0",
+ "phpunit/phpunit": "^7"
+ }
+}