Skip to content

Commit 855ca7f

Browse files
committed
chore: update composer.json to enhance keywords and lower PHP version requirement
1 parent 3f40955 commit 855ca7f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

composer.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
"description": "PHP wrapper for Chart.js library",
44
"keywords": [
55
"chartjs",
6-
"php"
6+
"php",
7+
"charts",
8+
"graphs",
9+
"data-visualization",
10+
"javascript",
11+
"chart-library",
12+
"statistics",
13+
"analytics",
14+
"php-library",
15+
"php-wrapper",
16+
"chart-generation"
717
],
818
"homepage": "https://github.com/bbsnly/chartjs-php",
919
"type": "package",
@@ -15,7 +25,7 @@
1525
}
1626
],
1727
"require": {
18-
"php": ">=8.2"
28+
"php": ">=8.1"
1929
},
2030
"autoload": {
2131
"psr-4": {
@@ -40,4 +50,4 @@
4050
"preferred-install": "dist",
4151
"sort-packages": true
4252
}
43-
}
53+
}

0 commit comments

Comments
 (0)