ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
2 months ago
autoload_classmap.php
1 week ago
autoload_files.php
2 years ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
2 years ago
autoload_static.php
1 week ago
installed.json
3 months ago
installed.php
3 months ago
platform_check.php
11 months ago
installed.php
53 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'advanced-ads/advanced-ads', |
| 4 | 'pretty_version' => '1.48.2', |
| 5 | 'version' => '1.48.2.0', |
| 6 | 'reference' => null, |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'advanced-ads/advanced-ads' => array( |
| 14 | 'pretty_version' => '1.48.2', |
| 15 | 'version' => '1.48.2.0', |
| 16 | 'reference' => null, |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'advanced-ads/framework' => array( |
| 23 | 'pretty_version' => 'dev-main', |
| 24 | 'version' => 'dev-main', |
| 25 | 'reference' => '13ee42e79308fa08fa25214f64dfa90b166d9f46', |
| 26 | 'type' => 'wordpress-plugin', |
| 27 | 'install_path' => __DIR__ . '/../advanced-ads/framework', |
| 28 | 'aliases' => array( |
| 29 | 0 => '9999999-dev', |
| 30 | ), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'mobiledetect/mobiledetectlib' => array( |
| 34 | 'pretty_version' => '3.74.3', |
| 35 | 'version' => '3.74.3.0', |
| 36 | 'reference' => '39582ab62f86b40e4edb698159f895929a29c346', |
| 37 | 'type' => 'library', |
| 38 | 'install_path' => __DIR__ . '/../mobiledetect/mobiledetectlib', |
| 39 | 'aliases' => array(), |
| 40 | 'dev_requirement' => false, |
| 41 | ), |
| 42 | 'woocommerce/action-scheduler' => array( |
| 43 | 'pretty_version' => '3.9.3', |
| 44 | 'version' => '3.9.3.0', |
| 45 | 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 46 | 'type' => 'wordpress-plugin', |
| 47 | 'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 48 | 'aliases' => array(), |
| 49 | 'dev_requirement' => false, |
| 50 | ), |
| 51 | ), |
| 52 | ); |
| 53 |