summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-22 10:09:57 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-22 10:09:57 +0100
commitd05e5bcdba05f533f930fec1b84365f1972b81db (patch)
tree834247ca0eaf0250184b1604b5a58e62eb4b626f /composer.json
parent14d46a5eb0ca7a1758d1a142c6bdd0d789064dfe (diff)
php-pdepend-PHP-Depend: 2.2.6
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..d5738cf
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,19 @@
+{
+ "name": "pdepend/pdepend",
+ "description": "Official version of pdepend to be handled with Composer",
+ "license": "BSD-3-Clause",
+ "require": {
+ "php": ">=5.3.7",
+ "symfony/dependency-injection": "^2.3.0|^3",
+ "symfony/filesystem": "^2.3.0|^3",
+ "symfony/config": "^2.3.0|^3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.4.0,<4.8",
+ "squizlabs/php_codesniffer": "^2.0.0"
+ },
+ "bin": ["src/bin/pdepend"],
+ "autoload": {
+ "psr-4": {"PDepend\\": "src/main/php/PDepend"}
+ }
+}