mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 14:28:57 +02:00
Load custom tasks and commands by composer autoload mechanism
This commit is contained in:
+3
-1
@@ -10,7 +10,9 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mage\\": "./Mage"
|
||||
"Mage\\": "./Mage",
|
||||
"Task\\": ".mage/tasks",
|
||||
"Command\\": ".mage/commands"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
Reference in New Issue
Block a user