From c73fd6154d3b6413b3a2532ce4da0e03473ad05e Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 25 Nov 2013 19:30:13 +0100 Subject: Remove dummy autoloader directives --- composer.json | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 81573d01..26c41985 100644 --- a/composer.json +++ b/composer.json @@ -64,25 +64,6 @@ "ext-zlib" : "*" }, "include-path": ["framework"], - "autoload": { - "psr-0" : { - "Prado" : "framework", - "Prado\\Caching" : "framework", - "Prado\\Collections" : "framework", - "Prado\\Exceptions" : "framework", - "Prado\\I18N" : "framework", - "Prado\\IO" : "framework", - "Prado\\Security" : "framework", - "Prado\\Util" : "framework", - "Prado\\Web" : "framework", - "Prado\\Web\\Javascripts" : "framework", - "Prado\\Web\\Services" : "framework", - "Prado\\Web\\UI" : "framework", - "Prado\\Web\\UI\\ActiveControls" : "framework", - "Prado\\Web\\UI\\WebControls" : "framework", - "Prado\\Xml" : "framework" - } - }, "support" : { "forum" : "http://www.pradosoft.com/forum", "source" : "https://github.com/pradosoft/prado" -- cgit v1.2.3