]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
Code quality: Makefile to run static code checkers
[github/shaarli/Shaarli.git] / composer.json
diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..d1f613c
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "name": "shaarli/shaarli",
+    "description": "The personal, minimalist, super-fast, no-database delicious clone",
+    "license": "MIT",
+    "support": {
+        "issues": "https://github.com/shaarli/Shaarli/issues"
+    },
+    "require": {},
+    "require-dev": {
+        "phpmd/phpmd" : "@stable",
+        "sebastian/phpcpd": "*",
+        "squizlabs/php_codesniffer": "2.*"
+    }
+}