From d70193ef7b2ac9148ee5a43e6765d3419cc39e4c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 9 Dec 2014 13:55:45 +0100 Subject: [PATCH] Move to PSR-4. --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9298634..a23717f 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,12 @@ "require-dev": { "hoa/test": "~1.0" }, - "target-dir": "Hoa/Locale", - "autoload" : { "psr-0": { "Hoa\\Locale": "." } }, - "extra" : { + "autoload": { + "psr-4": { + "Hoa\\Locale\\": "." + } + }, + "extra": { "branch-alias": { "dev-master": "1.x-dev" }