Skip to content

Commit 03627de

Browse files
authored
Merge pull request #25 from macocci7/update_dependencies
Update dependencies
2 parents d5eea2a + 54d3a7d commit 03627de

10 files changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "macocci7/php-boxplot",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "it's easy to use for creating boxplots.",
55
"type": "library",
66
"require": {
77
"php": ">=8.1",
8-
"intervention/image": "^3.6",
8+
"intervention/image": "^3.7",
99
"macocci7/php-frequency-table": "^1.3",
1010
"fakerphp/faker": "^1.23",
1111
"nette/neon": "^3.4"
@@ -14,7 +14,7 @@
1414
"squizlabs/php_codesniffer": "^3.7",
1515
"phpunit/phpunit": "^10.5",
1616
"phpmd/phpmd": "^2.15",
17-
"phpstan/phpstan": "^1.10",
17+
"phpstan/phpstan": "^1.11",
1818
"php-parallel-lint/php-parallel-lint": "^1.4"
1919
},
2020
"license": "MIT",

examples/img/AdjustDisplayByArray.png

-16 Bytes
Loading
-16 Bytes
Loading

examples/img/AdjustDisplayByNeon.png

-16 Bytes
Loading

examples/img/BasicUsage.png

-16 Bytes
Loading
-16 Bytes
Loading
-16 Bytes
Loading

examples/img/BoxplotExampleCase.png

688 Bytes
Loading

examples/img/MultipleDataSet.png

-16 Bytes
Loading
-16 Bytes
Loading

0 commit comments

Comments
 (0)