summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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
index 2d207a4..872e08d 100644
--- a/composer.json
+++ b/composer.json
@@ -36,6 +36,11 @@
"src"
]
},
+ "autoload-dev": {
+ "classmap": [
+ "tests"
+ ]
+ },
"description": "A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.",
"homepage": "https://github.com/zetacomponents",
"license": "Apache-2.0",
@@ -45,6 +50,7 @@
"zetacomponents/base": "~1.8"
},
"require-dev": {
+ "phpunit/phpunit": "~5.7",
"zetacomponents/unit-test": "*"
}
}