aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cc1d72f..1b2a513 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,8 @@
],
"autoload": {
"psr-4": {
- "Snilius\\Twig\\": "src/"
+ "Snilius\\Twig\\": "src/",
+ "Snilius\\Twig\\Tests\\": "test/"
}
}
}