| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'pretty_version' => '1.2.0', |
| 4 |
'version' => '1.2.0.0', |
| 5 |
'type' => 'wordpress-plugin', |
| 6 |
'install_path' => __DIR__ . '/../../', |
| 7 |
'aliases' => array(), |
| 8 |
'reference' => NULL, |
| 9 |
'name' => 'averta/depicter', |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'averta/core' => array( |
| 14 |
'pretty_version' => '1.1.13', |
| 15 |
'version' => '1.1.13.0', |
| 16 |
'type' => 'library', |
| 17 |
'install_path' => __DIR__ . '/../averta/core', |
| 18 |
'aliases' => array(), |
| 19 |
'reference' => '5ff8bde094732ea4963e9c76144484b97375d734', |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'averta/depicter' => array( |
| 23 |
'pretty_version' => '1.2.0', |
| 24 |
'version' => '1.2.0.0', |
| 25 |
'type' => 'wordpress-plugin', |
| 26 |
'install_path' => __DIR__ . '/../../', |
| 27 |
'aliases' => array(), |
| 28 |
'reference' => NULL, |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'averta/wordpress' => array( |
| 32 |
'pretty_version' => '1.2.5', |
| 33 |
'version' => '1.2.5.0', |
| 34 |
'type' => 'library', |
| 35 |
'install_path' => __DIR__ . '/../averta/wordpress', |
| 36 |
'aliases' => array(), |
| 37 |
'reference' => 'b89c8085e224d5dad89fbe81adb6accebd14a383', |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'composer/installers' => array( |
| 41 |
'pretty_version' => 'v1.12.0', |
| 42 |
'version' => '1.12.0.0', |
| 43 |
'type' => 'composer-plugin', |
| 44 |
'install_path' => __DIR__ . '/./installers', |
| 45 |
'aliases' => array(), |
| 46 |
'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'guzzlehttp/psr7' => array( |
| 50 |
'pretty_version' => '1.9.0', |
| 51 |
'version' => '1.9.0.0', |
| 52 |
'type' => 'library', |
| 53 |
'install_path' => __DIR__ . '/../guzzlehttp/psr7', |
| 54 |
'aliases' => array(), |
| 55 |
'reference' => 'e98e3e6d4f86621a9b75f623996e6bbdeb4b9318', |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
'htmlburger/wpemerge' => array( |
| 59 |
'pretty_version' => 'dev-master', |
| 60 |
'version' => 'dev-master', |
| 61 |
'type' => 'library', |
| 62 |
'install_path' => __DIR__ . '/../htmlburger/wpemerge', |
| 63 |
'aliases' => array( |
| 64 |
0 => '9999999-dev', |
| 65 |
), |
| 66 |
'reference' => '2773fba0b4717f28d40dd3c2013b61385499f7e3', |
| 67 |
'dev_requirement' => false, |
| 68 |
), |
| 69 |
'jeffreyvanrossum/wp-settings' => array( |
| 70 |
'pretty_version' => '1.0.0', |
| 71 |
'version' => '1.0.0.0', |
| 72 |
'type' => 'library', |
| 73 |
'install_path' => __DIR__ . '/../jeffreyvanrossum/wp-settings', |
| 74 |
'aliases' => array(), |
| 75 |
'reference' => '7f1d6ea46b5455f18b000f31dbb75ca3e3cfaab7', |
| 76 |
'dev_requirement' => false, |
| 77 |
), |
| 78 |
'netresearch/jsonmapper' => array( |
| 79 |
'pretty_version' => 'v4.1.0', |
| 80 |
'version' => '4.1.0.0', |
| 81 |
'type' => 'library', |
| 82 |
'install_path' => __DIR__ . '/../netresearch/jsonmapper', |
| 83 |
'aliases' => array(), |
| 84 |
'reference' => 'cfa81ea1d35294d64adb9c68aa4cb9e92400e53f', |
| 85 |
'dev_requirement' => false, |
| 86 |
), |
| 87 |
'pimple/pimple' => array( |
| 88 |
'pretty_version' => 'v3.5.0', |
| 89 |
'version' => '3.5.0.0', |
| 90 |
'type' => 'library', |
| 91 |
'install_path' => __DIR__ . '/../pimple/pimple', |
| 92 |
'aliases' => array(), |
| 93 |
'reference' => 'a94b3a4db7fb774b3d78dad2315ddc07629e1bed', |
| 94 |
'dev_requirement' => false, |
| 95 |
), |
| 96 |
'psr/container' => array( |
| 97 |
'pretty_version' => '1.1.1', |
| 98 |
'version' => '1.1.1.0', |
| 99 |
'type' => 'library', |
| 100 |
'install_path' => __DIR__ . '/../psr/container', |
| 101 |
'aliases' => array(), |
| 102 |
'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf', |
| 103 |
'dev_requirement' => false, |
| 104 |
), |
| 105 |
'psr/http-message' => array( |
| 106 |
'pretty_version' => '1.0.1', |
| 107 |
'version' => '1.0.1.0', |
| 108 |
'type' => 'library', |
| 109 |
'install_path' => __DIR__ . '/../psr/http-message', |
| 110 |
'aliases' => array(), |
| 111 |
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', |
| 112 |
'dev_requirement' => false, |
| 113 |
), |
| 114 |
'psr/http-message-implementation' => array( |
| 115 |
'dev_requirement' => false, |
| 116 |
'provided' => array( |
| 117 |
0 => '1.0', |
| 118 |
), |
| 119 |
), |
| 120 |
'psr/log-implementation' => array( |
| 121 |
'dev_requirement' => false, |
| 122 |
'provided' => array( |
| 123 |
0 => '1.0', |
| 124 |
), |
| 125 |
), |
| 126 |
'psr/simple-cache' => array( |
| 127 |
'pretty_version' => '1.0.1', |
| 128 |
'version' => '1.0.1.0', |
| 129 |
'type' => 'library', |
| 130 |
'install_path' => __DIR__ . '/../psr/simple-cache', |
| 131 |
'aliases' => array(), |
| 132 |
'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', |
| 133 |
'dev_requirement' => false, |
| 134 |
), |
| 135 |
'ralouphie/getallheaders' => array( |
| 136 |
'pretty_version' => '3.0.3', |
| 137 |
'version' => '3.0.3.0', |
| 138 |
'type' => 'library', |
| 139 |
'install_path' => __DIR__ . '/../ralouphie/getallheaders', |
| 140 |
'aliases' => array(), |
| 141 |
'reference' => '120b605dfeb996808c31b6477290a714d356e822', |
| 142 |
'dev_requirement' => false, |
| 143 |
), |
| 144 |
'roundcube/plugin-installer' => array( |
| 145 |
'dev_requirement' => false, |
| 146 |
'replaced' => array( |
| 147 |
0 => '*', |
| 148 |
), |
| 149 |
), |
| 150 |
'shama/baton' => array( |
| 151 |
'dev_requirement' => false, |
| 152 |
'replaced' => array( |
| 153 |
0 => '*', |
| 154 |
), |
| 155 |
), |
| 156 |
'symfony/console' => array( |
| 157 |
'pretty_version' => 'v5.1.11', |
| 158 |
'version' => '5.1.11.0', |
| 159 |
'type' => 'library', |
| 160 |
'install_path' => __DIR__ . '/../symfony/console', |
| 161 |
'aliases' => array(), |
| 162 |
'reference' => 'd9a267b621c5082e0a6c659d73633b6fd28a8a08', |
| 163 |
'dev_requirement' => false, |
| 164 |
), |
| 165 |
'symfony/deprecation-contracts' => array( |
| 166 |
'pretty_version' => 'v2.5.2', |
| 167 |
'version' => '2.5.2.0', |
| 168 |
'type' => 'library', |
| 169 |
'install_path' => __DIR__ . '/../symfony/deprecation-contracts', |
| 170 |
'aliases' => array(), |
| 171 |
'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', |
| 172 |
'dev_requirement' => false, |
| 173 |
), |
| 174 |
'symfony/polyfill-ctype' => array( |
| 175 |
'pretty_version' => 'v1.27.0', |
| 176 |
'version' => '1.27.0.0', |
| 177 |
'type' => 'library', |
| 178 |
'install_path' => __DIR__ . '/../symfony/polyfill-ctype', |
| 179 |
'aliases' => array(), |
| 180 |
'reference' => '5bbc823adecdae860bb64756d639ecfec17b050a', |
| 181 |
'dev_requirement' => false, |
| 182 |
), |
| 183 |
'symfony/polyfill-intl-grapheme' => array( |
| 184 |
'pretty_version' => 'v1.27.0', |
| 185 |
'version' => '1.27.0.0', |
| 186 |
'type' => 'library', |
| 187 |
'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', |
| 188 |
'aliases' => array(), |
| 189 |
'reference' => '511a08c03c1960e08a883f4cffcacd219b758354', |
| 190 |
'dev_requirement' => false, |
| 191 |
), |
| 192 |
'symfony/polyfill-intl-normalizer' => array( |
| 193 |
'pretty_version' => 'v1.27.0', |
| 194 |
'version' => '1.27.0.0', |
| 195 |
'type' => 'library', |
| 196 |
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', |
| 197 |
'aliases' => array(), |
| 198 |
'reference' => '19bd1e4fcd5b91116f14d8533c57831ed00571b6', |
| 199 |
'dev_requirement' => false, |
| 200 |
), |
| 201 |
'symfony/polyfill-mbstring' => array( |
| 202 |
'pretty_version' => 'v1.27.0', |
| 203 |
'version' => '1.27.0.0', |
| 204 |
'type' => 'library', |
| 205 |
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', |
| 206 |
'aliases' => array(), |
| 207 |
'reference' => '8ad114f6b39e2c98a8b0e3bd907732c207c2b534', |
| 208 |
'dev_requirement' => false, |
| 209 |
), |
| 210 |
'symfony/polyfill-php73' => array( |
| 211 |
'pretty_version' => 'v1.27.0', |
| 212 |
'version' => '1.27.0.0', |
| 213 |
'type' => 'library', |
| 214 |
'install_path' => __DIR__ . '/../symfony/polyfill-php73', |
| 215 |
'aliases' => array(), |
| 216 |
'reference' => '9e8ecb5f92152187c4799efd3c96b78ccab18ff9', |
| 217 |
'dev_requirement' => false, |
| 218 |
), |
| 219 |
'symfony/polyfill-php80' => array( |
| 220 |
'pretty_version' => 'v1.27.0', |
| 221 |
'version' => '1.27.0.0', |
| 222 |
'type' => 'library', |
| 223 |
'install_path' => __DIR__ . '/../symfony/polyfill-php80', |
| 224 |
'aliases' => array(), |
| 225 |
'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936', |
| 226 |
'dev_requirement' => false, |
| 227 |
), |
| 228 |
'symfony/service-contracts' => array( |
| 229 |
'pretty_version' => 'v2.5.2', |
| 230 |
'version' => '2.5.2.0', |
| 231 |
'type' => 'library', |
| 232 |
'install_path' => __DIR__ . '/../symfony/service-contracts', |
| 233 |
'aliases' => array(), |
| 234 |
'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c', |
| 235 |
'dev_requirement' => false, |
| 236 |
), |
| 237 |
'symfony/string' => array( |
| 238 |
'pretty_version' => 'v5.4.19', |
| 239 |
'version' => '5.4.19.0', |
| 240 |
'type' => 'library', |
| 241 |
'install_path' => __DIR__ . '/../symfony/string', |
| 242 |
'aliases' => array(), |
| 243 |
'reference' => '0a01071610fd861cc160dfb7e2682ceec66064cb', |
| 244 |
'dev_requirement' => false, |
| 245 |
), |
| 246 |
'typerocket/core' => array( |
| 247 |
'pretty_version' => 'v5.0.129', |
| 248 |
'version' => '5.0.129.0', |
| 249 |
'type' => 'library', |
| 250 |
'install_path' => __DIR__ . '/../typerocket/core', |
| 251 |
'aliases' => array(), |
| 252 |
'reference' => 'dad1d9c9c99b3bb59de52f8ccccc74567cea754c', |
| 253 |
'dev_requirement' => false, |
| 254 |
), |
| 255 |
), |
| 256 |
); |
| 257 |
|