Skip to content

Commit 07c07c5

Browse files
committed
Drop support for PHP 7.3 and PHP 8.x ready.
1 parent 205c494 commit 07c07c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22
php:
3-
- '7.3'
43
- '7.4'
4+
- '8.0'
55

66
install:
77
- composer self-update
88
- composer update
9-
10-
script:
9+
10+
script:
1111
- ./bin/phing unit
12-
12+
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "library",
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=7.3",
12+
"php": ">=7.4",
1313
"setbased/helper-code-store": "^2.3.1"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)