Load custom tasks and commands by composer autoload mechanism

This commit is contained in:
Kuba Turek
2014-09-13 21:30:12 +02:00
committed by Jakub Turek
parent 300cc4c56f
commit ea49214e95
+3 -1
View File
@@ -10,7 +10,9 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Mage\\": "./Mage" "Mage\\": "./Mage",
"Task\\": ".mage/tasks",
"Command\\": ".mage/commands"
} }
}, },
"bin": [ "bin": [