summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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
index 152143e..9742853 100644
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,11 @@
"PhpParser\\": "lib/PhpParser"
}
},
+ "autoload-dev": {
+ "psr-4": {
+ "PhpParser\\": "test/PhpParser/"
+ }
+ },
"bin": [
"bin/php-parse"
]