ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
8 months ago
autoload_files.php
4 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
4 months ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
10 months ago
installed.php
42 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'elementor/elementor', |
| 4 | 'pretty_version' => '4.01.x-dev', |
| 5 | 'version' => '4.01.9999999.9999999-dev', |
| 6 | 'reference' => '9b24e1b105ccd2f7973196f3cdfeb2dd0065a95d', |
| 7 | 'type' => 'project', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'elementor/elementor' => array( |
| 14 | 'pretty_version' => '4.01.x-dev', |
| 15 | 'version' => '4.01.9999999.9999999-dev', |
| 16 | 'reference' => '9b24e1b105ccd2f7973196f3cdfeb2dd0065a95d', |
| 17 | 'type' => 'project', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'elementor/wp-notifications-package' => array( |
| 23 | 'pretty_version' => '1.2.0', |
| 24 | 'version' => '1.2.0.0', |
| 25 | 'reference' => 'dd25ca9dd79402c3bb51fab112aa079702eb165e', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../elementor/wp-notifications-package', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'elementor/wp-one-package' => array( |
| 32 | 'pretty_version' => '1.0.62', |
| 33 | 'version' => '1.0.62.0', |
| 34 | 'reference' => null, |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../elementor/wp-one-package', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | ), |
| 41 | ); |
| 42 |