From 7f424834a619dd61ef04f3268b3717a94ec1e4e0 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Fri, 13 Dec 2019 22:23:52 +0100 Subject: [PATCH] fixed typo --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f12dc8..c6ab478 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/security": "^3.4 || ^4.4 || ^4.0" }, "autoload": { - "psr-7": { + "psr-4": { "Happyr\\EventTrackerBundle\\": "" } }