| @@ -5,24 +5,24 @@ | ||
| 5 | 5 | "version_normalized": "9999999-dev", |
| 6 | 6 | "source": { |
| 7 | 7 | "type": "git", |
| 8 | 8 | "url": "https://github.com/Codeinwp/themeisle-sdk.git", |
| 9 | - "reference": "951cde6e799e00d46a52416b62221fd771ddc326" | |
| 9 | + "reference": "d036ec8dd9ad318a05af3f21222025ec6a389a42" | |
| 10 | 10 | }, |
| 11 | 11 | "dist": { |
| 12 | 12 | "type": "zip", |
| 13 | - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/951cde6e799e00d46a52416b62221fd771ddc326", | |
| 14 | - "reference": "951cde6e799e00d46a52416b62221fd771ddc326", | |
| 13 | + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d036ec8dd9ad318a05af3f21222025ec6a389a42", | |
| 14 | + "reference": "d036ec8dd9ad318a05af3f21222025ec6a389a42", | |
| 15 | 15 | "shasum": "" |
| 16 | 16 | }, |
| 17 | - "time": "2018-11-26 14:24:47", | |
| 17 | + "require-dev": { | |
| 18 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", | |
| 19 | + "squizlabs/php_codesniffer": "^3.1", | |
| 20 | + "wp-coding-standards/wpcs": "^1.0.0" | |
| 21 | + }, | |
| 22 | + "time": "2019-11-18 12:33:19", | |
| 18 | 23 | "type": "library", |
| 19 | - "installation-source": "dist", | |
| 20 | - "autoload": { | |
| 21 | - "files": [ | |
| 22 | - "load.php" | |
| 23 | - ] | |
| 24 | - }, | |
| 24 | + "installation-source": "source", | |
| 25 | 25 | "notification-url": "https://packagist.org/downloads/", |
| 26 | 26 | "license": [ |
| 27 | 27 | "GPL-2.0+" |
| 28 | 28 | ], |
| @@ -32,9 +32,9 @@ | ||
| 32 | 32 | "email": "friends@themeisle.com", |
| 33 | 33 | "homepage": "https://themeisle.com" |
| 34 | 34 | } |
| 35 | 35 | ], |
| 36 | - "description": "ThemeIsle SDK ", | |
| 36 | + "description": "ThemeIsle SDK.", | |
| 37 | 37 | "homepage": "https://github.com/Codeinwp/themeisle-sdk", |
| 38 | 38 | "keywords": [ |
| 39 | 39 | "wordpress" |
| 40 | 40 | ] |
| @@ -72,91 +72,340 @@ | ||
| 72 | 72 | "MIT" |
| 73 | 73 | ] |
| 74 | 74 | }, |
| 75 | 75 | { |
| 76 | - "name": "phpoffice/phpexcel", | |
| 76 | + "name": "markbaker/matrix", | |
| 77 | + "version": "1.2.0", | |
| 78 | + "version_normalized": "1.2.0.0", | |
| 79 | + "source": { | |
| 80 | + "type": "git", | |
| 81 | + "url": "https://github.com/MarkBaker/PHPMatrix.git", | |
| 82 | + "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21" | |
| 83 | + }, | |
| 84 | + "dist": { | |
| 85 | + "type": "zip", | |
| 86 | + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21", | |
| 87 | + "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21", | |
| 88 | + "shasum": "" | |
| 89 | + }, | |
| 90 | + "require": { | |
| 91 | + "php": "^5.6.0|^7.0.0" | |
| 92 | + }, | |
| 93 | + "require-dev": { | |
| 94 | + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", | |
| 95 | + "phpcompatibility/php-compatibility": "dev-master", | |
| 96 | + "phploc/phploc": "^4", | |
| 97 | + "phpmd/phpmd": "dev-master", | |
| 98 | + "phpunit/phpunit": "^5.7", | |
| 99 | + "sebastian/phpcpd": "^3.0", | |
| 100 | + "squizlabs/php_codesniffer": "^3.0@dev" | |
| 101 | + }, | |
| 102 | + "time": "2019-10-06 11:29:25", | |
| 103 | + "type": "library", | |
| 104 | + "installation-source": "dist", | |
| 105 | + "autoload": { | |
| 106 | + "psr-4": { | |
| 107 | + "Matrix\\": "classes/src/" | |
| 108 | + }, | |
| 109 | + "files": [ | |
| 110 | + "classes/src/functions/adjoint.php", | |
| 111 | + "classes/src/functions/antidiagonal.php", | |
| 112 | + "classes/src/functions/cofactors.php", | |
| 113 | + "classes/src/functions/determinant.php", | |
| 114 | + "classes/src/functions/diagonal.php", | |
| 115 | + "classes/src/functions/identity.php", | |
| 116 | + "classes/src/functions/inverse.php", | |
| 117 | + "classes/src/functions/minors.php", | |
| 118 | + "classes/src/functions/trace.php", | |
| 119 | + "classes/src/functions/transpose.php", | |
| 120 | + "classes/src/operations/add.php", | |
| 121 | + "classes/src/operations/directsum.php", | |
| 122 | + "classes/src/operations/subtract.php", | |
| 123 | + "classes/src/operations/multiply.php", | |
| 124 | + "classes/src/operations/divideby.php", | |
| 125 | + "classes/src/operations/divideinto.php" | |
| 126 | + ] | |
| 127 | + }, | |
| 128 | + "notification-url": "https://packagist.org/downloads/", | |
| 129 | + "license": [ | |
| 130 | + "MIT" | |
| 131 | + ], | |
| 132 | + "authors": [ | |
| 133 | + { | |
| 134 | + "name": "Mark Baker", | |
| 135 | + "email": "mark@lange.demon.co.uk" | |
| 136 | + } | |
| 137 | + ], | |
| 138 | + "description": "PHP Class for working with matrices", | |
| 139 | + "homepage": "https://github.com/MarkBaker/PHPMatrix", | |
| 140 | + "keywords": [ | |
| 141 | + "mathematics", | |
| 142 | + "matrix", | |
| 143 | + "vector" | |
| 144 | + ] | |
| 145 | + }, | |
| 146 | + { | |
| 147 | + "name": "markbaker/complex", | |
| 148 | + "version": "1.4.7", | |
| 149 | + "version_normalized": "1.4.7.0", | |
| 150 | + "source": { | |
| 151 | + "type": "git", | |
| 152 | + "url": "https://github.com/MarkBaker/PHPComplex.git", | |
| 153 | + "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000" | |
| 154 | + }, | |
| 155 | + "dist": { | |
| 156 | + "type": "zip", | |
| 157 | + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000", | |
| 158 | + "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000", | |
| 159 | + "shasum": "" | |
| 160 | + }, | |
| 161 | + "require": { | |
| 162 | + "php": "^5.6.0|^7.0.0" | |
| 163 | + }, | |
| 164 | + "require-dev": { | |
| 165 | + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3", | |
| 166 | + "phpcompatibility/php-compatibility": "^8.0", | |
| 167 | + "phpdocumentor/phpdocumentor": "2.*", | |
| 168 | + "phploc/phploc": "2.*", | |
| 169 | + "phpmd/phpmd": "2.*", | |
| 170 | + "phpunit/phpunit": "^4.8.35|^5.4.0", | |
| 171 | + "sebastian/phpcpd": "2.*", | |
| 172 | + "squizlabs/php_codesniffer": "^3.3.0" | |
| 173 | + }, | |
| 174 | + "time": "2018-10-13 23:28:42", | |
| 175 | + "type": "library", | |
| 176 | + "installation-source": "dist", | |
| 177 | + "autoload": { | |
| 178 | + "psr-4": { | |
| 179 | + "Complex\\": "classes/src/" | |
| 180 | + }, | |
| 181 | + "files": [ | |
| 182 | + "classes/src/functions/abs.php", | |
| 183 | + "classes/src/functions/acos.php", | |
| 184 | + "classes/src/functions/acosh.php", | |
| 185 | + "classes/src/functions/acot.php", | |
| 186 | + "classes/src/functions/acoth.php", | |
| 187 | + "classes/src/functions/acsc.php", | |
| 188 | + "classes/src/functions/acsch.php", | |
| 189 | + "classes/src/functions/argument.php", | |
| 190 | + "classes/src/functions/asec.php", | |
| 191 | + "classes/src/functions/asech.php", | |
| 192 | + "classes/src/functions/asin.php", | |
| 193 | + "classes/src/functions/asinh.php", | |
| 194 | + "classes/src/functions/atan.php", | |
| 195 | + "classes/src/functions/atanh.php", | |
| 196 | + "classes/src/functions/conjugate.php", | |
| 197 | + "classes/src/functions/cos.php", | |
| 198 | + "classes/src/functions/cosh.php", | |
| 199 | + "classes/src/functions/cot.php", | |
| 200 | + "classes/src/functions/coth.php", | |
| 201 | + "classes/src/functions/csc.php", | |
| 202 | + "classes/src/functions/csch.php", | |
| 203 | + "classes/src/functions/exp.php", | |
| 204 | + "classes/src/functions/inverse.php", | |
| 205 | + "classes/src/functions/ln.php", | |
| 206 | + "classes/src/functions/log2.php", | |
| 207 | + "classes/src/functions/log10.php", | |
| 208 | + "classes/src/functions/negative.php", | |
| 209 | + "classes/src/functions/pow.php", | |
| 210 | + "classes/src/functions/rho.php", | |
| 211 | + "classes/src/functions/sec.php", | |
| 212 | + "classes/src/functions/sech.php", | |
| 213 | + "classes/src/functions/sin.php", | |
| 214 | + "classes/src/functions/sinh.php", | |
| 215 | + "classes/src/functions/sqrt.php", | |
| 216 | + "classes/src/functions/tan.php", | |
| 217 | + "classes/src/functions/tanh.php", | |
| 218 | + "classes/src/functions/theta.php", | |
| 219 | + "classes/src/operations/add.php", | |
| 220 | + "classes/src/operations/subtract.php", | |
| 221 | + "classes/src/operations/multiply.php", | |
| 222 | + "classes/src/operations/divideby.php", | |
| 223 | + "classes/src/operations/divideinto.php" | |
| 224 | + ] | |
| 225 | + }, | |
| 226 | + "notification-url": "https://packagist.org/downloads/", | |
| 227 | + "license": [ | |
| 228 | + "MIT" | |
| 229 | + ], | |
| 230 | + "authors": [ | |
| 231 | + { | |
| 232 | + "name": "Mark Baker", | |
| 233 | + "email": "mark@lange.demon.co.uk" | |
| 234 | + } | |
| 235 | + ], | |
| 236 | + "description": "PHP Class for working with complex numbers", | |
| 237 | + "homepage": "https://github.com/MarkBaker/PHPComplex", | |
| 238 | + "keywords": [ | |
| 239 | + "complex", | |
| 240 | + "mathematics" | |
| 241 | + ] | |
| 242 | + }, | |
| 243 | + { | |
| 244 | + "name": "psr/simple-cache", | |
| 245 | + "version": "1.0.1", | |
| 246 | + "version_normalized": "1.0.1.0", | |
| 247 | + "source": { | |
| 248 | + "type": "git", | |
| 249 | + "url": "https://github.com/php-fig/simple-cache.git", | |
| 250 | + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" | |
| 251 | + }, | |
| 252 | + "dist": { | |
| 253 | + "type": "zip", | |
| 254 | + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
| 255 | + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
| 256 | + "shasum": "" | |
| 257 | + }, | |
| 258 | + "require": { | |
| 259 | + "php": ">=5.3.0" | |
| 260 | + }, | |
| 261 | + "time": "2017-10-23 01:57:42", | |
| 262 | + "type": "library", | |
| 263 | + "extra": { | |
| 264 | + "branch-alias": { | |
| 265 | + "dev-master": "1.0.x-dev" | |
| 266 | + } | |
| 267 | + }, | |
| 268 | + "installation-source": "dist", | |
| 269 | + "autoload": { | |
| 270 | + "psr-4": { | |
| 271 | + "Psr\\SimpleCache\\": "src/" | |
| 272 | + } | |
| 273 | + }, | |
| 274 | + "notification-url": "https://packagist.org/downloads/", | |
| 275 | + "license": [ | |
| 276 | + "MIT" | |
| 277 | + ], | |
| 278 | + "authors": [ | |
| 279 | + { | |
| 280 | + "name": "PHP-FIG", | |
| 281 | + "homepage": "http://www.php-fig.org/" | |
| 282 | + } | |
| 283 | + ], | |
| 284 | + "description": "Common interfaces for simple caching", | |
| 285 | + "keywords": [ | |
| 286 | + "cache", | |
| 287 | + "caching", | |
| 288 | + "psr", | |
| 289 | + "psr-16", | |
| 290 | + "simple-cache" | |
| 291 | + ] | |
| 292 | + }, | |
| 293 | + { | |
| 294 | + "name": "phpoffice/phpspreadsheet", | |
| 77 | 295 | "version": "1.8.2", |
| 78 | 296 | "version_normalized": "1.8.2.0", |
| 79 | 297 | "source": { |
| 80 | 298 | "type": "git", |
| 81 | - "url": "https://github.com/PHPOffice/PHPExcel.git", | |
| 82 | - "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" | |
| 299 | + "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", | |
| 300 | + "reference": "0c1346a1956347590b7db09533966307d20cb7cc" | |
| 83 | 301 | }, |
| 84 | 302 | "dist": { |
| 85 | 303 | "type": "zip", |
| 86 | - "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
| 87 | - "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", | |
| 304 | + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc", | |
| 305 | + "reference": "0c1346a1956347590b7db09533966307d20cb7cc", | |
| 88 | 306 | "shasum": "" |
| 89 | 307 | }, |
| 90 | 308 | "require": { |
| 309 | + "ext-ctype": "*", | |
| 310 | + "ext-dom": "*", | |
| 311 | + "ext-fileinfo": "*", | |
| 312 | + "ext-gd": "*", | |
| 313 | + "ext-iconv": "*", | |
| 314 | + "ext-libxml": "*", | |
| 91 | 315 | "ext-mbstring": "*", |
| 316 | + "ext-simplexml": "*", | |
| 92 | 317 | "ext-xml": "*", |
| 318 | + "ext-xmlreader": "*", | |
| 93 | 319 | "ext-xmlwriter": "*", |
| 94 | - "php": "^5.2|^7.0" | |
| 320 | + "ext-zip": "*", | |
| 321 | + "ext-zlib": "*", | |
| 322 | + "markbaker/complex": "^1.4", | |
| 323 | + "markbaker/matrix": "^1.1", | |
| 324 | + "php": "^5.6|^7.0", | |
| 325 | + "psr/simple-cache": "^1.0" | |
| 95 | 326 | }, |
| 96 | 327 | "require-dev": { |
| 97 | - "squizlabs/php_codesniffer": "2.*" | |
| 328 | + "doctrine/instantiator": "^1.0.0", | |
| 329 | + "dompdf/dompdf": "^0.8.0", | |
| 330 | + "friendsofphp/php-cs-fixer": "@stable", | |
| 331 | + "jpgraph/jpgraph": "^4.0", | |
| 332 | + "mpdf/mpdf": "^7.0.0", | |
| 333 | + "phpcompatibility/php-compatibility": "^8.0", | |
| 334 | + "phpunit/phpunit": "^5.7", | |
| 335 | + "squizlabs/php_codesniffer": "^3.3", | |
| 336 | + "tecnickcom/tcpdf": "^6.2" | |
| 98 | 337 | }, |
| 99 | - "time": "2018-11-22 23:07:24", | |
| 338 | + "suggest": { | |
| 339 | + "dompdf/dompdf": "Option for rendering PDF with PDF Writer", | |
| 340 | + "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", | |
| 341 | + "mpdf/mpdf": "Option for rendering PDF with PDF Writer", | |
| 342 | + "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" | |
| 343 | + }, | |
| 344 | + "time": "2019-07-08 21:21:25", | |
| 100 | 345 | "type": "library", |
| 101 | 346 | "installation-source": "dist", |
| 102 | 347 | "autoload": { |
| 103 | - "psr-0": { | |
| 104 | - "PHPExcel": "Classes/" | |
| 348 | + "psr-4": { | |
| 349 | + "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" | |
| 105 | 350 | } |
| 106 | 351 | }, |
| 107 | 352 | "notification-url": "https://packagist.org/downloads/", |
| 108 | 353 | "license": [ |
| 109 | - "LGPL-2.1" | |
| 354 | + "LGPL-2.1-or-later" | |
| 110 | 355 | ], |
| 111 | 356 | "authors": [ |
| 112 | 357 | { |
| 113 | - "name": "Maarten Balliauw", | |
| 114 | - "homepage": "http://blog.maartenballiauw.be" | |
| 358 | + "name": "Erik Tilt" | |
| 115 | 359 | }, |
| 116 | 360 | { |
| 117 | - "name": "Erik Tilt" | |
| 361 | + "name": "Adrien Crivelli" | |
| 118 | 362 | }, |
| 119 | 363 | { |
| 120 | - "name": "Franck Lefevre", | |
| 121 | - "homepage": "http://rootslabs.net" | |
| 364 | + "name": "Maarten Balliauw", | |
| 365 | + "homepage": "https://blog.maartenballiauw.be" | |
| 122 | 366 | }, |
| 123 | 367 | { |
| 124 | 368 | "name": "Mark Baker", |
| 125 | - "homepage": "http://markbakeruk.net" | |
| 369 | + "homepage": "https://markbakeruk.net" | |
| 370 | + }, | |
| 371 | + { | |
| 372 | + "name": "Franck Lefevre", | |
| 373 | + "homepage": "https://rootslabs.net" | |
| 126 | 374 | } |
| 127 | 375 | ], |
| 128 | - "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", | |
| 129 | - "homepage": "https://github.com/PHPOffice/PHPExcel", | |
| 376 | + "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", | |
| 377 | + "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", | |
| 130 | 378 | "keywords": [ |
| 131 | 379 | "OpenXML", |
| 132 | 380 | "excel", |
| 381 | + "gnumeric", | |
| 382 | + "ods", | |
| 133 | 383 | "php", |
| 134 | 384 | "spreadsheet", |
| 135 | 385 | "xls", |
| 136 | 386 | "xlsx" |
| 137 | - ], | |
| 138 | - "abandoned": "phpoffice/phpspreadsheet" | |
| 387 | + ] | |
| 139 | 388 | }, |
| 140 | 389 | { |
| 141 | 390 | "name": "neitanod/forceutf8", |
| 142 | - "version": "v2.0.2", | |
| 143 | - "version_normalized": "2.0.2.0", | |
| 391 | + "version": "v2.0.4", | |
| 392 | + "version_normalized": "2.0.4.0", | |
| 144 | 393 | "source": { |
| 145 | 394 | "type": "git", |
| 146 | 395 | "url": "https://github.com/neitanod/forceutf8.git", |
| 147 | - "reference": "30980a8ca2787a7730d370eac310b8987eb68229" | |
| 396 | + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831" | |
| 148 | 397 | }, |
| 149 | 398 | "dist": { |
| 150 | 399 | "type": "zip", |
| 151 | - "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/30980a8ca2787a7730d370eac310b8987eb68229", | |
| 152 | - "reference": "30980a8ca2787a7730d370eac310b8987eb68229", | |
| 400 | + "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831", | |
| 401 | + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831", | |
| 153 | 402 | "shasum": "" |
| 154 | 403 | }, |
| 155 | 404 | "require": { |
| 156 | 405 | "php": ">=5.3.0" |
| 157 | 406 | }, |
| 158 | - "time": "2018-10-10 23:03:52", | |
| 407 | + "time": "2019-12-10 14:09:14", | |
| 159 | 408 | "type": "library", |
| 160 | 409 | "installation-source": "dist", |
| 161 | 410 | "autoload": { |
| 162 | 411 | "psr-0": { |