Skip to content

Commit befdba6

Browse files
committed
Version update
1 parent 892cb6d commit befdba6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"homepage": "https://github.com/bbsnly/chartjs-php",
1010
"type": "package",
11-
"version": "2.1.0",
11+
"version": "2.1.1",
1212
"license": "MIT",
1313
"authors": [
1414
{
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.0"
20+
"php": ">=7.1"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -38,5 +38,10 @@
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^6.4"
41+
},
42+
"scripts": {
43+
"test": [
44+
"vendor/bin/phpunit"
45+
]
4146
}
4247
}

0 commit comments

Comments
 (0)