From f671a9bc9f5a7d1a71d39f948ecd3d35b68c87e5 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 19 Feb 2019 18:15:47 +0100 Subject: [PATCH] test --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b9a5f43..1776391 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "Bluesquare\\": "ValidatorBundle/" + "Bluesquare\\ValidatorBundle\\": "ValidatorBundle/" } } }