/var/www/html_uk/wp-content/plugins/automatewoo/vendor/composer/installed.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php return array(
    
'root' => array(
        
'name' => 'woocommerce/automatewoo',
        
'pretty_version' => 'dev-release/6.1.18',
        
'version' => 'dev-release/6.1.18',
        
'reference' => '2e344a031d10769ef0776599baa52b81739d5eeb',
        
'type' => 'wordpress-plugin',
        
'install_path' => __DIR__ '/../../',
        
'aliases' => array(),
        
'dev' => false,
    ),
    
'versions' => array(
        
'woocommerce/automatewoo' => array(
            
'pretty_version' => 'dev-release/6.1.18',
            
'version' => 'dev-release/6.1.18',
            
'reference' => '2e344a031d10769ef0776599baa52b81739d5eeb',
            
'type' => 'wordpress-plugin',
            
'install_path' => __DIR__ '/../../',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
    ),
);