Browse Source

Load custom tasks and commands by composer autoload mechanism

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

4
composer.json

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

Loading…
Cancel
Save