mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Allow for both directories for Task and Command namespaces
This commit is contained in:
		
							parent
							
								
									892a60c574
								
							
						
					
					
						commit
						364c2ecc90
					
				@ -11,8 +11,8 @@
 | 
			
		||||
    "autoload": {
 | 
			
		||||
        "psr-4": {
 | 
			
		||||
            "Mage\\": "./Mage",
 | 
			
		||||
            "Task\\": "../../../.mage/tasks",
 | 
			
		||||
            "Command\\": "../../../.mage/commands"
 | 
			
		||||
            "Task\\": [".mage/tasks", "../../../.mage/tasks"],
 | 
			
		||||
            "Command\\": [".mage/tasks", "../../../.mage/commands"]
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user