mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Update PHP version
Using short array syntax is allowed in PHP 5.4 only: https://github.com/andres-montanez/Magallanes/blob/master/Mage/Task/BuiltIn/Filesystem/ApplyFaclsTask.php#L36
This commit is contained in:
		
							parent
							
								
									dd79eca75f
								
							
						
					
					
						commit
						3956aa153d
					
				@ -6,7 +6,7 @@
 | 
				
			|||||||
    "type": "library",
 | 
					    "type": "library",
 | 
				
			||||||
    "keywords": ["deployment"],
 | 
					    "keywords": ["deployment"],
 | 
				
			||||||
    "require": {
 | 
					    "require": {
 | 
				
			||||||
        "php": ">=5.3"
 | 
					        "php": ">=5.4"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "require-dev": {
 | 
					    "require-dev": {
 | 
				
			||||||
        "phpunit/phpunit": "4.3.5",
 | 
					        "phpunit/phpunit": "4.3.5",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user