Load custom tasks and commands by composer autoload mechanism

This commit is contained in:
Kuba Turek 2014-08-28 21:34:07 +02:00 committed by Jakub Turek
parent 300cc4c56f
commit ea49214e95

View file

@ -10,7 +10,9 @@
},
"autoload": {
"psr-4": {
"Mage\\": "./Mage"
"Mage\\": "./Mage",
"Task\\": ".mage/tasks",
"Command\\": ".mage/commands"
}
},
"bin": [