| @@ -1,25 +1,25 @@ | ||
| 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": "394d0f27e17dab350efa7e91bffff31f4b451fec" | |
| 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/394d0f27e17dab350efa7e91bffff31f4b451fec", | |
| 15 | + "reference": "394d0f27e17dab350efa7e91bffff31f4b451fec", | |
| 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-10-27T10:27:45+00:00", | |
| 22 | 22 | "type": "library", |
| 23 | 23 | "installation-source": "dist", |
| 24 | 24 | "notification-url": "https://packagist.org/downloads/", |
| 25 | 25 | "license": [ |
| @@ -36,12 +36,8 @@ | ||
| 36 | 36 | "homepage": "https://github.com/Codeinwp/themeisle-sdk", |
| 37 | 37 | "keywords": [ |
| 38 | 38 | "wordpress" |
| 39 | 39 | ], |
| 40 | - "support": { | |
| 41 | - "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", | |
| 42 | - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.20" | |
| 43 | - }, | |
| 44 | 40 | "install-path": "../codeinwp/themeisle-sdk" |
| 45 | 41 | }, |
| 46 | 42 | { |
| 47 | 43 | "name": "markbaker/complex", |
| @@ -74,8 +70,11 @@ | ||
| 74 | 70 | "time": "2020-08-26T19:47:57+00:00", |
| 75 | 71 | "type": "library", |
| 76 | 72 | "installation-source": "dist", |
| 77 | 73 | "autoload": { |
| 74 | + "psr-4": { | |
| 75 | + "Complex\\": "classes/src/" | |
| 76 | + }, | |
| 78 | 77 | "files": [ |
| 79 | 78 | "classes/src/functions/abs.php", |
| 80 | 79 | "classes/src/functions/acos.php", |
| 81 | 80 | "classes/src/functions/acosh.php", |
| @@ -117,12 +116,9 @@ | ||
| 117 | 116 | "classes/src/operations/subtract.php", |
| 118 | 117 | "classes/src/operations/multiply.php", |
| 119 | 118 | "classes/src/operations/divideby.php", |
| 120 | 119 | "classes/src/operations/divideinto.php" |
| 121 | - ], | |
| 122 | - "psr-4": { | |
| 123 | - "Complex\\": "classes/src/" | |
| 124 | - } | |
| 120 | + ] | |
| 125 | 121 | }, |
| 126 | 122 | "notification-url": "https://packagist.org/downloads/", |
| 127 | 123 | "license": [ |
| 128 | 124 | "MIT" |
| @@ -138,8 +134,12 @@ | ||
| 138 | 134 | "keywords": [ |
| 139 | 135 | "complex", |
| 140 | 136 | "mathematics" |
| 141 | 137 | ], |
| 138 | + "support": { | |
| 139 | + "issues": "https://github.com/MarkBaker/PHPComplex/issues", | |
| 140 | + "source": "https://github.com/MarkBaker/PHPComplex/tree/1.5.0" | |
| 141 | + }, | |
| 142 | 142 | "install-path": "../markbaker/complex" |
| 143 | 143 | }, |
| 144 | 144 | { |
| 145 | 145 | "name": "markbaker/matrix", |
| @@ -171,8 +171,11 @@ | ||
| 171 | 171 | "time": "2021-01-26T14:36:01+00:00", |
| 172 | 172 | "type": "library", |
| 173 | 173 | "installation-source": "dist", |
| 174 | 174 | "autoload": { |
| 175 | + "psr-4": { | |
| 176 | + "Matrix\\": "classes/src/" | |
| 177 | + }, | |
| 175 | 178 | "files": [ |
| 176 | 179 | "classes/src/Functions/adjoint.php", |
| 177 | 180 | "classes/src/Functions/antidiagonal.php", |
| 178 | 181 | "classes/src/Functions/cofactors.php", |
| @@ -188,12 +191,9 @@ | ||
| 188 | 191 | "classes/src/Operations/subtract.php", |
| 189 | 192 | "classes/src/Operations/multiply.php", |
| 190 | 193 | "classes/src/Operations/divideby.php", |
| 191 | 194 | "classes/src/Operations/divideinto.php" |
| 192 | - ], | |
| 193 | - "psr-4": { | |
| 194 | - "Matrix\\": "classes/src/" | |
| 195 | - } | |
| 195 | + ] | |
| 196 | 196 | }, |
| 197 | 197 | "notification-url": "https://packagist.org/downloads/", |
| 198 | 198 | "license": [ |
| 199 | 199 | "MIT" |
| @@ -210,8 +210,12 @@ | ||
| 210 | 210 | "mathematics", |
| 211 | 211 | "matrix", |
| 212 | 212 | "vector" |
| 213 | 213 | ], |
| 214 | + "support": { | |
| 215 | + "issues": "https://github.com/MarkBaker/PHPMatrix/issues", | |
| 216 | + "source": "https://github.com/MarkBaker/PHPMatrix/tree/1.2.3" | |
| 217 | + }, | |
| 214 | 218 | "install-path": "../markbaker/matrix" |
| 215 | 219 | }, |
| 216 | 220 | { |
| 217 | 221 | "name": "neitanod/forceutf8", |
| @@ -250,8 +254,12 @@ | ||
| 250 | 254 | } |
| 251 | 255 | ], |
| 252 | 256 | "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", |
| 253 | 257 | "homepage": "https://github.com/neitanod/forceutf8", |
| 258 | + "support": { | |
| 259 | + "issues": "https://github.com/neitanod/forceutf8/issues", | |
| 260 | + "source": "https://github.com/neitanod/forceutf8/tree/master" | |
| 261 | + }, | |
| 254 | 262 | "install-path": "../neitanod/forceutf8" |
| 255 | 263 | }, |
| 256 | 264 | { |
| 257 | 265 | "name": "phpoffice/phpspreadsheet", |
| @@ -347,8 +355,12 @@ | ||
| 347 | 355 | "spreadsheet", |
| 348 | 356 | "xls", |
| 349 | 357 | "xlsx" |
| 350 | 358 | ], |
| 359 | + "support": { | |
| 360 | + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", | |
| 361 | + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2" | |
| 362 | + }, | |
| 351 | 363 | "install-path": "../phpoffice/phpspreadsheet" |
| 352 | 364 | }, |
| 353 | 365 | { |
| 354 | 366 | "name": "psr/simple-cache", |
| @@ -398,8 +410,11 @@ | ||
| 398 | 410 | "psr", |
| 399 | 411 | "psr-16", |
| 400 | 412 | "simple-cache" |
| 401 | 413 | ], |
| 414 | + "support": { | |
| 415 | + "source": "https://github.com/php-fig/simple-cache/tree/master" | |
| 416 | + }, | |
| 402 | 417 | "install-path": "../psr/simple-cache" |
| 403 | 418 | } |
| 404 | 419 | ], |
| 405 | 420 | "dev": false, |