oleibman
bb072d1ca7
Upgrade Dev TCPDF to 6.5 ( #3006 )
...
* Upgrade Dev TCPDF to 6.5
Implementation of https://github.com/tecnickcom/TCPDF/pull/467 , which is available in just-released Tcpdf 6.5, will improve look of Tcpdf rendering for PhpSpreadsheet. Fix #1164 .
One test had been suppressed for Tcpdf, ostensibly because it was not compatible with Php8. As it turns out, the PhpSpreadsheet code which invokes Tcpdf was (harmlessly) incorrect, so the Php8 issue was actually with PhpSpreadsheet, not Tcpdf. That code is corrected, and the test is no longer suppressed.
* Update Change Log
Pick up some earlier changes as well as this one, and deprecations which had been omitted from the 1.24 change log.
2022-08-14 10:57:34 -07:00
oleibman
5c13b179a1
Replace Dev jpgraph/jpgraph with mitoteam/jpgraph ( #2997 )
...
* Replace Dev jpgraph/jpgraph with mitoteam/jpgraph
PR #2979 added support for mitoteam/jpgraph as an alternative to jpgraph/jpgraph. The package jpgraph/jpgraph is abandoned in composer, and the version loaded with composer has been unusable for some time. This PR removes the dev requirement for jpgraph/jpgraph, and adds a dev requirement for mitoteam/jpgraph in its place.
With a usable graph library, a number of tests and samples that had been disabled are now re-enabled. A lot of new functionality has been added to Charts recently. Some of that new code has exposed bugs in JpgraphRendererBase. I have fixed those where I could. A handful of exceptions remain; I will investigate, and hopefully fix, those over time, but I don't feel it is necessary to fix them all before installing this PR - we are already way ahead of the game with the graphs that are working.
Three members had been ignoring code coverage in whole or in part because of the unavailability of a usable graph libray. Code coverage is restored in them. I am relieved to report that, although they aren't completely covered, adding them did not reduce code coverage by much - it is still over 90.4%.
I took a look at JpgraphRendererBase and Phpstan. Phpstan reports 128 problems. When I added some docblocks to correct some of those, the number increased to 284. Sigh. I will investigate over time, but, for now, we will still suppress Phpstan for JpgraphRendererBase.
I do not find a License file for mitoteam. However, there also wasn't one for jpgraph in the first place. Based on that and the discussion in #2996 (mitoteam will be used in exactly the same manner as mpdf), I don't think this is a problem. IANAL.
* PHP 8.2 Problems
Tons of "cannot create dynamic property" deprecations in jpgraph. Disable the test with most of those for now; leave the two with only a handful of messages enabled.
* Correct Failures in 2 Stock Charts
Down to 6 templates on which Render fails.
2022-08-13 18:14:25 -07:00
dependabot[bot]
db2bc3b289
Bump phpstan/phpstan from 1.8.0 to 1.8.2 ( #2977 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.8.0...1.8.2 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 06:03:17 -07:00
dependabot[bot]
f90adcf28e
Bump phpstan/phpstan from 1.7.7 to 1.8.0 ( #2919 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.7.7 to 1.8.0.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.7.7...1.8.0 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-07-02 01:29:11 -07:00
dependabot[bot]
ec01a71c0b
Bump phpunit/phpunit from 9.5.20 to 9.5.21 ( #2918 )
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.20 to 9.5.21.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5.21 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 05:36:47 -07:00
dependabot[bot]
0719c7cb87
Bump dompdf/dompdf from 1.2.2 to 2.0.0 ( #2917 )
...
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf ) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/dompdf/dompdf/releases )
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.2...v2.0.0 )
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 05:21:24 -07:00
MarkBaker
4ae947ce64
Update php codesniffer
2022-06-19 11:33:09 +02:00
MarkBaker
3b55689ec1
phpcs update to version 3.7.0 to ensure it catches all the PHP 8.1 updates
2022-06-15 13:33:42 +02:00
dependabot[bot]
d0ff3d9ca7
Bump phpstan/phpstan from 1.6.3 to 1.7.7 ( #2864 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.6.3 to 1.7.7.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.6.3...1.7.7 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-06-01 21:22:53 -07:00
dependabot[bot]
b38fa15c89
Bump phpstan/phpstan-phpunit from 1.1.0 to 1.1.1 ( #2795 )
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.1.0...1.1.1 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 09:00:18 -07:00
dependabot[bot]
b9f1e8189e
Bump phpstan/phpstan from 1.5.4 to 1.6.3 ( #2794 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.5.4 to 1.6.3.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.5.4...1.6.3 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-05-01 08:46:34 -07:00
dependabot[bot]
58cb191abc
Bump dompdf/dompdf from 1.2.1 to 1.2.2 ( #2796 )
...
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/dompdf/dompdf/releases )
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 07:37:44 -07:00
dependabot[bot]
ed7efb05f0
Bump mpdf/mpdf from 8.0.17 to 8.1.1 ( #2793 )
...
Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf ) from 8.0.17 to 8.1.1.
- [Release notes](https://github.com/mpdf/mpdf/releases )
- [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md )
- [Commits](https://github.com/mpdf/mpdf/compare/v8.0.17...v8.1.1 )
---
updated-dependencies:
- dependency-name: mpdf/mpdf
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 07:17:07 -07:00
dependabot[bot]
c6858885c0
Bump phpstan/phpstan-phpunit from 1.0.0 to 1.1.0 ( #2720 )
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.0.0...1.1.0 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-04-10 18:03:04 -07:00
dependabot[bot]
b03788c902
Bump phpstan/phpstan from 1.4.6 to 1.5.3 ( #2719 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.4.6 to 1.5.3.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/1.6.x/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.4.6...1.5.3 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-04-10 08:25:24 -07:00
dependabot[bot]
28bb2cd7c7
Bump phpunit/phpunit from 9.5.16 to 9.5.20 ( #2726 )
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.16 to 9.5.20.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.16...9.5.20 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-03 05:13:55 -07:00
dependabot[bot]
1ae8ef9651
Bump dompdf/dompdf from 1.2.0 to 1.2.1 ( #2721 )
...
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/dompdf/dompdf/releases )
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-03 04:56:17 -07:00
Kevin Bond
3a4da89bfe
allow psr/simple-cache 2.x
2022-03-11 11:33:16 -05:00
dependabot[bot]
a7a48bf0ca
Bump dompdf/dompdf from 1.1.1 to 1.2.0 ( #2633 )
...
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/dompdf/dompdf/releases )
- [Commits](https://github.com/dompdf/dompdf/compare/v1.1.1...v1.2.0 )
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 03:58:33 -08:00
dependabot[bot]
30815cc060
Bump phpunit/phpunit from 9.5.13 to 9.5.16 ( #2635 )
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.13 to 9.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.13...9.5.16 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 03:48:06 -08:00
dependabot[bot]
a8ebf45fd7
Bump phpstan/phpstan from 1.4.5 to 1.4.6 ( #2634 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.4.5...1.4.6 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 03:34:55 -08:00
dependabot[bot]
69fe30a135
Bump phpstan/phpstan from 1.3.0 to 1.4.5 ( #2548 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.3.0 to 1.4.5.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.3.0...1.4.5 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
2022-02-05 20:01:52 -08:00
dependabot[bot]
35dfdc617e
Bump phpunit/phpunit from 9.5.11 to 9.5.13 ( #2544 )
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.11 to 9.5.13.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5.13 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 18:26:05 -08:00
dependabot[bot]
9e591d8540
Bump mpdf/mpdf from 8.0.15 to 8.0.17 ( #2543 )
...
Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf ) from 8.0.15 to 8.0.17.
- [Release notes](https://github.com/mpdf/mpdf/releases )
- [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md )
- [Commits](https://github.com/mpdf/mpdf/compare/v8.0.15...v8.0.17 )
---
updated-dependencies:
- dependency-name: mpdf/mpdf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 18:15:07 -08:00
oleibman
76388349d1
Update composer.lock ( #2527 )
...
Probably as a consequence of the merging of PR #2502 ,
Composer is complaining:
"Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them."
There doesn't appear to be any harm;
nevertheless, this PR implements the result of `composer update --lock`.
2022-02-02 18:04:20 -08:00
dependabot[bot]
778e24cf73
Bump ezyang/htmlpurifier from 4.13.0 to 4.14.0 ( #2479 )
...
Bumps [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier ) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/ezyang/htmlpurifier/releases )
- [Changelog](https://github.com/ezyang/htmlpurifier/blob/master/NEWS )
- [Commits](https://github.com/ezyang/htmlpurifier/compare/v4.13.0...v4.14.0 )
---
updated-dependencies:
- dependency-name: ezyang/htmlpurifier
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Scrutinizer was canceled, but there's no reason it would be needed for this PR. Merging this change.
2022-01-03 17:55:33 -08:00
dependabot[bot]
623d7fe7c2
Bump phpstan/phpstan from 1.2.0 to 1.3.0 ( #2477 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.2.0...1.3.0 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>
Scrutinizer was cancelled, but it isn't really relevant for this change, which I will now merge.
2022-01-03 17:45:07 -08:00
dependabot[bot]
1fdd7e5cb3
Bump squizlabs/php_codesniffer from 3.6.1 to 3.6.2 ( #2478 )
...
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases )
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.6.1...3.6.2 )
---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-01 19:44:27 -08:00
dependabot[bot]
1209d193a9
Bump phpunit/phpunit from 9.5.10 to 9.5.11 ( #2476 )
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.5.10 to 9.5.11.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-01 19:00:51 -08:00
dependabot[bot]
cb62c8c43e
Bump friendsofphp/php-cs-fixer from 3.3.2 to 3.4.0 ( #2475 )
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.3.2...v3.4.0 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-01 18:33:45 -08:00
dependabot[bot]
2878d370bf
Bump tecnickcom/tcpdf from 6.4.2 to 6.4.4 ( #2474 )
...
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF ) from 6.4.2 to 6.4.4.
- [Release notes](https://github.com/tecnickcom/TCPDF/releases )
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT )
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.4.2...6.4.4 )
---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-01 18:06:08 -08:00
dependabot[bot]
3918f626cc
Bump friendsofphp/php-cs-fixer from 3.2.1 to 3.3.2 ( #2424 )
...
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 3.2.1 to 3.3.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.3.2/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.2.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 09:54:10 -08:00
dependabot[bot]
8ee581612b
Bump dompdf/dompdf from 1.0.2 to 1.1.1 ( #2425 )
...
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf ) from 1.0.2 to 1.1.1.
- [Release notes](https://github.com/dompdf/dompdf/releases )
- [Commits](https://github.com/dompdf/dompdf/compare/v1.0.2...v1.1.1 )
---
updated-dependencies:
- dependency-name: dompdf/dompdf
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 09:24:35 -08:00
dependabot[bot]
7f0d0957a9
Bump mpdf/mpdf from 8.0.14 to 8.0.15 ( #2426 )
...
Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf ) from 8.0.14 to 8.0.15.
- [Release notes](https://github.com/mpdf/mpdf/releases )
- [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md )
- [Commits](https://github.com/mpdf/mpdf/compare/v8.0.14...v8.0.15 )
---
updated-dependencies:
- dependency-name: mpdf/mpdf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 08:49:24 -08:00
dependabot[bot]
cb527d127f
Bump phpstan/phpstan from 1.1.1 to 1.2.0 ( #2427 )
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md )
- [Commits](https://github.com/phpstan/phpstan/compare/1.1.1...1.2.0 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-03 08:24:21 -08:00
Adrien Crivelli
49d47d4bb4
Update all deps
2021-11-08 10:20:47 +09:00
dependabot[bot]
2bffcf9fa8
Bump phpunit/phpunit from 8.5.21 to 9.5.10
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 8.5.21 to 9.5.10.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.21...9.5.10 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 08:54:58 +09:00
dependabot[bot]
10b1371c6e
Bump friendsofphp/php-cs-fixer from 2.19.2 to 3.2.1 ( #2365 )
...
* Bump friendsofphp/php-cs-fixer from 2.19.2 to 3.2.1
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer ) from 2.19.2 to 3.2.1.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases )
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.2.1/CHANGELOG.md )
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.19.2...v3.2.1 )
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
2021-11-08 00:32:24 +09:00
Adrien Crivelli
858e073063
Drop PHP 7.2
...
This is according to our formal, published, policy to only support
eol PHP after 6 months.
See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support
2021-11-01 12:01:54 +09:00
Adrien Crivelli
e550528c02
Lock our deps with our minimum PHP 7.2, instead of PHP 7.3
2021-10-30 12:54:26 +09:00
MarkBaker
10a69f9983
Update matrix library to version 3
2021-07-02 11:55:59 +02:00
Mark Baker
3ddd12a49b
Update complex numbe library to version 3 ( #2198 )
2021-06-29 19:28:56 +02:00
MarkBaker
4089aede0a
Resolve default values when a null argument is passed for HLOOKUP(), VLOOKUP() and ADDRESS() functions
2021-05-27 12:02:38 +02:00
MarkBaker
e5bfc3c899
Add phpcs version compatibility check to pipeline
2021-05-10 22:55:32 +02:00
Adrien Crivelli
49f87de165
Reduce PHPStan error in tests
2021-04-12 11:10:23 +09:00
Adrien Crivelli
a189d933f2
Introduce PHPStan
...
To improve the feedback loop on code quality with a process
that can be run locally by the developers, instead of only
on Scrutinizer.
2021-04-03 16:13:21 +09:00
Adrien Crivelli
924347c05a
Update PHP deps
...
Simplify our constraints thanks to PHPUnit 8.5 that supports PHP 8+
2021-03-28 13:52:43 +09:00
MarkBaker
cd2f260db1
Additional method call/return typing
2021-01-29 17:31:28 +01:00
Mark Baker
9289ab11b2
Replace anti-xss with html purifier ( #1751 )
...
* Replace voku/anti-xss with ezyang/htmlpurifier. Despite anti-xss being a smaller footprint dependency, an a better license fit with our MIT license, there are issues with it's automatic it sanitisation of global variables causing side effects
* Additional unit tests for xss in html writer cell comments
2020-12-10 21:03:54 +01:00
Mark Baker
0ed5b800be
Resolve XSS Vulnerability in the HTML Writer ( #1719 )
...
Resolve XSS Vulnerability in the HTML Writer
2020-11-19 11:59:57 +01:00