From 55e76c7c271be9cfb58b5227f6589d4ffd5d69dd Mon Sep 17 00:00:00 2001 From: Stas Pavlovichev Date: Mon, 25 May 2020 14:25:46 +0300 Subject: [PATCH] Fix deprecation notice --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/" } },