mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 20:50:18 +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": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Mage\\": "./Mage"
|
"Mage\\": "./Mage",
|
||||||
|
"Task\\": ".mage/tasks",
|
||||||
|
"Command\\": ".mage/commands"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
Loading…
Reference in New Issue
Block a user