diff --git a/composer.json b/composer.json index 60efb27..a94a52e 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,11 @@ "php": ">=5.3" }, "autoload": { - "psr-0": { - "UniqueGlobalClass": "" - } + "classmap": [ + "CImage.php", + "CHttpGet.php", + "CRemoteImage.php", + "CWhitelist.php" + ] } }