installers
2 years ago
ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
5 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
1 year ago
platform_check.php
2 years ago
installed.php
63 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'facebookincubator/facebook-for-woocommerce', |
| 4 | 'pretty_version' => 'dev-release/3.3.0', |
| 5 | 'version' => 'dev-release/3.3.0', |
| 6 | 'reference' => 'd3ecc1ecea80736b89909f1696951fb35bee775c', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'composer/installers' => array( |
| 14 | 'pretty_version' => 'v1.12.0', |
| 15 | 'version' => '1.12.0.0', |
| 16 | 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', |
| 17 | 'type' => 'composer-plugin', |
| 18 | 'install_path' => __DIR__ . '/./installers', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'facebookincubator/facebook-for-woocommerce' => array( |
| 23 | 'pretty_version' => 'dev-release/3.3.0', |
| 24 | 'version' => 'dev-release/3.3.0', |
| 25 | 'reference' => 'd3ecc1ecea80736b89909f1696951fb35bee775c', |
| 26 | 'type' => 'wordpress-plugin', |
| 27 | 'install_path' => __DIR__ . '/../../', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'roundcube/plugin-installer' => array( |
| 32 | 'dev_requirement' => false, |
| 33 | 'replaced' => array( |
| 34 | 0 => '*', |
| 35 | ), |
| 36 | ), |
| 37 | 'shama/baton' => array( |
| 38 | 'dev_requirement' => false, |
| 39 | 'replaced' => array( |
| 40 | 0 => '*', |
| 41 | ), |
| 42 | ), |
| 43 | 'woocommerce/action-scheduler-job-framework' => array( |
| 44 | 'pretty_version' => '2.0.0', |
| 45 | 'version' => '2.0.0.0', |
| 46 | 'reference' => 'b0b21b9cc87e476ba7f8817050b39274ea7d6732', |
| 47 | 'type' => 'library', |
| 48 | 'install_path' => __DIR__ . '/../woocommerce/action-scheduler-job-framework', |
| 49 | 'aliases' => array(), |
| 50 | 'dev_requirement' => false, |
| 51 | ), |
| 52 | 'woocommerce/grow' => array( |
| 53 | 'pretty_version' => 'dev-compat-checker', |
| 54 | 'version' => 'dev-compat-checker', |
| 55 | 'reference' => '92a72d51e81b2ec62eb74d3e950a1e55cac63469', |
| 56 | 'type' => 'library', |
| 57 | 'install_path' => __DIR__ . '/../woocommerce/grow', |
| 58 | 'aliases' => array(), |
| 59 | 'dev_requirement' => false, |
| 60 | ), |
| 61 | ), |
| 62 | ); |
| 63 |