From 8e87ac1f77e8a9d2754547bd2ce06b2a6617455f Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 23 Jan 2012 10:04:11 +0100 Subject: [PATCH] Fix autoload --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f8e6f6..be3ae53 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "symfony/symfony" : ">=2.0" }, "autoload": { - "psr0": { + "psr-0": { "Acme\\PizzaBundle\\":"" } },