ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
9 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
9 months ago
index.php
1 year ago
installed.json
9 months ago
installed.php
7 months ago
platform_check.php
11 months ago
installed.php
42 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'commercebird/commercebird', |
| 4 | 'pretty_version' => '2.6.0', |
| 5 | 'version' => '2.6.0.0', |
| 6 | 'reference' => '0d95ea6804e7fdfc04b97ebf2476099d80c51678', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'afragen/wp-dependency-installer' => array( |
| 14 | 'pretty_version' => '4.3.14', |
| 15 | 'version' => '4.3.14.0', |
| 16 | 'reference' => '38f127feeaeb1cfc8544c120d4e9e372fa41f79e', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../afragen/wp-dependency-installer', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'afragen/wp-dismiss-notice' => array( |
| 23 | 'pretty_version' => '0.3.7', |
| 24 | 'version' => '0.3.7.0', |
| 25 | 'reference' => '3e2c694ca891fe94771457f54a3a5457a70c0aec', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'commercebird/commercebird' => array( |
| 32 | 'pretty_version' => '2.6.0', |
| 33 | 'version' => '2.6.0.0', |
| 34 | 'reference' => '0d95ea6804e7fdfc04b97ebf2476099d80c51678', |
| 35 | 'type' => 'wordpress-plugin', |
| 36 | 'install_path' => __DIR__ . '/../../', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | ), |
| 41 | ); |
| 42 |