mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Prepare for new version release.
This commit is contained in:
		
							parent
							
								
									447cbc4b71
								
							
						
					
					
						commit
						fe2c9fb49e
					
				@ -18,7 +18,7 @@ Simply add the following dependency to your project’s composer.json file:
 | 
				
			|||||||
```js
 | 
					```js
 | 
				
			||||||
    "require-dev": {
 | 
					    "require-dev": {
 | 
				
			||||||
        // ...
 | 
					        // ...
 | 
				
			||||||
        "andres-montanez/magallanes": "~1.0.3"
 | 
					        "andres-montanez/magallanes": "~1.0.*"
 | 
				
			||||||
        // ...
 | 
					        // ...
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@ -37,7 +37,7 @@ $ bin/mage version
 | 
				
			|||||||
### System-wide installation with composer ###
 | 
					### System-wide installation with composer ###
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ composer global require "andres-montanez/magallanes=~1.0.3"
 | 
					$ composer global require "andres-montanez/magallanes=~1.0.*"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make sure you have ~/.composer/vendor/bin/ in your path.
 | 
					Make sure you have ~/.composer/vendor/bin/ in your path.
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								bin/mage
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								bin/mage
									
									
									
									
									
								
							@ -13,7 +13,7 @@ date_default_timezone_set('UTC');
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
$baseDir = dirname(dirname(__FILE__));
 | 
					$baseDir = dirname(dirname(__FILE__));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define('MAGALLANES_VERSION', '1.0.3');
 | 
					define('MAGALLANES_VERSION', '1.0.4');
 | 
				
			||||||
define('MAGALLANES_DIRECTORY', $baseDir);
 | 
					define('MAGALLANES_DIRECTORY', $baseDir);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
 | 
					if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
 | 
				
			||||||
@ -26,7 +26,6 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
 | 
				
			|||||||
    spl_autoload_register(array($loader, 'autoLoad'));
 | 
					    spl_autoload_register(array($loader, 'autoLoad'));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
// Clean arguments
 | 
					// Clean arguments
 | 
				
			||||||
array_shift($argv);
 | 
					array_shift($argv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user