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

github.com/icewind1991/files_markdown.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.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..76f1726
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,16 @@
+{
+ "require-dev": {
+ "roave/security-advisories": "dev-master",
+ "christophwurst/nextcloud": "dev-master",
+ "php-parallel-lint/php-parallel-lint": "^1.0.0",
+ "nextcloud/coding-standard": "^0.4.0",
+ "psalm/phar": "^4.3"
+ },
+ "license": "AGPLv3",
+ "scripts": {
+ "lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
+ "cs:check": "php-cs-fixer fix --dry-run --diff",
+ "cs:fix": "php-cs-fixer fix",
+ "psalm": "psalm.phar"
+ }
+}