/var/www/html_sp/wp-content/plugins/query-monitor/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' => 'johnbillion/query-monitor',
        
'pretty_version' => 'dev-release',
        
'version' => 'dev-release',
        
'reference' => '067a06747853246cd9ed808e8e08b1468d58d236',
        
'type' => 'wordpress-plugin',
        
'install_path' => __DIR__ '/../../',
        
'aliases' => array(),
        
'dev' => false,
    ),
    
'versions' => array(
        
'johnbillion/query-monitor' => array(
            
'pretty_version' => 'dev-release',
            
'version' => 'dev-release',
            
'reference' => '067a06747853246cd9ed808e8e08b1468d58d236',
            
'type' => 'wordpress-plugin',
            
'install_path' => __DIR__ '/../../',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
    ),
);