| 
									
										
										
										
											2014-01-08 09:33:05 +01:00
										 |  |  |  | #!/usr/bin/env php | 
					
						
							|  |  |  |  | <?php | 
					
						
							|  |  |  |  | /* | 
					
						
							|  |  |  |  |  * This file is part of Composer. | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * (c) Nils Adermann <naderman@naderman.de> | 
					
						
							|  |  |  |  |  *     Jordi Boggiano <j.boggiano@seld.be> | 
					
						
							|  |  |  |  |  * | 
					
						
							|  |  |  |  |  * For the full copyright and license information, please view | 
					
						
							|  |  |  |  |  * the license that is located at the bottom of this file. | 
					
						
							|  |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | Phar::mapPhar('composer.phar'); | 
					
						
							| 
									
										
										
										
											2014-06-25 18:11:25 +02:00
										 |  |  |  | define('COMPOSER_DEV_WARNING_TIME', 1406304007); | 
					
						
							| 
									
										
										
										
											2014-01-08 09:33:05 +01:00
										 |  |  |  | require 'phar://composer.phar/bin/composer'; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | __HALT_COMPILER(); ?> | 
					
						
							| 
									
										
										
										
											2014-06-25 18:11:25 +02:00
										 |  |  |  | k |