mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Fix to actual .mage directory when used with composer
This commit is contained in:
		
							parent
							
								
									4cce76472e
								
							
						
					
					
						commit
						254de77c79
					
				@ -11,8 +11,8 @@
 | 
			
		||||
    "autoload": {
 | 
			
		||||
        "psr-4": {
 | 
			
		||||
            "Mage\\": "./Mage",
 | 
			
		||||
            "Task\\": ".mage/tasks",
 | 
			
		||||
            "Command\\": ".mage/commands"
 | 
			
		||||
            "Task\\": "../../../.mage/tasks",
 | 
			
		||||
            "Command\\": "../../../.mage/commands"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user