Skip to content

Commit a80e644

Browse files
committed
PHP7.3 support
1 parent befdba6 commit a80e644

File tree

3 files changed

+188
-177
lines changed

3 files changed

+188
-177
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- '7.1'
55
- '7.2'
6+
- '7.3'
67
- nightly
78

89
install: travis_retry composer install --no-interaction --prefer-dist --no-suggest

composer.json

Lines changed: 2 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.1",
11+
"version": "2.2.0",
1212
"license": "MIT",
1313
"authors": [
1414
{
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^6.4"
40+
"phpunit/phpunit": "^7.5"
4141
},
4242
"scripts": {
4343
"test": [

0 commit comments

Comments
 (0)