From df82c9f61d4879924645e83f2ce27d8d45dd45c0 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 9 Dec 2014 13:59:10 +0100 Subject: Move to PSR-4. --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6e5075b..ee6a3a5 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,12 @@ "require-dev": { "hoa/math": "~0.0" }, - "target-dir": "Hoa/Praspel", - "autoload" : { "psr-0": { "Hoa\\Praspel": "." } }, - "extra" : { + "autoload": { + "psr-4": { + "Hoa\\Praspel\\": "." + } + }, + "extra": { "branch-alias": { "dev-master": "0.x-dev" } -- cgit v1.1