1<?php return array( 2 'root' => array( 3 'name' => '__root__', 4 'pretty_version' => '1.0.0+no-version-set', 5 'version' => '1.0.0.0', 6 'reference' => NULL, 7 'type' => 'library', 8 'install_path' => __DIR__ . '/../../', 9 'aliases' => array(), 10 'dev' => true, 11 ), 12 'versions' => array( 13 '__root__' => array( 14 'pretty_version' => '1.0.0+no-version-set', 15 'version' => '1.0.0.0', 16 'reference' => NULL, 17 'type' => 'library', 18 'install_path' => __DIR__ . '/../../', 19 'aliases' => array(), 20 'dev_requirement' => false, 21 ), 22 'aryess/php-matrix-sdk' => array( 23 'dev_requirement' => false, 24 'replaced' => array( 25 0 => '1.0.x-dev', 26 1 => 'dev-master', 27 ), 28 ), 29 'aryess/phpmatrixsdk' => array( 30 'dev_requirement' => false, 31 'replaced' => array( 32 0 => '1.0.x-dev', 33 1 => 'dev-master', 34 ), 35 ), 36 'guzzlehttp/guzzle' => array( 37 'pretty_version' => '7.8.1', 38 'version' => '7.8.1.0', 39 'reference' => '41042bc7ab002487b876a0683fc8dce04ddce104', 40 'type' => 'library', 41 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 42 'aliases' => array(), 43 'dev_requirement' => false, 44 ), 45 'guzzlehttp/promises' => array( 46 'pretty_version' => '2.0.2', 47 'version' => '2.0.2.0', 48 'reference' => 'bbff78d96034045e58e13dedd6ad91b5d1253223', 49 'type' => 'library', 50 'install_path' => __DIR__ . '/../guzzlehttp/promises', 51 'aliases' => array(), 52 'dev_requirement' => false, 53 ), 54 'guzzlehttp/psr7' => array( 55 'pretty_version' => '2.6.2', 56 'version' => '2.6.2.0', 57 'reference' => '45b30f99ac27b5ca93cb4831afe16285f57b8221', 58 'type' => 'library', 59 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 60 'aliases' => array(), 61 'dev_requirement' => false, 62 ), 63 'meet-kinksters/php-matrix-sdk' => array( 64 'pretty_version' => 'dev-master', 65 'version' => 'dev-master', 66 'reference' => 'e7bad987a903e7ba0de5e41e6231962c711a0be0', 67 'type' => 'library', 68 'install_path' => __DIR__ . '/../meet-kinksters/php-matrix-sdk', 69 'aliases' => array( 70 0 => '1.0.x-dev', 71 ), 72 'dev_requirement' => false, 73 ), 74 'psr/http-client' => array( 75 'pretty_version' => '1.0.3', 76 'version' => '1.0.3.0', 77 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 78 'type' => 'library', 79 'install_path' => __DIR__ . '/../psr/http-client', 80 'aliases' => array(), 81 'dev_requirement' => false, 82 ), 83 'psr/http-client-implementation' => array( 84 'dev_requirement' => false, 85 'provided' => array( 86 0 => '1.0', 87 ), 88 ), 89 'psr/http-factory' => array( 90 'pretty_version' => '1.0.2', 91 'version' => '1.0.2.0', 92 'reference' => 'e616d01114759c4c489f93b099585439f795fe35', 93 'type' => 'library', 94 'install_path' => __DIR__ . '/../psr/http-factory', 95 'aliases' => array(), 96 'dev_requirement' => false, 97 ), 98 'psr/http-factory-implementation' => array( 99 'dev_requirement' => false, 100 'provided' => array( 101 0 => '1.0', 102 ), 103 ), 104 'psr/http-message' => array( 105 'pretty_version' => '2.0', 106 'version' => '2.0.0.0', 107 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 108 'type' => 'library', 109 'install_path' => __DIR__ . '/../psr/http-message', 110 'aliases' => array(), 111 'dev_requirement' => false, 112 ), 113 'psr/http-message-implementation' => array( 114 'dev_requirement' => false, 115 'provided' => array( 116 0 => '1.0', 117 ), 118 ), 119 'ralouphie/getallheaders' => array( 120 'pretty_version' => '3.0.3', 121 'version' => '3.0.3.0', 122 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 123 'type' => 'library', 124 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 125 'aliases' => array(), 126 'dev_requirement' => false, 127 ), 128 'rappasoft/laravel-helpers' => array( 129 'pretty_version' => '1.0.2', 130 'version' => '1.0.2.0', 131 'reference' => 'c8dfa1e979437528262725ebe99c2e6383b24c16', 132 'type' => 'library', 133 'install_path' => __DIR__ . '/../rappasoft/laravel-helpers', 134 'aliases' => array(), 135 'dev_requirement' => false, 136 ), 137 'symfony/deprecation-contracts' => array( 138 'pretty_version' => 'v3.4.0', 139 'version' => '3.4.0.0', 140 'reference' => '7c3aff79d10325257a001fcf92d991f24fc967cf', 141 'type' => 'library', 142 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 143 'aliases' => array(), 144 'dev_requirement' => false, 145 ), 146 ), 147); 148