diff --git a/composer.json b/composer.json index 9f715af..0e31fe8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,11 @@ ], "autoload": { "psr-0": { - "Flow\\JSONPath": "src/", + "Flow\\JSONPath": "src/" + } + }, + "autoload-dev": { + "psr-0": { "Flow\\JSONPath\\Test": "tests/" } },