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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-09 16:18:25 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 00:10:28 +0300
commit6a9cc6d71dd1905dd010e444ae2f26d6515bb0d6 (patch)
treeeeb8094d1736cb741f4811af20e8f09caa8fca4c /composer.json
parent1276de1f7cf3a6514c6c7799557da6f40a8d8d0d (diff)
bring own parallel-lint
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..8d00bd3
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,5 @@
+{
+ "require-dev": {
+ "php-parallel-lint/php-parallel-lint": "^1.2"
+ }
+}