ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
11 months ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
11 months ago
index.php
1 year ago
installed.json
1 year ago
installed.php
11 months ago
platform_check.php
11 months ago
installed.php
24 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'commercebird/commercebird', |
| 4 | 'pretty_version' => '2.3.14', |
| 5 | 'version' => '2.3.14.0', |
| 6 | 'reference' => 'ef1a4d23dba555f4051bddd1102c0a9e14caf0e7', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'commercebird/commercebird' => array( |
| 14 | 'pretty_version' => '2.3.14', |
| 15 | 'version' => '2.3.14.0', |
| 16 | 'reference' => 'ef1a4d23dba555f4051bddd1102c0a9e14caf0e7', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | ), |
| 23 | ); |
| 24 |