mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Composer and Bin Script
This commit is contained in:
		
							parent
							
								
									5852e02765
								
							
						
					
					
						commit
						6a4816a61d
					
				
							
								
								
									
										4
									
								
								bin/mage
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								bin/mage
									
									
									
									
									
								
							@ -2,10 +2,10 @@
 | 
			
		||||
<?php
 | 
			
		||||
date_default_timezone_set('UTC');
 | 
			
		||||
 | 
			
		||||
require __DIR__ . '/../vendor/autoload.php';
 | 
			
		||||
require __DIR__ . '/../../../autoload.php';
 | 
			
		||||
 | 
			
		||||
use Mage\MageApplication;
 | 
			
		||||
 | 
			
		||||
$mage = new MageApplication();
 | 
			
		||||
$mage->configure(__DIR__ . '/../.mage.yml');
 | 
			
		||||
$mage->configure('.mage.yml');
 | 
			
		||||
$mage->run();
 | 
			
		||||
@ -29,10 +29,8 @@
 | 
			
		||||
      "**/Tests/"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
    "config": {
 | 
			
		||||
  "config": {
 | 
			
		||||
    "bin-dir": "bin"
 | 
			
		||||
  },
 | 
			
		||||
  "bin": [
 | 
			
		||||
    "bin/mage"
 | 
			
		||||
  ]
 | 
			
		||||
  "bin": ["bin/mage"]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user