summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJavier Villanueva <[email protected]>2013-01-20 03:32:22 -0530
committerJavier Villanueva <[email protected]>2013-01-20 03:32:22 -0530
commit9ab23069d2ca2a38065f556e30c85d18bbfd93f4 (patch)
treeeb713236d2e9886416afa7e9b2ef363c1c878611 /composer.json
parent5b11534bd506974d2377b80e24891b248eea319b (diff)
Change autoload option to classmap
Instead of requiring the file explicitly on every request  the classmap option allows to load the class on-demand
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5cc3e15..2308873 100644
--- a/composer.json
+++ b/composer.json
@@ -37,6 +37,6 @@
"php": ">=5.2.0"
},
"autoload": {
- "files": ["idiorm.php"]
+ "classmap": ["idiorm.php"]
}
-} \ No newline at end of file
+}