@@ -85,7 +85,7 @@ |
||
| 85 | 85 | */ |
| 86 | 86 | require GRAVITYVIEW_DIR . 'future/loader.php'; |
| 87 | 87 | |
| 88 | -add_action( 'plugins_loaded', function () { |
|
| 88 | +add_action( 'plugins_loaded', function() { |
|
| 89 | 89 | /** |
| 90 | 90 | * GravityView_Plugin is only used by the legacy class-gravityview-extension.php that's shipped with extensions. |
| 91 | 91 | * |
@@ -1,219 +1,219 @@ |
||
| 1 | 1 | <?php return array( |
| 2 | - 'root' => array( |
|
| 3 | - 'name' => 'gravityview/gravityview', |
|
| 4 | - 'pretty_version' => 'dev-main', |
|
| 5 | - 'version' => 'dev-main', |
|
| 6 | - 'reference' => '3a2e792ccb10784dbd33fd6dfd2d3b48f850ca67', |
|
| 7 | - 'type' => 'wordpress-plugin', |
|
| 8 | - 'install_path' => __DIR__ . '/../../', |
|
| 9 | - 'aliases' => array(), |
|
| 10 | - 'dev' => false, |
|
| 11 | - ), |
|
| 12 | - 'versions' => array( |
|
| 13 | - 'doctrine/inflector' => array( |
|
| 14 | - 'pretty_version' => 'v1.1.0', |
|
| 15 | - 'version' => '1.1.0.0', |
|
| 16 | - 'reference' => '90b2128806bfde671b6952ab8bea493942c1fdae', |
|
| 17 | - 'type' => 'library', |
|
| 18 | - 'install_path' => __DIR__ . '/../doctrine/inflector', |
|
| 19 | - 'aliases' => array(), |
|
| 20 | - 'dev_requirement' => false, |
|
| 21 | - ), |
|
| 22 | - 'gettext/gettext' => array( |
|
| 23 | - 'pretty_version' => 'v4.8.7', |
|
| 24 | - 'version' => '4.8.7.0', |
|
| 25 | - 'reference' => '3f7bc5ef23302a9059e64934f3d59e454516bec0', |
|
| 26 | - 'type' => 'library', |
|
| 27 | - 'install_path' => __DIR__ . '/../gettext/gettext', |
|
| 28 | - 'aliases' => array(), |
|
| 29 | - 'dev_requirement' => false, |
|
| 30 | - ), |
|
| 31 | - 'gettext/languages' => array( |
|
| 32 | - 'pretty_version' => '2.10.0', |
|
| 33 | - 'version' => '2.10.0.0', |
|
| 34 | - 'reference' => '4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab', |
|
| 35 | - 'type' => 'library', |
|
| 36 | - 'install_path' => __DIR__ . '/../gettext/languages', |
|
| 37 | - 'aliases' => array(), |
|
| 38 | - 'dev_requirement' => false, |
|
| 39 | - ), |
|
| 40 | - 'gravitykit/foundation' => array( |
|
| 41 | - 'pretty_version' => 'dev-main', |
|
| 42 | - 'version' => 'dev-main', |
|
| 43 | - 'reference' => '43b67f6dea7cd7002f7cfd53b2f5104d3d753c63', |
|
| 44 | - 'type' => 'library', |
|
| 45 | - 'install_path' => __DIR__ . '/../gravitykit/foundation', |
|
| 46 | - 'aliases' => array( |
|
| 47 | - 0 => '9999999-dev', |
|
| 48 | - ), |
|
| 49 | - 'dev_requirement' => false, |
|
| 50 | - ), |
|
| 51 | - 'gravityview/gravityview' => array( |
|
| 52 | - 'pretty_version' => 'dev-main', |
|
| 53 | - 'version' => 'dev-main', |
|
| 54 | - 'reference' => '3a2e792ccb10784dbd33fd6dfd2d3b48f850ca67', |
|
| 55 | - 'type' => 'wordpress-plugin', |
|
| 56 | - 'install_path' => __DIR__ . '/../../', |
|
| 57 | - 'aliases' => array(), |
|
| 58 | - 'dev_requirement' => false, |
|
| 59 | - ), |
|
| 60 | - 'illuminate/container' => array( |
|
| 61 | - 'pretty_version' => 'v5.4.36', |
|
| 62 | - 'version' => '5.4.36.0', |
|
| 63 | - 'reference' => 'c5b8a02a34a52c307f16922334c355c5eef725a6', |
|
| 64 | - 'type' => 'library', |
|
| 65 | - 'install_path' => __DIR__ . '/../illuminate/container', |
|
| 66 | - 'aliases' => array(), |
|
| 67 | - 'dev_requirement' => false, |
|
| 68 | - ), |
|
| 69 | - 'illuminate/contracts' => array( |
|
| 70 | - 'pretty_version' => 'v5.4.36', |
|
| 71 | - 'version' => '5.4.36.0', |
|
| 72 | - 'reference' => '67f642e018f3e95fb0b2ebffc206c3200391b1ab', |
|
| 73 | - 'type' => 'library', |
|
| 74 | - 'install_path' => __DIR__ . '/../illuminate/contracts', |
|
| 75 | - 'aliases' => array(), |
|
| 76 | - 'dev_requirement' => false, |
|
| 77 | - ), |
|
| 78 | - 'illuminate/filesystem' => array( |
|
| 79 | - 'pretty_version' => 'v5.4.36', |
|
| 80 | - 'version' => '5.4.36.0', |
|
| 81 | - 'reference' => 'b800a1423d06869ee5c2768eee123917f12b693e', |
|
| 82 | - 'type' => 'library', |
|
| 83 | - 'install_path' => __DIR__ . '/../illuminate/filesystem', |
|
| 84 | - 'aliases' => array(), |
|
| 85 | - 'dev_requirement' => false, |
|
| 86 | - ), |
|
| 87 | - 'illuminate/support' => array( |
|
| 88 | - 'pretty_version' => 'v5.4.36', |
|
| 89 | - 'version' => '5.4.36.0', |
|
| 90 | - 'reference' => 'feab1d1495fd6d38970bd6c83586ba2ace8f299a', |
|
| 91 | - 'type' => 'library', |
|
| 92 | - 'install_path' => __DIR__ . '/../illuminate/support', |
|
| 93 | - 'aliases' => array(), |
|
| 94 | - 'dev_requirement' => false, |
|
| 95 | - ), |
|
| 96 | - 'illuminate/translation' => array( |
|
| 97 | - 'pretty_version' => 'v5.4.36', |
|
| 98 | - 'version' => '5.4.36.0', |
|
| 99 | - 'reference' => 'b671ddf78cbee60b0b357ad5745eceda2df26082', |
|
| 100 | - 'type' => 'library', |
|
| 101 | - 'install_path' => __DIR__ . '/../illuminate/translation', |
|
| 102 | - 'aliases' => array(), |
|
| 103 | - 'dev_requirement' => false, |
|
| 104 | - ), |
|
| 105 | - 'illuminate/validation' => array( |
|
| 106 | - 'pretty_version' => 'v5.4.36', |
|
| 107 | - 'version' => '5.4.36.0', |
|
| 108 | - 'reference' => 'c9b7beedfb94e50becfbce1aa354e0851c519809', |
|
| 109 | - 'type' => 'library', |
|
| 110 | - 'install_path' => __DIR__ . '/../illuminate/validation', |
|
| 111 | - 'aliases' => array(), |
|
| 112 | - 'dev_requirement' => false, |
|
| 113 | - ), |
|
| 114 | - 'katzgrau/klogger' => array( |
|
| 115 | - 'pretty_version' => '1.2.2', |
|
| 116 | - 'version' => '1.2.2.0', |
|
| 117 | - 'reference' => '36481c69db9305169a2ceadead25c2acaabd567c', |
|
| 118 | - 'type' => 'library', |
|
| 119 | - 'install_path' => __DIR__ . '/../katzgrau/klogger', |
|
| 120 | - 'aliases' => array(), |
|
| 121 | - 'dev_requirement' => false, |
|
| 122 | - ), |
|
| 123 | - 'monolog/monolog' => array( |
|
| 124 | - 'pretty_version' => '1.27.1', |
|
| 125 | - 'version' => '1.27.1.0', |
|
| 126 | - 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', |
|
| 127 | - 'type' => 'library', |
|
| 128 | - 'install_path' => __DIR__ . '/../monolog/monolog', |
|
| 129 | - 'aliases' => array(), |
|
| 130 | - 'dev_requirement' => false, |
|
| 131 | - ), |
|
| 132 | - 'paragonie/random_compat' => array( |
|
| 133 | - 'pretty_version' => 'v2.0.21', |
|
| 134 | - 'version' => '2.0.21.0', |
|
| 135 | - 'reference' => '96c132c7f2f7bc3230723b66e89f8f150b29d5ae', |
|
| 136 | - 'type' => 'library', |
|
| 137 | - 'install_path' => __DIR__ . '/../paragonie/random_compat', |
|
| 138 | - 'aliases' => array(), |
|
| 139 | - 'dev_requirement' => false, |
|
| 140 | - ), |
|
| 141 | - 'paragonie/sodium_compat' => array( |
|
| 142 | - 'pretty_version' => 'v1.19.0', |
|
| 143 | - 'version' => '1.19.0.0', |
|
| 144 | - 'reference' => 'cb15e403ecbe6a6cc515f855c310eb6b1872a933', |
|
| 145 | - 'type' => 'library', |
|
| 146 | - 'install_path' => __DIR__ . '/../paragonie/sodium_compat', |
|
| 147 | - 'aliases' => array(), |
|
| 148 | - 'dev_requirement' => false, |
|
| 149 | - ), |
|
| 150 | - 'psr/log' => array( |
|
| 151 | - 'pretty_version' => '1.1.4', |
|
| 152 | - 'version' => '1.1.4.0', |
|
| 153 | - 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
|
| 154 | - 'type' => 'library', |
|
| 155 | - 'install_path' => __DIR__ . '/../psr/log', |
|
| 156 | - 'aliases' => array(), |
|
| 157 | - 'dev_requirement' => false, |
|
| 158 | - ), |
|
| 159 | - 'psr/log-implementation' => array( |
|
| 160 | - 'dev_requirement' => false, |
|
| 161 | - 'provided' => array( |
|
| 162 | - 0 => '1.0.0', |
|
| 163 | - ), |
|
| 164 | - ), |
|
| 165 | - 'symfony/finder' => array( |
|
| 166 | - 'pretty_version' => 'v3.4.47', |
|
| 167 | - 'version' => '3.4.47.0', |
|
| 168 | - 'reference' => 'b6b6ad3db3edb1b4b1c1896b1975fb684994de6e', |
|
| 169 | - 'type' => 'library', |
|
| 170 | - 'install_path' => __DIR__ . '/../symfony/finder', |
|
| 171 | - 'aliases' => array(), |
|
| 172 | - 'dev_requirement' => false, |
|
| 173 | - ), |
|
| 174 | - 'symfony/http-foundation' => array( |
|
| 175 | - 'pretty_version' => 'v3.4.47', |
|
| 176 | - 'version' => '3.4.47.0', |
|
| 177 | - 'reference' => 'b9885fcce6fe494201da4f70a9309770e9d13dc8', |
|
| 178 | - 'type' => 'library', |
|
| 179 | - 'install_path' => __DIR__ . '/../symfony/http-foundation', |
|
| 180 | - 'aliases' => array(), |
|
| 181 | - 'dev_requirement' => false, |
|
| 182 | - ), |
|
| 183 | - 'symfony/polyfill-mbstring' => array( |
|
| 184 | - 'pretty_version' => 'v1.26.0', |
|
| 185 | - 'version' => '1.26.0.0', |
|
| 186 | - 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', |
|
| 187 | - 'type' => 'library', |
|
| 188 | - 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', |
|
| 189 | - 'aliases' => array(), |
|
| 190 | - 'dev_requirement' => false, |
|
| 191 | - ), |
|
| 192 | - 'symfony/polyfill-php70' => array( |
|
| 193 | - 'pretty_version' => 'v1.20.0', |
|
| 194 | - 'version' => '1.20.0.0', |
|
| 195 | - 'reference' => '5f03a781d984aae42cebd18e7912fa80f02ee644', |
|
| 196 | - 'type' => 'metapackage', |
|
| 197 | - 'install_path' => NULL, |
|
| 198 | - 'aliases' => array(), |
|
| 199 | - 'dev_requirement' => false, |
|
| 200 | - ), |
|
| 201 | - 'tightenco/collect' => array( |
|
| 202 | - 'dev_requirement' => false, |
|
| 203 | - 'replaced' => array( |
|
| 204 | - 0 => 'v5.4.36', |
|
| 205 | - ), |
|
| 206 | - ), |
|
| 207 | - 'trustedlogin/client' => array( |
|
| 208 | - 'pretty_version' => 'dev-main', |
|
| 209 | - 'version' => 'dev-main', |
|
| 210 | - 'reference' => '4d75dfcc0dc2ea316a42137fd16269ad3eb2f7a0', |
|
| 211 | - 'type' => 'library', |
|
| 212 | - 'install_path' => __DIR__ . '/../trustedlogin/client', |
|
| 213 | - 'aliases' => array( |
|
| 214 | - 0 => '9999999-dev', |
|
| 215 | - ), |
|
| 216 | - 'dev_requirement' => false, |
|
| 217 | - ), |
|
| 218 | - ), |
|
| 2 | + 'root' => array( |
|
| 3 | + 'name' => 'gravityview/gravityview', |
|
| 4 | + 'pretty_version' => 'dev-main', |
|
| 5 | + 'version' => 'dev-main', |
|
| 6 | + 'reference' => '3a2e792ccb10784dbd33fd6dfd2d3b48f850ca67', |
|
| 7 | + 'type' => 'wordpress-plugin', |
|
| 8 | + 'install_path' => __DIR__ . '/../../', |
|
| 9 | + 'aliases' => array(), |
|
| 10 | + 'dev' => false, |
|
| 11 | + ), |
|
| 12 | + 'versions' => array( |
|
| 13 | + 'doctrine/inflector' => array( |
|
| 14 | + 'pretty_version' => 'v1.1.0', |
|
| 15 | + 'version' => '1.1.0.0', |
|
| 16 | + 'reference' => '90b2128806bfde671b6952ab8bea493942c1fdae', |
|
| 17 | + 'type' => 'library', |
|
| 18 | + 'install_path' => __DIR__ . '/../doctrine/inflector', |
|
| 19 | + 'aliases' => array(), |
|
| 20 | + 'dev_requirement' => false, |
|
| 21 | + ), |
|
| 22 | + 'gettext/gettext' => array( |
|
| 23 | + 'pretty_version' => 'v4.8.7', |
|
| 24 | + 'version' => '4.8.7.0', |
|
| 25 | + 'reference' => '3f7bc5ef23302a9059e64934f3d59e454516bec0', |
|
| 26 | + 'type' => 'library', |
|
| 27 | + 'install_path' => __DIR__ . '/../gettext/gettext', |
|
| 28 | + 'aliases' => array(), |
|
| 29 | + 'dev_requirement' => false, |
|
| 30 | + ), |
|
| 31 | + 'gettext/languages' => array( |
|
| 32 | + 'pretty_version' => '2.10.0', |
|
| 33 | + 'version' => '2.10.0.0', |
|
| 34 | + 'reference' => '4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab', |
|
| 35 | + 'type' => 'library', |
|
| 36 | + 'install_path' => __DIR__ . '/../gettext/languages', |
|
| 37 | + 'aliases' => array(), |
|
| 38 | + 'dev_requirement' => false, |
|
| 39 | + ), |
|
| 40 | + 'gravitykit/foundation' => array( |
|
| 41 | + 'pretty_version' => 'dev-main', |
|
| 42 | + 'version' => 'dev-main', |
|
| 43 | + 'reference' => '43b67f6dea7cd7002f7cfd53b2f5104d3d753c63', |
|
| 44 | + 'type' => 'library', |
|
| 45 | + 'install_path' => __DIR__ . '/../gravitykit/foundation', |
|
| 46 | + 'aliases' => array( |
|
| 47 | + 0 => '9999999-dev', |
|
| 48 | + ), |
|
| 49 | + 'dev_requirement' => false, |
|
| 50 | + ), |
|
| 51 | + 'gravityview/gravityview' => array( |
|
| 52 | + 'pretty_version' => 'dev-main', |
|
| 53 | + 'version' => 'dev-main', |
|
| 54 | + 'reference' => '3a2e792ccb10784dbd33fd6dfd2d3b48f850ca67', |
|
| 55 | + 'type' => 'wordpress-plugin', |
|
| 56 | + 'install_path' => __DIR__ . '/../../', |
|
| 57 | + 'aliases' => array(), |
|
| 58 | + 'dev_requirement' => false, |
|
| 59 | + ), |
|
| 60 | + 'illuminate/container' => array( |
|
| 61 | + 'pretty_version' => 'v5.4.36', |
|
| 62 | + 'version' => '5.4.36.0', |
|
| 63 | + 'reference' => 'c5b8a02a34a52c307f16922334c355c5eef725a6', |
|
| 64 | + 'type' => 'library', |
|
| 65 | + 'install_path' => __DIR__ . '/../illuminate/container', |
|
| 66 | + 'aliases' => array(), |
|
| 67 | + 'dev_requirement' => false, |
|
| 68 | + ), |
|
| 69 | + 'illuminate/contracts' => array( |
|
| 70 | + 'pretty_version' => 'v5.4.36', |
|
| 71 | + 'version' => '5.4.36.0', |
|
| 72 | + 'reference' => '67f642e018f3e95fb0b2ebffc206c3200391b1ab', |
|
| 73 | + 'type' => 'library', |
|
| 74 | + 'install_path' => __DIR__ . '/../illuminate/contracts', |
|
| 75 | + 'aliases' => array(), |
|
| 76 | + 'dev_requirement' => false, |
|
| 77 | + ), |
|
| 78 | + 'illuminate/filesystem' => array( |
|
| 79 | + 'pretty_version' => 'v5.4.36', |
|
| 80 | + 'version' => '5.4.36.0', |
|
| 81 | + 'reference' => 'b800a1423d06869ee5c2768eee123917f12b693e', |
|
| 82 | + 'type' => 'library', |
|
| 83 | + 'install_path' => __DIR__ . '/../illuminate/filesystem', |
|
| 84 | + 'aliases' => array(), |
|
| 85 | + 'dev_requirement' => false, |
|
| 86 | + ), |
|
| 87 | + 'illuminate/support' => array( |
|
| 88 | + 'pretty_version' => 'v5.4.36', |
|
| 89 | + 'version' => '5.4.36.0', |
|
| 90 | + 'reference' => 'feab1d1495fd6d38970bd6c83586ba2ace8f299a', |
|
| 91 | + 'type' => 'library', |
|
| 92 | + 'install_path' => __DIR__ . '/../illuminate/support', |
|
| 93 | + 'aliases' => array(), |
|
| 94 | + 'dev_requirement' => false, |
|
| 95 | + ), |
|
| 96 | + 'illuminate/translation' => array( |
|
| 97 | + 'pretty_version' => 'v5.4.36', |
|
| 98 | + 'version' => '5.4.36.0', |
|
| 99 | + 'reference' => 'b671ddf78cbee60b0b357ad5745eceda2df26082', |
|
| 100 | + 'type' => 'library', |
|
| 101 | + 'install_path' => __DIR__ . '/../illuminate/translation', |
|
| 102 | + 'aliases' => array(), |
|
| 103 | + 'dev_requirement' => false, |
|
| 104 | + ), |
|
| 105 | + 'illuminate/validation' => array( |
|
| 106 | + 'pretty_version' => 'v5.4.36', |
|
| 107 | + 'version' => '5.4.36.0', |
|
| 108 | + 'reference' => 'c9b7beedfb94e50becfbce1aa354e0851c519809', |
|
| 109 | + 'type' => 'library', |
|
| 110 | + 'install_path' => __DIR__ . '/../illuminate/validation', |
|
| 111 | + 'aliases' => array(), |
|
| 112 | + 'dev_requirement' => false, |
|
| 113 | + ), |
|
| 114 | + 'katzgrau/klogger' => array( |
|
| 115 | + 'pretty_version' => '1.2.2', |
|
| 116 | + 'version' => '1.2.2.0', |
|
| 117 | + 'reference' => '36481c69db9305169a2ceadead25c2acaabd567c', |
|
| 118 | + 'type' => 'library', |
|
| 119 | + 'install_path' => __DIR__ . '/../katzgrau/klogger', |
|
| 120 | + 'aliases' => array(), |
|
| 121 | + 'dev_requirement' => false, |
|
| 122 | + ), |
|
| 123 | + 'monolog/monolog' => array( |
|
| 124 | + 'pretty_version' => '1.27.1', |
|
| 125 | + 'version' => '1.27.1.0', |
|
| 126 | + 'reference' => '904713c5929655dc9b97288b69cfeedad610c9a1', |
|
| 127 | + 'type' => 'library', |
|
| 128 | + 'install_path' => __DIR__ . '/../monolog/monolog', |
|
| 129 | + 'aliases' => array(), |
|
| 130 | + 'dev_requirement' => false, |
|
| 131 | + ), |
|
| 132 | + 'paragonie/random_compat' => array( |
|
| 133 | + 'pretty_version' => 'v2.0.21', |
|
| 134 | + 'version' => '2.0.21.0', |
|
| 135 | + 'reference' => '96c132c7f2f7bc3230723b66e89f8f150b29d5ae', |
|
| 136 | + 'type' => 'library', |
|
| 137 | + 'install_path' => __DIR__ . '/../paragonie/random_compat', |
|
| 138 | + 'aliases' => array(), |
|
| 139 | + 'dev_requirement' => false, |
|
| 140 | + ), |
|
| 141 | + 'paragonie/sodium_compat' => array( |
|
| 142 | + 'pretty_version' => 'v1.19.0', |
|
| 143 | + 'version' => '1.19.0.0', |
|
| 144 | + 'reference' => 'cb15e403ecbe6a6cc515f855c310eb6b1872a933', |
|
| 145 | + 'type' => 'library', |
|
| 146 | + 'install_path' => __DIR__ . '/../paragonie/sodium_compat', |
|
| 147 | + 'aliases' => array(), |
|
| 148 | + 'dev_requirement' => false, |
|
| 149 | + ), |
|
| 150 | + 'psr/log' => array( |
|
| 151 | + 'pretty_version' => '1.1.4', |
|
| 152 | + 'version' => '1.1.4.0', |
|
| 153 | + 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
|
| 154 | + 'type' => 'library', |
|
| 155 | + 'install_path' => __DIR__ . '/../psr/log', |
|
| 156 | + 'aliases' => array(), |
|
| 157 | + 'dev_requirement' => false, |
|
| 158 | + ), |
|
| 159 | + 'psr/log-implementation' => array( |
|
| 160 | + 'dev_requirement' => false, |
|
| 161 | + 'provided' => array( |
|
| 162 | + 0 => '1.0.0', |
|
| 163 | + ), |
|
| 164 | + ), |
|
| 165 | + 'symfony/finder' => array( |
|
| 166 | + 'pretty_version' => 'v3.4.47', |
|
| 167 | + 'version' => '3.4.47.0', |
|
| 168 | + 'reference' => 'b6b6ad3db3edb1b4b1c1896b1975fb684994de6e', |
|
| 169 | + 'type' => 'library', |
|
| 170 | + 'install_path' => __DIR__ . '/../symfony/finder', |
|
| 171 | + 'aliases' => array(), |
|
| 172 | + 'dev_requirement' => false, |
|
| 173 | + ), |
|
| 174 | + 'symfony/http-foundation' => array( |
|
| 175 | + 'pretty_version' => 'v3.4.47', |
|
| 176 | + 'version' => '3.4.47.0', |
|
| 177 | + 'reference' => 'b9885fcce6fe494201da4f70a9309770e9d13dc8', |
|
| 178 | + 'type' => 'library', |
|
| 179 | + 'install_path' => __DIR__ . '/../symfony/http-foundation', |
|
| 180 | + 'aliases' => array(), |
|
| 181 | + 'dev_requirement' => false, |
|
| 182 | + ), |
|
| 183 | + 'symfony/polyfill-mbstring' => array( |
|
| 184 | + 'pretty_version' => 'v1.26.0', |
|
| 185 | + 'version' => '1.26.0.0', |
|
| 186 | + 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', |
|
| 187 | + 'type' => 'library', |
|
| 188 | + 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', |
|
| 189 | + 'aliases' => array(), |
|
| 190 | + 'dev_requirement' => false, |
|
| 191 | + ), |
|
| 192 | + 'symfony/polyfill-php70' => array( |
|
| 193 | + 'pretty_version' => 'v1.20.0', |
|
| 194 | + 'version' => '1.20.0.0', |
|
| 195 | + 'reference' => '5f03a781d984aae42cebd18e7912fa80f02ee644', |
|
| 196 | + 'type' => 'metapackage', |
|
| 197 | + 'install_path' => NULL, |
|
| 198 | + 'aliases' => array(), |
|
| 199 | + 'dev_requirement' => false, |
|
| 200 | + ), |
|
| 201 | + 'tightenco/collect' => array( |
|
| 202 | + 'dev_requirement' => false, |
|
| 203 | + 'replaced' => array( |
|
| 204 | + 0 => 'v5.4.36', |
|
| 205 | + ), |
|
| 206 | + ), |
|
| 207 | + 'trustedlogin/client' => array( |
|
| 208 | + 'pretty_version' => 'dev-main', |
|
| 209 | + 'version' => 'dev-main', |
|
| 210 | + 'reference' => '4d75dfcc0dc2ea316a42137fd16269ad3eb2f7a0', |
|
| 211 | + 'type' => 'library', |
|
| 212 | + 'install_path' => __DIR__ . '/../trustedlogin/client', |
|
| 213 | + 'aliases' => array( |
|
| 214 | + 0 => '9999999-dev', |
|
| 215 | + ), |
|
| 216 | + 'dev_requirement' => false, |
|
| 217 | + ), |
|
| 218 | + ), |
|
| 219 | 219 | ); |
@@ -6,143 +6,143 @@ |
||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInit89d55c7e1138817ef1727de1a0354708 |
| 8 | 8 | { |
| 9 | - public static $files = array ( |
|
| 10 | - '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php', |
|
| 11 | - '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php', |
|
| 12 | - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
|
| 13 | - '3109cb1a231dcd04bee1f9f620d46975' => __DIR__ . '/..' . '/paragonie/sodium_compat/autoload.php', |
|
| 14 | - ); |
|
| 9 | + public static $files = array ( |
|
| 10 | + '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php', |
|
| 11 | + '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php', |
|
| 12 | + '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
|
| 13 | + '3109cb1a231dcd04bee1f9f620d46975' => __DIR__ . '/..' . '/paragonie/sodium_compat/autoload.php', |
|
| 14 | + ); |
|
| 15 | 15 | |
| 16 | - public static $prefixLengthsPsr4 = array ( |
|
| 17 | - 'T' => |
|
| 18 | - array ( |
|
| 19 | - 'TrustedLogin\\' => 13, |
|
| 20 | - ), |
|
| 21 | - 'S' => |
|
| 22 | - array ( |
|
| 23 | - 'Symfony\\Polyfill\\Mbstring\\' => 26, |
|
| 24 | - 'Symfony\\Component\\HttpFoundation\\' => 33, |
|
| 25 | - 'Symfony\\Component\\Finder\\' => 25, |
|
| 26 | - ), |
|
| 27 | - 'P' => |
|
| 28 | - array ( |
|
| 29 | - 'Psr\\Log\\' => 8, |
|
| 30 | - ), |
|
| 31 | - 'M' => |
|
| 32 | - array ( |
|
| 33 | - 'Monolog\\' => 8, |
|
| 34 | - ), |
|
| 35 | - 'K' => |
|
| 36 | - array ( |
|
| 37 | - 'Katzgrau\\KLogger\\' => 17, |
|
| 38 | - ), |
|
| 39 | - 'I' => |
|
| 40 | - array ( |
|
| 41 | - 'Illuminate\\Validation\\' => 22, |
|
| 42 | - 'Illuminate\\Translation\\' => 23, |
|
| 43 | - 'Illuminate\\Support\\' => 19, |
|
| 44 | - 'Illuminate\\Filesystem\\' => 22, |
|
| 45 | - 'Illuminate\\Contracts\\' => 21, |
|
| 46 | - 'Illuminate\\Container\\' => 21, |
|
| 47 | - ), |
|
| 48 | - 'G' => |
|
| 49 | - array ( |
|
| 50 | - 'GravityKit\\Foundation\\' => 22, |
|
| 51 | - 'Gettext\\Languages\\' => 18, |
|
| 52 | - 'Gettext\\' => 8, |
|
| 53 | - ), |
|
| 54 | - ); |
|
| 16 | + public static $prefixLengthsPsr4 = array ( |
|
| 17 | + 'T' => |
|
| 18 | + array ( |
|
| 19 | + 'TrustedLogin\\' => 13, |
|
| 20 | + ), |
|
| 21 | + 'S' => |
|
| 22 | + array ( |
|
| 23 | + 'Symfony\\Polyfill\\Mbstring\\' => 26, |
|
| 24 | + 'Symfony\\Component\\HttpFoundation\\' => 33, |
|
| 25 | + 'Symfony\\Component\\Finder\\' => 25, |
|
| 26 | + ), |
|
| 27 | + 'P' => |
|
| 28 | + array ( |
|
| 29 | + 'Psr\\Log\\' => 8, |
|
| 30 | + ), |
|
| 31 | + 'M' => |
|
| 32 | + array ( |
|
| 33 | + 'Monolog\\' => 8, |
|
| 34 | + ), |
|
| 35 | + 'K' => |
|
| 36 | + array ( |
|
| 37 | + 'Katzgrau\\KLogger\\' => 17, |
|
| 38 | + ), |
|
| 39 | + 'I' => |
|
| 40 | + array ( |
|
| 41 | + 'Illuminate\\Validation\\' => 22, |
|
| 42 | + 'Illuminate\\Translation\\' => 23, |
|
| 43 | + 'Illuminate\\Support\\' => 19, |
|
| 44 | + 'Illuminate\\Filesystem\\' => 22, |
|
| 45 | + 'Illuminate\\Contracts\\' => 21, |
|
| 46 | + 'Illuminate\\Container\\' => 21, |
|
| 47 | + ), |
|
| 48 | + 'G' => |
|
| 49 | + array ( |
|
| 50 | + 'GravityKit\\Foundation\\' => 22, |
|
| 51 | + 'Gettext\\Languages\\' => 18, |
|
| 52 | + 'Gettext\\' => 8, |
|
| 53 | + ), |
|
| 54 | + ); |
|
| 55 | 55 | |
| 56 | - public static $prefixDirsPsr4 = array ( |
|
| 57 | - 'TrustedLogin\\' => |
|
| 58 | - array ( |
|
| 59 | - 0 => __DIR__ . '/..' . '/trustedlogin/client/src', |
|
| 60 | - ), |
|
| 61 | - 'Symfony\\Polyfill\\Mbstring\\' => |
|
| 62 | - array ( |
|
| 63 | - 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
|
| 64 | - ), |
|
| 65 | - 'Symfony\\Component\\HttpFoundation\\' => |
|
| 66 | - array ( |
|
| 67 | - 0 => __DIR__ . '/..' . '/symfony/http-foundation', |
|
| 68 | - ), |
|
| 69 | - 'Symfony\\Component\\Finder\\' => |
|
| 70 | - array ( |
|
| 71 | - 0 => __DIR__ . '/..' . '/symfony/finder', |
|
| 72 | - ), |
|
| 73 | - 'Psr\\Log\\' => |
|
| 74 | - array ( |
|
| 75 | - 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', |
|
| 76 | - ), |
|
| 77 | - 'Monolog\\' => |
|
| 78 | - array ( |
|
| 79 | - 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', |
|
| 80 | - ), |
|
| 81 | - 'Katzgrau\\KLogger\\' => |
|
| 82 | - array ( |
|
| 83 | - 0 => __DIR__ . '/..' . '/katzgrau/klogger/src', |
|
| 84 | - ), |
|
| 85 | - 'Illuminate\\Validation\\' => |
|
| 86 | - array ( |
|
| 87 | - 0 => __DIR__ . '/..' . '/illuminate/validation', |
|
| 88 | - ), |
|
| 89 | - 'Illuminate\\Translation\\' => |
|
| 90 | - array ( |
|
| 91 | - 0 => __DIR__ . '/..' . '/illuminate/translation', |
|
| 92 | - ), |
|
| 93 | - 'Illuminate\\Support\\' => |
|
| 94 | - array ( |
|
| 95 | - 0 => __DIR__ . '/..' . '/illuminate/support', |
|
| 96 | - ), |
|
| 97 | - 'Illuminate\\Filesystem\\' => |
|
| 98 | - array ( |
|
| 99 | - 0 => __DIR__ . '/..' . '/illuminate/filesystem', |
|
| 100 | - ), |
|
| 101 | - 'Illuminate\\Contracts\\' => |
|
| 102 | - array ( |
|
| 103 | - 0 => __DIR__ . '/..' . '/illuminate/contracts', |
|
| 104 | - ), |
|
| 105 | - 'Illuminate\\Container\\' => |
|
| 106 | - array ( |
|
| 107 | - 0 => __DIR__ . '/..' . '/illuminate/container', |
|
| 108 | - ), |
|
| 109 | - 'GravityKit\\Foundation\\' => |
|
| 110 | - array ( |
|
| 111 | - 0 => __DIR__ . '/..' . '/gravitykit/foundation/src', |
|
| 112 | - ), |
|
| 113 | - 'Gettext\\Languages\\' => |
|
| 114 | - array ( |
|
| 115 | - 0 => __DIR__ . '/..' . '/gettext/languages/src', |
|
| 116 | - ), |
|
| 117 | - 'Gettext\\' => |
|
| 118 | - array ( |
|
| 119 | - 0 => __DIR__ . '/..' . '/gettext/gettext/src', |
|
| 120 | - ), |
|
| 121 | - ); |
|
| 56 | + public static $prefixDirsPsr4 = array ( |
|
| 57 | + 'TrustedLogin\\' => |
|
| 58 | + array ( |
|
| 59 | + 0 => __DIR__ . '/..' . '/trustedlogin/client/src', |
|
| 60 | + ), |
|
| 61 | + 'Symfony\\Polyfill\\Mbstring\\' => |
|
| 62 | + array ( |
|
| 63 | + 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
|
| 64 | + ), |
|
| 65 | + 'Symfony\\Component\\HttpFoundation\\' => |
|
| 66 | + array ( |
|
| 67 | + 0 => __DIR__ . '/..' . '/symfony/http-foundation', |
|
| 68 | + ), |
|
| 69 | + 'Symfony\\Component\\Finder\\' => |
|
| 70 | + array ( |
|
| 71 | + 0 => __DIR__ . '/..' . '/symfony/finder', |
|
| 72 | + ), |
|
| 73 | + 'Psr\\Log\\' => |
|
| 74 | + array ( |
|
| 75 | + 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', |
|
| 76 | + ), |
|
| 77 | + 'Monolog\\' => |
|
| 78 | + array ( |
|
| 79 | + 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', |
|
| 80 | + ), |
|
| 81 | + 'Katzgrau\\KLogger\\' => |
|
| 82 | + array ( |
|
| 83 | + 0 => __DIR__ . '/..' . '/katzgrau/klogger/src', |
|
| 84 | + ), |
|
| 85 | + 'Illuminate\\Validation\\' => |
|
| 86 | + array ( |
|
| 87 | + 0 => __DIR__ . '/..' . '/illuminate/validation', |
|
| 88 | + ), |
|
| 89 | + 'Illuminate\\Translation\\' => |
|
| 90 | + array ( |
|
| 91 | + 0 => __DIR__ . '/..' . '/illuminate/translation', |
|
| 92 | + ), |
|
| 93 | + 'Illuminate\\Support\\' => |
|
| 94 | + array ( |
|
| 95 | + 0 => __DIR__ . '/..' . '/illuminate/support', |
|
| 96 | + ), |
|
| 97 | + 'Illuminate\\Filesystem\\' => |
|
| 98 | + array ( |
|
| 99 | + 0 => __DIR__ . '/..' . '/illuminate/filesystem', |
|
| 100 | + ), |
|
| 101 | + 'Illuminate\\Contracts\\' => |
|
| 102 | + array ( |
|
| 103 | + 0 => __DIR__ . '/..' . '/illuminate/contracts', |
|
| 104 | + ), |
|
| 105 | + 'Illuminate\\Container\\' => |
|
| 106 | + array ( |
|
| 107 | + 0 => __DIR__ . '/..' . '/illuminate/container', |
|
| 108 | + ), |
|
| 109 | + 'GravityKit\\Foundation\\' => |
|
| 110 | + array ( |
|
| 111 | + 0 => __DIR__ . '/..' . '/gravitykit/foundation/src', |
|
| 112 | + ), |
|
| 113 | + 'Gettext\\Languages\\' => |
|
| 114 | + array ( |
|
| 115 | + 0 => __DIR__ . '/..' . '/gettext/languages/src', |
|
| 116 | + ), |
|
| 117 | + 'Gettext\\' => |
|
| 118 | + array ( |
|
| 119 | + 0 => __DIR__ . '/..' . '/gettext/gettext/src', |
|
| 120 | + ), |
|
| 121 | + ); |
|
| 122 | 122 | |
| 123 | - public static $prefixesPsr0 = array ( |
|
| 124 | - 'D' => |
|
| 125 | - array ( |
|
| 126 | - 'Doctrine\\Common\\Inflector\\' => |
|
| 127 | - array ( |
|
| 128 | - 0 => __DIR__ . '/..' . '/doctrine/inflector/lib', |
|
| 129 | - ), |
|
| 130 | - ), |
|
| 131 | - ); |
|
| 123 | + public static $prefixesPsr0 = array ( |
|
| 124 | + 'D' => |
|
| 125 | + array ( |
|
| 126 | + 'Doctrine\\Common\\Inflector\\' => |
|
| 127 | + array ( |
|
| 128 | + 0 => __DIR__ . '/..' . '/doctrine/inflector/lib', |
|
| 129 | + ), |
|
| 130 | + ), |
|
| 131 | + ); |
|
| 132 | 132 | |
| 133 | - public static $classMap = array ( |
|
| 134 | - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
| 135 | - 'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php', |
|
| 136 | - ); |
|
| 133 | + public static $classMap = array ( |
|
| 134 | + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
| 135 | + 'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php', |
|
| 136 | + ); |
|
| 137 | 137 | |
| 138 | - public static function getInitializer(ClassLoader $loader) |
|
| 139 | - { |
|
| 140 | - return \Closure::bind(function () use ($loader) { |
|
| 141 | - $loader->prefixLengthsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixLengthsPsr4; |
|
| 142 | - $loader->prefixDirsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixDirsPsr4; |
|
| 143 | - $loader->prefixesPsr0 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixesPsr0; |
|
| 144 | - $loader->classMap = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$classMap; |
|
| 138 | + public static function getInitializer(ClassLoader $loader) |
|
| 139 | + { |
|
| 140 | + return \Closure::bind(function () use ($loader) { |
|
| 141 | + $loader->prefixLengthsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixLengthsPsr4; |
|
| 142 | + $loader->prefixDirsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixDirsPsr4; |
|
| 143 | + $loader->prefixesPsr0 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixesPsr0; |
|
| 144 | + $loader->classMap = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$classMap; |
|
| 145 | 145 | |
| 146 | - }, null, ClassLoader::class); |
|
| 147 | - } |
|
| 146 | + }, null, ClassLoader::class); |
|
| 147 | + } |
|
| 148 | 148 | } |
@@ -6,38 +6,38 @@ discard block |
||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInit89d55c7e1138817ef1727de1a0354708 |
| 8 | 8 | { |
| 9 | - public static $files = array ( |
|
| 9 | + public static $files = array( |
|
| 10 | 10 | '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php', |
| 11 | 11 | '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php', |
| 12 | 12 | '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', |
| 13 | 13 | '3109cb1a231dcd04bee1f9f620d46975' => __DIR__ . '/..' . '/paragonie/sodium_compat/autoload.php', |
| 14 | 14 | ); |
| 15 | 15 | |
| 16 | - public static $prefixLengthsPsr4 = array ( |
|
| 16 | + public static $prefixLengthsPsr4 = array( |
|
| 17 | 17 | 'T' => |
| 18 | - array ( |
|
| 18 | + array( |
|
| 19 | 19 | 'TrustedLogin\\' => 13, |
| 20 | 20 | ), |
| 21 | 21 | 'S' => |
| 22 | - array ( |
|
| 22 | + array( |
|
| 23 | 23 | 'Symfony\\Polyfill\\Mbstring\\' => 26, |
| 24 | 24 | 'Symfony\\Component\\HttpFoundation\\' => 33, |
| 25 | 25 | 'Symfony\\Component\\Finder\\' => 25, |
| 26 | 26 | ), |
| 27 | 27 | 'P' => |
| 28 | - array ( |
|
| 28 | + array( |
|
| 29 | 29 | 'Psr\\Log\\' => 8, |
| 30 | 30 | ), |
| 31 | 31 | 'M' => |
| 32 | - array ( |
|
| 32 | + array( |
|
| 33 | 33 | 'Monolog\\' => 8, |
| 34 | 34 | ), |
| 35 | 35 | 'K' => |
| 36 | - array ( |
|
| 36 | + array( |
|
| 37 | 37 | 'Katzgrau\\KLogger\\' => 17, |
| 38 | 38 | ), |
| 39 | 39 | 'I' => |
| 40 | - array ( |
|
| 40 | + array( |
|
| 41 | 41 | 'Illuminate\\Validation\\' => 22, |
| 42 | 42 | 'Illuminate\\Translation\\' => 23, |
| 43 | 43 | 'Illuminate\\Support\\' => 19, |
@@ -46,103 +46,103 @@ discard block |
||
| 46 | 46 | 'Illuminate\\Container\\' => 21, |
| 47 | 47 | ), |
| 48 | 48 | 'G' => |
| 49 | - array ( |
|
| 49 | + array( |
|
| 50 | 50 | 'GravityKit\\Foundation\\' => 22, |
| 51 | 51 | 'Gettext\\Languages\\' => 18, |
| 52 | 52 | 'Gettext\\' => 8, |
| 53 | 53 | ), |
| 54 | 54 | ); |
| 55 | 55 | |
| 56 | - public static $prefixDirsPsr4 = array ( |
|
| 56 | + public static $prefixDirsPsr4 = array( |
|
| 57 | 57 | 'TrustedLogin\\' => |
| 58 | - array ( |
|
| 58 | + array( |
|
| 59 | 59 | 0 => __DIR__ . '/..' . '/trustedlogin/client/src', |
| 60 | 60 | ), |
| 61 | 61 | 'Symfony\\Polyfill\\Mbstring\\' => |
| 62 | - array ( |
|
| 62 | + array( |
|
| 63 | 63 | 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', |
| 64 | 64 | ), |
| 65 | 65 | 'Symfony\\Component\\HttpFoundation\\' => |
| 66 | - array ( |
|
| 66 | + array( |
|
| 67 | 67 | 0 => __DIR__ . '/..' . '/symfony/http-foundation', |
| 68 | 68 | ), |
| 69 | 69 | 'Symfony\\Component\\Finder\\' => |
| 70 | - array ( |
|
| 70 | + array( |
|
| 71 | 71 | 0 => __DIR__ . '/..' . '/symfony/finder', |
| 72 | 72 | ), |
| 73 | 73 | 'Psr\\Log\\' => |
| 74 | - array ( |
|
| 74 | + array( |
|
| 75 | 75 | 0 => __DIR__ . '/..' . '/psr/log/Psr/Log', |
| 76 | 76 | ), |
| 77 | 77 | 'Monolog\\' => |
| 78 | - array ( |
|
| 78 | + array( |
|
| 79 | 79 | 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', |
| 80 | 80 | ), |
| 81 | 81 | 'Katzgrau\\KLogger\\' => |
| 82 | - array ( |
|
| 82 | + array( |
|
| 83 | 83 | 0 => __DIR__ . '/..' . '/katzgrau/klogger/src', |
| 84 | 84 | ), |
| 85 | 85 | 'Illuminate\\Validation\\' => |
| 86 | - array ( |
|
| 86 | + array( |
|
| 87 | 87 | 0 => __DIR__ . '/..' . '/illuminate/validation', |
| 88 | 88 | ), |
| 89 | 89 | 'Illuminate\\Translation\\' => |
| 90 | - array ( |
|
| 90 | + array( |
|
| 91 | 91 | 0 => __DIR__ . '/..' . '/illuminate/translation', |
| 92 | 92 | ), |
| 93 | 93 | 'Illuminate\\Support\\' => |
| 94 | - array ( |
|
| 94 | + array( |
|
| 95 | 95 | 0 => __DIR__ . '/..' . '/illuminate/support', |
| 96 | 96 | ), |
| 97 | 97 | 'Illuminate\\Filesystem\\' => |
| 98 | - array ( |
|
| 98 | + array( |
|
| 99 | 99 | 0 => __DIR__ . '/..' . '/illuminate/filesystem', |
| 100 | 100 | ), |
| 101 | 101 | 'Illuminate\\Contracts\\' => |
| 102 | - array ( |
|
| 102 | + array( |
|
| 103 | 103 | 0 => __DIR__ . '/..' . '/illuminate/contracts', |
| 104 | 104 | ), |
| 105 | 105 | 'Illuminate\\Container\\' => |
| 106 | - array ( |
|
| 106 | + array( |
|
| 107 | 107 | 0 => __DIR__ . '/..' . '/illuminate/container', |
| 108 | 108 | ), |
| 109 | 109 | 'GravityKit\\Foundation\\' => |
| 110 | - array ( |
|
| 110 | + array( |
|
| 111 | 111 | 0 => __DIR__ . '/..' . '/gravitykit/foundation/src', |
| 112 | 112 | ), |
| 113 | 113 | 'Gettext\\Languages\\' => |
| 114 | - array ( |
|
| 114 | + array( |
|
| 115 | 115 | 0 => __DIR__ . '/..' . '/gettext/languages/src', |
| 116 | 116 | ), |
| 117 | 117 | 'Gettext\\' => |
| 118 | - array ( |
|
| 118 | + array( |
|
| 119 | 119 | 0 => __DIR__ . '/..' . '/gettext/gettext/src', |
| 120 | 120 | ), |
| 121 | 121 | ); |
| 122 | 122 | |
| 123 | - public static $prefixesPsr0 = array ( |
|
| 123 | + public static $prefixesPsr0 = array( |
|
| 124 | 124 | 'D' => |
| 125 | - array ( |
|
| 125 | + array( |
|
| 126 | 126 | 'Doctrine\\Common\\Inflector\\' => |
| 127 | - array ( |
|
| 127 | + array( |
|
| 128 | 128 | 0 => __DIR__ . '/..' . '/doctrine/inflector/lib', |
| 129 | 129 | ), |
| 130 | 130 | ), |
| 131 | 131 | ); |
| 132 | 132 | |
| 133 | - public static $classMap = array ( |
|
| 133 | + public static $classMap = array( |
|
| 134 | 134 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 135 | 135 | 'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php', |
| 136 | 136 | ); |
| 137 | 137 | |
| 138 | - public static function getInitializer(ClassLoader $loader) |
|
| 138 | + public static function getInitializer( ClassLoader $loader ) |
|
| 139 | 139 | { |
| 140 | - return \Closure::bind(function () use ($loader) { |
|
| 140 | + return \Closure::bind( function() use ( $loader ) { |
|
| 141 | 141 | $loader->prefixLengthsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixLengthsPsr4; |
| 142 | 142 | $loader->prefixDirsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixDirsPsr4; |
| 143 | 143 | $loader->prefixesPsr0 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixesPsr0; |
| 144 | 144 | $loader->classMap = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$classMap; |
| 145 | 145 | |
| 146 | - }, null, ClassLoader::class); |
|
| 146 | + }, null, ClassLoader::class ); |
|
| 147 | 147 | } |
| 148 | 148 | } |
@@ -4,8 +4,7 @@ discard block |
||
| 4 | 4 | |
| 5 | 5 | namespace Composer\Autoload; |
| 6 | 6 | |
| 7 | -class ComposerStaticInit89d55c7e1138817ef1727de1a0354708 |
|
| 8 | -{ |
|
| 7 | +class ComposerStaticInit89d55c7e1138817ef1727de1a0354708 { |
|
| 9 | 8 | public static $files = array ( |
| 10 | 9 | '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php', |
| 11 | 10 | '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php', |
@@ -135,8 +134,7 @@ discard block |
||
| 135 | 134 | 'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php', |
| 136 | 135 | ); |
| 137 | 136 | |
| 138 | - public static function getInitializer(ClassLoader $loader) |
|
| 139 | - { |
|
| 137 | + public static function getInitializer(ClassLoader $loader) { |
|
| 140 | 138 | return \Closure::bind(function () use ($loader) { |
| 141 | 139 | $loader->prefixLengthsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixLengthsPsr4; |
| 142 | 140 | $loader->prefixDirsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixDirsPsr4; |
@@ -4,40 +4,40 @@ discard block |
||
| 4 | 4 | |
| 5 | 5 | class ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708 |
| 6 | 6 | { |
| 7 | - private static $loader; |
|
| 8 | - |
|
| 9 | - public static function loadClassLoader($class) |
|
| 10 | - { |
|
| 11 | - if ('Composer\Autoload\ClassLoader' === $class) { |
|
| 12 | - require __DIR__ . '/ClassLoader.php'; |
|
| 13 | - } |
|
| 14 | - } |
|
| 15 | - |
|
| 16 | - /** |
|
| 17 | - * @return \Composer\Autoload\ClassLoader |
|
| 18 | - */ |
|
| 19 | - public static function getLoader() |
|
| 20 | - { |
|
| 21 | - if (null !== self::$loader) { |
|
| 22 | - return self::$loader; |
|
| 23 | - } |
|
| 24 | - |
|
| 25 | - spl_autoload_register(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader'), true, true); |
|
| 26 | - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); |
|
| 27 | - spl_autoload_unregister(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader')); |
|
| 28 | - |
|
| 29 | - require __DIR__ . '/autoload_static.php'; |
|
| 30 | - call_user_func(\Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::getInitializer($loader)); |
|
| 31 | - |
|
| 32 | - $loader->register(true); |
|
| 33 | - |
|
| 34 | - $includeFiles = \Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$files; |
|
| 35 | - foreach ($includeFiles as $fileIdentifier => $file) { |
|
| 36 | - composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file); |
|
| 37 | - } |
|
| 38 | - |
|
| 39 | - return $loader; |
|
| 40 | - } |
|
| 7 | + private static $loader; |
|
| 8 | + |
|
| 9 | + public static function loadClassLoader($class) |
|
| 10 | + { |
|
| 11 | + if ('Composer\Autoload\ClassLoader' === $class) { |
|
| 12 | + require __DIR__ . '/ClassLoader.php'; |
|
| 13 | + } |
|
| 14 | + } |
|
| 15 | + |
|
| 16 | + /** |
|
| 17 | + * @return \Composer\Autoload\ClassLoader |
|
| 18 | + */ |
|
| 19 | + public static function getLoader() |
|
| 20 | + { |
|
| 21 | + if (null !== self::$loader) { |
|
| 22 | + return self::$loader; |
|
| 23 | + } |
|
| 24 | + |
|
| 25 | + spl_autoload_register(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader'), true, true); |
|
| 26 | + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); |
|
| 27 | + spl_autoload_unregister(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader')); |
|
| 28 | + |
|
| 29 | + require __DIR__ . '/autoload_static.php'; |
|
| 30 | + call_user_func(\Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::getInitializer($loader)); |
|
| 31 | + |
|
| 32 | + $loader->register(true); |
|
| 33 | + |
|
| 34 | + $includeFiles = \Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$files; |
|
| 35 | + foreach ($includeFiles as $fileIdentifier => $file) { |
|
| 36 | + composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file); |
|
| 37 | + } |
|
| 38 | + |
|
| 39 | + return $loader; |
|
| 40 | + } |
|
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
@@ -47,9 +47,9 @@ discard block |
||
| 47 | 47 | */ |
| 48 | 48 | function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file) |
| 49 | 49 | { |
| 50 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
|
| 51 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
|
| 50 | + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
|
| 51 | + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
|
| 52 | 52 | |
| 53 | - require $file; |
|
| 54 | - } |
|
| 53 | + require $file; |
|
| 54 | + } |
|
| 55 | 55 | } |
@@ -6,9 +6,9 @@ discard block |
||
| 6 | 6 | { |
| 7 | 7 | private static $loader; |
| 8 | 8 | |
| 9 | - public static function loadClassLoader($class) |
|
| 9 | + public static function loadClassLoader( $class ) |
|
| 10 | 10 | { |
| 11 | - if ('Composer\Autoload\ClassLoader' === $class) { |
|
| 11 | + if ( 'Composer\Autoload\ClassLoader' === $class ) { |
|
| 12 | 12 | require __DIR__ . '/ClassLoader.php'; |
| 13 | 13 | } |
| 14 | 14 | } |
@@ -18,22 +18,22 @@ discard block |
||
| 18 | 18 | */ |
| 19 | 19 | public static function getLoader() |
| 20 | 20 | { |
| 21 | - if (null !== self::$loader) { |
|
| 21 | + if ( null !== self::$loader ) { |
|
| 22 | 22 | return self::$loader; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - spl_autoload_register(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader'), true, true); |
|
| 26 | - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); |
|
| 27 | - spl_autoload_unregister(array('ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader')); |
|
| 25 | + spl_autoload_register( array( 'ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader' ), true, true ); |
|
| 26 | + self::$loader = $loader = new \Composer\Autoload\ClassLoader( \dirname( __DIR__ ) ); |
|
| 27 | + spl_autoload_unregister( array( 'ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708', 'loadClassLoader' ) ); |
|
| 28 | 28 | |
| 29 | 29 | require __DIR__ . '/autoload_static.php'; |
| 30 | - call_user_func(\Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::getInitializer($loader)); |
|
| 30 | + call_user_func( \Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::getInitializer( $loader ) ); |
|
| 31 | 31 | |
| 32 | - $loader->register(true); |
|
| 32 | + $loader->register( true ); |
|
| 33 | 33 | |
| 34 | 34 | $includeFiles = \Composer\Autoload\ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$files; |
| 35 | - foreach ($includeFiles as $fileIdentifier => $file) { |
|
| 36 | - composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file); |
|
| 35 | + foreach ( $includeFiles as $fileIdentifier => $file ) { |
|
| 36 | + composerRequire89d55c7e1138817ef1727de1a0354708( $fileIdentifier, $file ); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | return $loader; |
@@ -45,10 +45,10 @@ discard block |
||
| 45 | 45 | * @param string $file |
| 46 | 46 | * @return void |
| 47 | 47 | */ |
| 48 | -function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file) |
|
| 48 | +function composerRequire89d55c7e1138817ef1727de1a0354708( $fileIdentifier, $file ) |
|
| 49 | 49 | { |
| 50 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
|
| 51 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
|
| 50 | + if ( empty( $GLOBALS[ '__composer_autoload_files' ][ $fileIdentifier ] ) ) { |
|
| 51 | + $GLOBALS[ '__composer_autoload_files' ][ $fileIdentifier ] = true; |
|
| 52 | 52 | |
| 53 | 53 | require $file; |
| 54 | 54 | } |
@@ -2,12 +2,10 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | // autoload_real.php @generated by Composer |
| 4 | 4 | |
| 5 | -class ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708 |
|
| 6 | -{ |
|
| 5 | +class ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708 { |
|
| 7 | 6 | private static $loader; |
| 8 | 7 | |
| 9 | - public static function loadClassLoader($class) |
|
| 10 | - { |
|
| 8 | + public static function loadClassLoader($class) { |
|
| 11 | 9 | if ('Composer\Autoload\ClassLoader' === $class) { |
| 12 | 10 | require __DIR__ . '/ClassLoader.php'; |
| 13 | 11 | } |
@@ -16,8 +14,7 @@ discard block |
||
| 16 | 14 | /** |
| 17 | 15 | * @return \Composer\Autoload\ClassLoader |
| 18 | 16 | */ |
| 19 | - public static function getLoader() |
|
| 20 | - { |
|
| 17 | + public static function getLoader() { |
|
| 21 | 18 | if (null !== self::$loader) { |
| 22 | 19 | return self::$loader; |
| 23 | 20 | } |
@@ -45,8 +42,7 @@ discard block |
||
| 45 | 42 | * @param string $file |
| 46 | 43 | * @return void |
| 47 | 44 | */ |
| 48 | -function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file) |
|
| 49 | -{ |
|
| 45 | +function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file) { |
|
| 50 | 46 | if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
| 51 | 47 | $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
| 52 | 48 | |