diff --git a/composer.json b/composer.json index 3aa9c99..92aa6bc 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "macocci7/php-boxplot", - "version": "1.2.1", + "version": "1.2.2", "description": "it's easy to use for creating boxplots.", "type": "library", "require": { "php": ">=8.1", - "intervention/image": "^3.6", + "intervention/image": "^3.7", "macocci7/php-frequency-table": "^1.3", "fakerphp/faker": "^1.23", "nette/neon": "^3.4" @@ -14,7 +14,7 @@ "squizlabs/php_codesniffer": "^3.7", "phpunit/phpunit": "^10.5", "phpmd/phpmd": "^2.15", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.11", "php-parallel-lint/php-parallel-lint": "^1.4" }, "license": "MIT", diff --git a/examples/img/AdjustDisplayByArray.png b/examples/img/AdjustDisplayByArray.png index b50c078..ed8f6fb 100644 Binary files a/examples/img/AdjustDisplayByArray.png and b/examples/img/AdjustDisplayByArray.png differ diff --git a/examples/img/AdjustDisplayByMethods.png b/examples/img/AdjustDisplayByMethods.png index 20f6115..c52c78d 100644 Binary files a/examples/img/AdjustDisplayByMethods.png and b/examples/img/AdjustDisplayByMethods.png differ diff --git a/examples/img/AdjustDisplayByNeon.png b/examples/img/AdjustDisplayByNeon.png index b26b898..3a65648 100644 Binary files a/examples/img/AdjustDisplayByNeon.png and b/examples/img/AdjustDisplayByNeon.png differ diff --git a/examples/img/BasicUsage.png b/examples/img/BasicUsage.png index a7ea6dd..38a2d1c 100644 Binary files a/examples/img/BasicUsage.png and b/examples/img/BasicUsage.png differ diff --git a/examples/img/BoxplotDetmersReid2023_01.png b/examples/img/BoxplotDetmersReid2023_01.png index 021d678..ac4578c 100644 Binary files a/examples/img/BoxplotDetmersReid2023_01.png and b/examples/img/BoxplotDetmersReid2023_01.png differ diff --git a/examples/img/BoxplotDetmersReid2023_02.png b/examples/img/BoxplotDetmersReid2023_02.png index 0075a9c..35e0e04 100644 Binary files a/examples/img/BoxplotDetmersReid2023_02.png and b/examples/img/BoxplotDetmersReid2023_02.png differ diff --git a/examples/img/BoxplotExampleCase.png b/examples/img/BoxplotExampleCase.png index 746e8ca..329abf1 100644 Binary files a/examples/img/BoxplotExampleCase.png and b/examples/img/BoxplotExampleCase.png differ diff --git a/examples/img/MultipleDataSet.png b/examples/img/MultipleDataSet.png index 4587286..bb4fd8f 100644 Binary files a/examples/img/MultipleDataSet.png and b/examples/img/MultipleDataSet.png differ diff --git a/examples/img/TransparentBackground.png b/examples/img/TransparentBackground.png index 655cd06..b03ed72 100644 Binary files a/examples/img/TransparentBackground.png and b/examples/img/TransparentBackground.png differ