Skip to content

Commit b67f9e4

Browse files
author
Anatoliy Babushka
committed
Remove support for older PHP versions
1 parent fcd90fb commit b67f9e4

24 files changed

Lines changed: 652 additions & 519 deletions

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ indent_size = 4
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
trim_trailing_whitespace = false
12+
trim_trailing_whitespace = false
13+
indent_size = 2

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22

33
php:
4-
- '7.1'
5-
- '7.2'
6-
- '7.3'
4+
- '7.4'
75

86
install: travis_retry composer install --no-interaction --prefer-dist --no-suggest
97

composer.json

Lines changed: 3 additions & 3 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.2.0",
11+
"version": "3.0.0",
1212
"license": "MIT",
1313
"authors": [
1414
{
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.1"
20+
"php": ">=7.4"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^7.5"
40+
"phpunit/phpunit": "^9.2"
4141
},
4242
"scripts": {
4343
"test": [

0 commit comments

Comments
 (0)