We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892cb6d commit befdba6Copy full SHA for befdba6
composer.json
@@ -8,7 +8,7 @@
8
],
9
"homepage": "https://github.com/bbsnly/chartjs-php",
10
"type": "package",
11
- "version": "2.1.0",
+ "version": "2.1.1",
12
"license": "MIT",
13
"authors": [
14
{
@@ -17,7 +17,7 @@
17
}
18
19
"require": {
20
- "php": ">=7.0"
+ "php": ">=7.1"
21
},
22
"autoload": {
23
"psr-4": {
@@ -38,5 +38,10 @@
38
39
"require-dev": {
40
"phpunit/phpunit": "^6.4"
41
+ },
42
+ "scripts": {
43
+ "test": [
44
+ "vendor/bin/phpunit"
45
+ ]
46
47
0 commit comments