| @@ -1,25 +1,25 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 3 | { |
| 4 | 4 | "name": "codeinwp/themeisle-sdk", |
| 5 | - "version": "3.3.2", | |
| 6 | - "version_normalized": "3.3.2.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": "b799403bec877749ee0a2916dc859366d62bd76c" | |
| 10 | + "reference": "b56776ccf16904058a44d561190e58b6ac9b380e" | |
| 11 | 11 | }, |
| 12 | 12 | "dist": { |
| 13 | 13 | "type": "zip", |
| 14 | - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/b799403bec877749ee0a2916dc859366d62bd76c", | |
| 15 | - "reference": "b799403bec877749ee0a2916dc859366d62bd76c", | |
| 14 | + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/b56776ccf16904058a44d561190e58b6ac9b380e", | |
| 15 | + "reference": "b56776ccf16904058a44d561190e58b6ac9b380e", | |
| 16 | 16 | "shasum": "" |
| 17 | 17 | }, |
| 18 | 18 | "require-dev": { |
| 19 | 19 | "codeinwp/phpcs-ruleset": "dev-main" |
| 20 | 20 | }, |
| 21 | - "time": "2023-08-02T13:04:20+00:00", | |
| 21 | + "time": "2022-02-02T14:03:42+00:00", | |
| 22 | 22 | "type": "library", |
| 23 | 23 | "installation-source": "dist", |
| 24 | 24 | "notification-url": "https://packagist.org/downloads/", |
| 25 | 25 | "license": [ |
| @@ -70,8 +70,11 @@ | ||
| 70 | 70 | "time": "2020-08-26T19:47:57+00:00", |
| 71 | 71 | "type": "library", |
| 72 | 72 | "installation-source": "dist", |
| 73 | 73 | "autoload": { |
| 74 | + "psr-4": { | |
| 75 | + "Complex\\": "classes/src/" | |
| 76 | + }, | |
| 74 | 77 | "files": [ |
| 75 | 78 | "classes/src/functions/abs.php", |
| 76 | 79 | "classes/src/functions/acos.php", |
| 77 | 80 | "classes/src/functions/acosh.php", |
| @@ -113,12 +116,9 @@ | ||
| 113 | 116 | "classes/src/operations/subtract.php", |
| 114 | 117 | "classes/src/operations/multiply.php", |
| 115 | 118 | "classes/src/operations/divideby.php", |
| 116 | 119 | "classes/src/operations/divideinto.php" |
| 117 | - ], | |
| 118 | - "psr-4": { | |
| 119 | - "Complex\\": "classes/src/" | |
| 120 | - } | |
| 120 | + ] | |
| 121 | 121 | }, |
| 122 | 122 | "notification-url": "https://packagist.org/downloads/", |
| 123 | 123 | "license": [ |
| 124 | 124 | "MIT" |
| @@ -134,8 +134,12 @@ | ||
| 134 | 134 | "keywords": [ |
| 135 | 135 | "complex", |
| 136 | 136 | "mathematics" |
| 137 | 137 | ], |
| 138 | + "support": { | |
| 139 | + "issues": "https://github.com/MarkBaker/PHPComplex/issues", | |
| 140 | + "source": "https://github.com/MarkBaker/PHPComplex/tree/1.5.0" | |
| 141 | + }, | |
| 138 | 142 | "install-path": "../markbaker/complex" |
| 139 | 143 | }, |
| 140 | 144 | { |
| 141 | 145 | "name": "markbaker/matrix", |
| @@ -167,8 +171,11 @@ | ||
| 167 | 171 | "time": "2021-01-26T14:36:01+00:00", |
| 168 | 172 | "type": "library", |
| 169 | 173 | "installation-source": "dist", |
| 170 | 174 | "autoload": { |
| 175 | + "psr-4": { | |
| 176 | + "Matrix\\": "classes/src/" | |
| 177 | + }, | |
| 171 | 178 | "files": [ |
| 172 | 179 | "classes/src/Functions/adjoint.php", |
| 173 | 180 | "classes/src/Functions/antidiagonal.php", |
| 174 | 181 | "classes/src/Functions/cofactors.php", |
| @@ -184,12 +191,9 @@ | ||
| 184 | 191 | "classes/src/Operations/subtract.php", |
| 185 | 192 | "classes/src/Operations/multiply.php", |
| 186 | 193 | "classes/src/Operations/divideby.php", |
| 187 | 194 | "classes/src/Operations/divideinto.php" |
| 188 | - ], | |
| 189 | - "psr-4": { | |
| 190 | - "Matrix\\": "classes/src/" | |
| 191 | - } | |
| 195 | + ] | |
| 192 | 196 | }, |
| 193 | 197 | "notification-url": "https://packagist.org/downloads/", |
| 194 | 198 | "license": [ |
| 195 | 199 | "MIT" |
| @@ -206,8 +210,12 @@ | ||
| 206 | 210 | "mathematics", |
| 207 | 211 | "matrix", |
| 208 | 212 | "vector" |
| 209 | 213 | ], |
| 214 | + "support": { | |
| 215 | + "issues": "https://github.com/MarkBaker/PHPMatrix/issues", | |
| 216 | + "source": "https://github.com/MarkBaker/PHPMatrix/tree/1.2.3" | |
| 217 | + }, | |
| 210 | 218 | "install-path": "../markbaker/matrix" |
| 211 | 219 | }, |
| 212 | 220 | { |
| 213 | 221 | "name": "neitanod/forceutf8", |
| @@ -246,8 +254,12 @@ | ||
| 246 | 254 | } |
| 247 | 255 | ], |
| 248 | 256 | "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.", |
| 249 | 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 | + }, | |
| 250 | 262 | "install-path": "../neitanod/forceutf8" |
| 251 | 263 | }, |
| 252 | 264 | { |
| 253 | 265 | "name": "phpoffice/phpspreadsheet", |
| @@ -343,8 +355,12 @@ | ||
| 343 | 355 | "spreadsheet", |
| 344 | 356 | "xls", |
| 345 | 357 | "xlsx" |
| 346 | 358 | ], |
| 359 | + "support": { | |
| 360 | + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", | |
| 361 | + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2" | |
| 362 | + }, | |
| 347 | 363 | "install-path": "../phpoffice/phpspreadsheet" |
| 348 | 364 | }, |
| 349 | 365 | { |
| 350 | 366 | "name": "psr/simple-cache", |
| @@ -394,8 +410,11 @@ | ||
| 394 | 410 | "psr", |
| 395 | 411 | "psr-16", |
| 396 | 412 | "simple-cache" |
| 397 | 413 | ], |
| 414 | + "support": { | |
| 415 | + "source": "https://github.com/php-fig/simple-cache/tree/master" | |
| 416 | + }, | |
| 398 | 417 | "install-path": "../psr/simple-cache" |
| 399 | 418 | } |
| 400 | 419 | ], |
| 401 | 420 | "dev": false, |