ClassLoader.php
2 years ago
InstalledVersions.php
8 months ago
LICENSE
7 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
1 year ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 month ago
installed.php
23 hours ago
platform_check.php
8 months ago
installed.php
87 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'woocommerce/woocommerce-square', |
| 4 | 'pretty_version' => 'dev-trunk', |
| 5 | 'version' => 'dev-trunk', |
| 6 | 'reference' => '05f57bfc1fa4d192a866f4639cc8d74497d9e9ae', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'apimatic/core' => array( |
| 14 | 'pretty_version' => '0.3.14', |
| 15 | 'version' => '0.3.14.0', |
| 16 | 'reference' => 'c3eaad6cf0c00b793ce6d9bee8b87176247da582', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../apimatic/core', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'apimatic/core-interfaces' => array( |
| 23 | 'pretty_version' => '0.1.5', |
| 24 | 'version' => '0.1.5.0', |
| 25 | 'reference' => 'b4f1bffc8be79584836f70af33c65e097eec155c', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../apimatic/core-interfaces', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'apimatic/jsonmapper' => array( |
| 32 | 'pretty_version' => '3.1.7', |
| 33 | 'version' => '3.1.7.0', |
| 34 | 'reference' => '61e45f6021e4a4e07497be596b4787c3c6b39bea', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../apimatic/jsonmapper', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'apimatic/unirest-php' => array( |
| 41 | 'pretty_version' => '4.0.7', |
| 42 | 'version' => '4.0.7.0', |
| 43 | 'reference' => 'bdfd5f27c105772682c88ed671683f1bd93f4a3c', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../apimatic/unirest-php', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'php-jsonpointer/php-jsonpointer' => array( |
| 50 | 'pretty_version' => 'v3.0.2', |
| 51 | 'version' => '3.0.2.0', |
| 52 | 'reference' => '4428f86c6f23846e9faa5a420c4ef14e485b3afb', |
| 53 | 'type' => 'library', |
| 54 | 'install_path' => __DIR__ . '/../php-jsonpointer/php-jsonpointer', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'psr/log' => array( |
| 59 | 'pretty_version' => '1.1.4', |
| 60 | 'version' => '1.1.4.0', |
| 61 | 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
| 62 | 'type' => 'library', |
| 63 | 'install_path' => __DIR__ . '/../psr/log', |
| 64 | 'aliases' => array(), |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | 'square/square' => array( |
| 68 | 'pretty_version' => '40.0.0.20250123', |
| 69 | 'version' => '40.0.0.20250123', |
| 70 | 'reference' => '4c8c88afbafb476a3e3f5751c987674874361ca9', |
| 71 | 'type' => 'library', |
| 72 | 'install_path' => __DIR__ . '/../square/square', |
| 73 | 'aliases' => array(), |
| 74 | 'dev_requirement' => false, |
| 75 | ), |
| 76 | 'woocommerce/woocommerce-square' => array( |
| 77 | 'pretty_version' => 'dev-trunk', |
| 78 | 'version' => 'dev-trunk', |
| 79 | 'reference' => '05f57bfc1fa4d192a866f4639cc8d74497d9e9ae', |
| 80 | 'type' => 'library', |
| 81 | 'install_path' => __DIR__ . '/../../', |
| 82 | 'aliases' => array(), |
| 83 | 'dev_requirement' => false, |
| 84 | ), |
| 85 | ), |
| 86 | ); |
| 87 |