Browse Source

Load custom tasks and commands by composer autoload mechanism

1.0
Kuba Turek 10 years ago committed by Jakub Turek
parent
commit
ea49214e95
  1. 4
      composer.json

4
composer.json

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

Loading…
Cancel
Save