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 befdba6 commit a80e644Copy full SHA for a80e644
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- '7.1'
5
- '7.2'
6
+ - '7.3'
7
- nightly
8
9
install: travis_retry composer install --no-interaction --prefer-dist --no-suggest
composer.json
@@ -8,7 +8,7 @@
],
"homepage": "https://github.com/bbsnly/chartjs-php",
10
"type": "package",
11
- "version": "2.1.1",
+ "version": "2.2.0",
12
"license": "MIT",
13
"authors": [
14
{
@@ -37,7 +37,7 @@
37
}
38
},
39
"require-dev": {
40
- "phpunit/phpunit": "^6.4"
+ "phpunit/phpunit": "^7.5"
41
42
"scripts": {
43
"test": [
0 commit comments