Skip to content

Commit 3ec669c

Browse files
authored
Merge pull request #15 from macocci7/update_dependencies
Update dependencies
2 parents 5b70e09 + 703eb73 commit 3ec669c

22 files changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "macocci7/php-scatterplot",
33
"description": "it's easy to use for creating scatter plots.",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"type": "library",
66
"license": "MIT",
77
"autoload": {
@@ -18,7 +18,7 @@
1818
"minimum-stability": "stable",
1919
"require": {
2020
"php": ">=8.1",
21-
"intervention/image": "^3.6",
21+
"intervention/image": "^3.7",
2222
"macocci7/php-frequency-table": "^1.3",
2323
"macocci7/php-csv": "^1.0",
2424
"macocci7/php-combination": "^1.0",
@@ -28,7 +28,7 @@
2828
"squizlabs/php_codesniffer": "^3.7",
2929
"phpmd/phpmd": "^2.15",
3030
"phpunit/phpunit": "^10.5",
31-
"phpstan/phpstan": "^1.10",
31+
"phpstan/phpstan": "^1.11",
3232
"php-parallel-lint/php-parallel-lint": "^1.4"
3333
}
3434
}
-16 Bytes
Loading
-16 Bytes
Loading
-16 Bytes
Loading

examples/img/BasicUsage.png

-16 Bytes
Loading

examples/img/Matrix00.png

-480 Bytes
Loading

examples/img/Matrix01.png

-508 Bytes
Loading

examples/img/Matrix02.png

-16 Bytes
Loading

examples/img/Matrix03.png

-16 Bytes
Loading

examples/img/Matrix04.png

-16 Bytes
Loading

0 commit comments

Comments
 (0)