| @@ -1,25 +1,26 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 3 | { |
| 4 | 4 | "name": "codeinwp/themeisle-sdk", |
| 5 | - "version": "3.3.20", | |
| 6 | - "version_normalized": "3.3.20.0", | |
| 5 | + "version": "dev-master", | |
| 6 | + "version_normalized": "dev-master", | |
| 7 | 7 | "source": { |
| 8 | 8 | "type": "git", |
| 9 | 9 | "url": "https://github.com/Codeinwp/themeisle-sdk.git", |
| 10 | - "reference": "d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c" | |
| 10 | + "reference": "aeef3f159c1b35451d87672b6984ccde36c0d21d" | |
| 11 | 11 | }, |
| 12 | 12 | "dist": { |
| 13 | 13 | "type": "zip", |
| 14 | - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c", | |
| 15 | - "reference": "d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c", | |
| 14 | + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/aeef3f159c1b35451d87672b6984ccde36c0d21d", | |
| 15 | + "reference": "aeef3f159c1b35451d87672b6984ccde36c0d21d", | |
| 16 | 16 | "shasum": "" |
| 17 | 17 | }, |
| 18 | 18 | "require-dev": { |
| 19 | 19 | "codeinwp/phpcs-ruleset": "dev-main" |
| 20 | 20 | }, |
| 21 | - "time": "2024-04-16T12:27:32+00:00", | |
| 21 | + "time": "2021-03-30T09:16:29+00:00", | |
| 22 | + "default-branch": true, | |
| 22 | 23 | "type": "library", |
| 23 | 24 | "installation-source": "dist", |
| 24 | 25 | "notification-url": "https://packagist.org/downloads/", |
| 25 | 26 | "license": [ |
| @@ -38,9 +39,9 @@ | ||
| 38 | 39 | "wordpress" |
| 39 | 40 | ], |
| 40 | 41 | "support": { |
| 41 | 42 | "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", |
| 42 | - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.20" | |
| 43 | + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.20" | |
| 43 | 44 | }, |
| 44 | 45 | "install-path": "../codeinwp/themeisle-sdk" |
| 45 | 46 | }, |
| 46 | 47 | { |
| @@ -74,8 +75,11 @@ | ||
| 74 | 75 | "time": "2020-08-26T19:47:57+00:00", |
| 75 | 76 | "type": "library", |
| 76 | 77 | "installation-source": "dist", |
| 77 | 78 | "autoload": { |
| 79 | + "psr-4": { | |
| 80 | + "Complex\\": "classes/src/" | |
| 81 | + }, | |
| 78 | 82 | "files": [ |
| 79 | 83 | "classes/src/functions/abs.php", |
| 80 | 84 | "classes/src/functions/acos.php", |
| 81 | 85 | "classes/src/functions/acosh.php", |
| @@ -117,12 +121,9 @@ | ||
| 117 | 121 | "classes/src/operations/subtract.php", |
| 118 | 122 | "classes/src/operations/multiply.php", |
| 119 | 123 | "classes/src/operations/divideby.php", |
| 120 | 124 | "classes/src/operations/divideinto.php" |
| 121 | - ], | |
| 122 | - "psr-4": { | |
| 123 | - "Complex\\": "classes/src/" | |
| 124 | - } | |
| 125 | + ] | |
| 125 | 126 | }, |
| 126 | 127 | "notification-url": "https://packagist.org/downloads/", |
| 127 | 128 | "license": [ |
| 128 | 129 | "MIT" |
| @@ -138,8 +139,12 @@ | ||
| 138 | 139 | "keywords": [ |
| 139 | 140 | "complex", |
| 140 | 141 | "mathematics" |
| 141 | 142 | ], |
| 143 | + "support": { | |
| 144 | + "issues": "https://github.com/MarkBaker/PHPComplex/issues", | |
| 145 | + "source": "https://github.com/MarkBaker/PHPComplex/tree/1.5.0" | |
| 146 | + }, | |
| 142 | 147 | "install-path": "../markbaker/complex" |
| 143 | 148 | }, |
| 144 | 149 | { |
| 145 | 150 | "name": "markbaker/matrix", |
| @@ -171,8 +176,11 @@ | ||
| 171 | 176 | "time": "2021-01-26T14:36:01+00:00", |
| 172 | 177 | "type": "library", |
| 173 | 178 | "installation-source": "dist", |
| 174 | 179 | "autoload": { |
| 180 | + "psr-4": { | |
| 181 | + "Matrix\\": "classes/src/" | |
| 182 | + }, | |
| 175 | 183 | "files": [ |
| 176 | 184 | "classes/src/Functions/adjoint.php", |
| 177 | 185 | "classes/src/Functions/antidiagonal.php", |
| 178 | 186 | "classes/src/Functions/cofactors.php", |
| @@ -188,12 +196,9 @@ | ||
| 188 | 196 | "classes/src/Operations/subtract.php", |
| 189 | 197 | "classes/src/Operations/multiply.php", |
| 190 | 198 | "classes/src/Operations/divideby.php", |
| 191 | 199 | "classes/src/Operations/divideinto.php" |
| 192 | - ], | |
| 193 | - "psr-4": { | |
| 194 | - "Matrix\\": "classes/src/" | |
| 195 | - } | |
| 200 | + ] | |
| 196 | 201 | }, |
| 197 | 202 | "notification-url": "https://packagist.org/downloads/", |
| 198 | 203 | "license": [ |
| 199 | 204 | "MIT" |
| @@ -210,8 +215,12 @@ | ||
| 210 | 215 | "mathematics", |
| 211 | 216 | "matrix", |
| 212 | 217 | "vector" |
| 213 | 218 | ], |
| 219 | + "support": { | |
| 220 | + "issues": "https://github.com/MarkBaker/PHPMatrix/issues", | |
| 221 | + "source": "https://github.com/MarkBaker/PHPMatrix/tree/1.2.3" | |
| 222 | + }, | |
| 214 | 223 | "install-path": "../markbaker/matrix" |
| 215 | 224 | }, |
| 216 | 225 | { |
| 217 | 226 | "name": "neitanod/forceutf8", |
| @@ -250,8 +259,12 @@ | ||
| 250 | 259 | } |
| 251 | 260 | ], |
| 252 | 261 | "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", |
| 253 | 262 | "homepage": "https://github.com/neitanod/forceutf8", |
| 263 | + "support": { | |
| 264 | + "issues": "https://github.com/neitanod/forceutf8/issues", | |
| 265 | + "source": "https://github.com/neitanod/forceutf8/tree/master" | |
| 266 | + }, | |
| 254 | 267 | "install-path": "../neitanod/forceutf8" |
| 255 | 268 | }, |
| 256 | 269 | { |
| 257 | 270 | "name": "phpoffice/phpspreadsheet", |
| @@ -347,8 +360,12 @@ | ||
| 347 | 360 | "spreadsheet", |
| 348 | 361 | "xls", |
| 349 | 362 | "xlsx" |
| 350 | 363 | ], |
| 364 | + "support": { | |
| 365 | + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", | |
| 366 | + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2" | |
| 367 | + }, | |
| 351 | 368 | "install-path": "../phpoffice/phpspreadsheet" |
| 352 | 369 | }, |
| 353 | 370 | { |
| 354 | 371 | "name": "psr/simple-cache", |
| @@ -398,8 +415,11 @@ | ||
| 398 | 415 | "psr", |
| 399 | 416 | "psr-16", |
| 400 | 417 | "simple-cache" |
| 401 | 418 | ], |
| 419 | + "support": { | |
| 420 | + "source": "https://github.com/php-fig/simple-cache/tree/master" | |
| 421 | + }, | |
| 402 | 422 | "install-path": "../psr/simple-cache" |
| 403 | 423 | } |
| 404 | 424 | ], |
| 405 | 425 | "dev": false, |