Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macocci7 committed Jun 27, 2024
1 parent d5eea2a commit 54d3a7d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
Binary file modified examples/img/AdjustDisplayByArray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/AdjustDisplayByMethods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/AdjustDisplayByNeon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/BasicUsage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/BoxplotDetmersReid2023_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/BoxplotDetmersReid2023_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/BoxplotExampleCase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/MultipleDataSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/TransparentBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54d3a7d

Please sign in to comment.