ClassLoader.php
3 days ago
InstalledVersions.php
3 days ago
autoload_classmap.php
3 days ago
autoload_namespaces.php
3 days ago
autoload_psr4.php
3 days ago
autoload_real.php
3 days ago
autoload_static.php
3 days ago
installed.json
3 days ago
installed.php
3 days ago
installed.php
42 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'wpdesk/flexible-shipping', |
| 4 | 'pretty_version' => '6.10.0', |
| 5 | 'version' => '6.10.0.0', |
| 6 | 'reference' => '4065201623d7607e94d609eaa2116fed9465a7bf', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'wpdesk/flexible-shipping' => array( |
| 14 | 'pretty_version' => '6.10.0', |
| 15 | 'version' => '6.10.0.0', |
| 16 | 'reference' => '4065201623d7607e94d609eaa2116fed9465a7bf', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'wpdesk/wp-wpdesk-fs-shipment-interfaces' => array( |
| 23 | 'pretty_version' => '1.1.0', |
| 24 | 'version' => '1.1.0.0', |
| 25 | 'reference' => 'bdbe9239aa428cf7f8fd5b8c7dfa19b9d13ff7dd', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../wpdesk/wp-wpdesk-fs-shipment-interfaces', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'wpdesk/wp-wpdesk-helper-override' => array( |
| 32 | 'pretty_version' => '1.1.0', |
| 33 | 'version' => '1.1.0.0', |
| 34 | 'reference' => '77844fc71da7ebb7645f10f0fc15f5294fed8542', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../wpdesk/wp-wpdesk-helper-override', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | ), |
| 41 | ); |
| 42 |