mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-06 09:28:57 +02:00
Fix to actual .mage directory when used with composer
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mage\\": "./Mage",
|
||||
"Task\\": ".mage/tasks",
|
||||
"Command\\": ".mage/commands"
|
||||
"Task\\": "../../../.mage/tasks",
|
||||
"Command\\": "../../../.mage/commands"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
Reference in New Issue
Block a user