From 3bc4be07707f2e6eb9c9a42e5fc629c9604ec96f Mon Sep 17 00:00:00 2001 From: Dmitry Semenov Date: Mon, 22 Dec 2014 11:04:48 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9d0d13..e0605c0 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ "php": ">=5.4" }, "autoload": { - "psr-0": {"yii2mod\ftp": ""} + "psr-4": { + "yii2mod\\ftp\\": "" + } } }