ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
2 years ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
8 months ago
installed.json
3 days ago
installed.php
3 days ago
platform_check.php
1 year ago
installed.php
77 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'codeinwp/wp-menu-icons', |
| 4 | 'pretty_version' => 'v0.13.24', |
| 5 | 'version' => '0.13.24.0', |
| 6 | 'reference' => 'b8d65aaee92081d2661ba0f0029e46688cac52dd', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'codeinwp/gutenberg-menu-icons' => array( |
| 14 | 'pretty_version' => '1.0.5', |
| 15 | 'version' => '1.0.5.0', |
| 16 | 'reference' => 'fce0fae088cc85001620d83253568aeec2af51c0', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../codeinwp/gutenberg-menu-icons', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'codeinwp/icon-picker' => array( |
| 23 | 'pretty_version' => 'dev-master', |
| 24 | 'version' => 'dev-master', |
| 25 | 'reference' => '8efc2e400231ad7d4af94ff9270cd5b50248d4c9', |
| 26 | 'type' => 'wordpress-plugin', |
| 27 | 'install_path' => __DIR__ . '/../codeinwp/icon-picker', |
| 28 | 'aliases' => array( |
| 29 | 0 => '9999999-dev', |
| 30 | ), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'codeinwp/menu-item-custom-fields' => array( |
| 34 | 'pretty_version' => 'dev-master', |
| 35 | 'version' => 'dev-master', |
| 36 | 'reference' => 'f491fcfa873e92006e3d92a4ede8775e9cf53bae', |
| 37 | 'type' => 'wordpress-plugin', |
| 38 | 'install_path' => __DIR__ . '/../codeinwp/menu-item-custom-fields', |
| 39 | 'aliases' => array(), |
| 40 | 'dev_requirement' => false, |
| 41 | ), |
| 42 | 'codeinwp/themeisle-sdk' => array( |
| 43 | 'pretty_version' => '3.3.61', |
| 44 | 'version' => '3.3.61.0', |
| 45 | 'reference' => '9fe698b52dec768a0dd8b500fb51efe40962ee99', |
| 46 | 'type' => 'library', |
| 47 | 'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk', |
| 48 | 'aliases' => array(), |
| 49 | 'dev_requirement' => false, |
| 50 | ), |
| 51 | 'codeinwp/wp-menu-icons' => array( |
| 52 | 'pretty_version' => 'v0.13.24', |
| 53 | 'version' => '0.13.24.0', |
| 54 | 'reference' => 'b8d65aaee92081d2661ba0f0029e46688cac52dd', |
| 55 | 'type' => 'wordpress-plugin', |
| 56 | 'install_path' => __DIR__ . '/../../', |
| 57 | 'aliases' => array(), |
| 58 | 'dev_requirement' => false, |
| 59 | ), |
| 60 | 'composer/installers' => array( |
| 61 | 'dev_requirement' => false, |
| 62 | 'replaced' => array( |
| 63 | 0 => '*', |
| 64 | ), |
| 65 | ), |
| 66 | 'enshrined/svg-sanitize' => array( |
| 67 | 'pretty_version' => '0.18.0', |
| 68 | 'version' => '0.18.0.0', |
| 69 | 'reference' => '6a2c069dab3843ca4d887ff09c972fc7033888d0', |
| 70 | 'type' => 'library', |
| 71 | 'install_path' => __DIR__ . '/../enshrined/svg-sanitize', |
| 72 | 'aliases' => array(), |
| 73 | 'dev_requirement' => false, |
| 74 | ), |
| 75 | ), |
| 76 | ); |
| 77 |