mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Load custom tasks and commands by composer autoload mechanism
This commit is contained in:
parent
300cc4c56f
commit
ea49214e95
@ -10,7 +10,9 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mage\\": "./Mage"
|
||||
"Mage\\": "./Mage",
|
||||
"Task\\": ".mage/tasks",
|
||||
"Command\\": ".mage/commands"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
Loading…
Reference in New Issue
Block a user