24 lines
		
	
	
		
			735 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			735 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php return array(
 | 
						|
    'root' => array(
 | 
						|
        'name' => 'alex91ckua/deployer-for-git',
 | 
						|
        'pretty_version' => '1.0.0+no-version-set',
 | 
						|
        'version' => '1.0.0.0',
 | 
						|
        'reference' => NULL,
 | 
						|
        'type' => 'wordpress-plugin',
 | 
						|
        'install_path' => __DIR__ . '/../../',
 | 
						|
        'aliases' => array(),
 | 
						|
        'dev' => false,
 | 
						|
    ),
 | 
						|
    'versions' => array(
 | 
						|
        'alex91ckua/deployer-for-git' => array(
 | 
						|
            'pretty_version' => '1.0.0+no-version-set',
 | 
						|
            'version' => '1.0.0.0',
 | 
						|
            'reference' => NULL,
 | 
						|
            'type' => 'wordpress-plugin',
 | 
						|
            'install_path' => __DIR__ . '/../../',
 | 
						|
            'aliases' => array(),
 | 
						|
            'dev_requirement' => false,
 | 
						|
        ),
 | 
						|
    ),
 | 
						|
);
 |