/var/www/html/wp-content/plugins/elementor/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' => 'elementor/elementor',
        
'pretty_version' => '3.27.x-dev',
        
'version' => '3.27.9999999.9999999-dev',
        
'reference' => 'd80e26e89b216dc2e7b114bb1e761ccf3a762590',
        
'type' => 'project',
        
'install_path' => __DIR__ '/../../',
        
'aliases' => array(),
        
'dev' => false,
    ),
    
'versions' => array(
        
'elementor/elementor' => array(
            
'pretty_version' => '3.27.x-dev',
            
'version' => '3.27.9999999.9999999-dev',
            
'reference' => 'd80e26e89b216dc2e7b114bb1e761ccf3a762590',
            
'type' => 'project',
            
'install_path' => __DIR__ '/../../',
            
'aliases' => array(),
            
'dev_requirement' => false,
        ),
    ),
);