From 4b6abfc79b9e2ba541446554c6f73ae4d5d2f02a Mon Sep 17 00:00:00 2001 From: Issel Date: Sun, 29 Mar 2015 23:19:36 +0000 Subject: [PATCH] Changed autoloader to psr-4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2bcf50a..fc2c99f 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "octante/marvel-api-bundle", - "type": "symfony-bundle", "description": "Marvel API bundle for Symfony2", "keywords": ["marvel","api"], "homepage": "https://github.com/octante", "license": "MIT", + "type": "symfony-bundle", "authors": [ { "name": "Issel Guberna", @@ -16,7 +16,7 @@ "symfony/framework-bundle": "2.*" }, "autoload": { - "psr-0": {"Octante\\MarvelAPIBundle": ""} + "psr-4": {"Octante\\MarvelAPIBundle\\": ""} }, "target-dir": "Octante/MarvelAPIBundle" } \ No newline at end of file