Skip to content

Commit 6928441

Browse files
authored
Merge pull request #18 from jDolba/allow-php8
PHP 8 support
2 parents cb95ddf + 135f5ba commit 6928441

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: php
2-
dist: trusty
2+
dist: bionic
33
sudo: false
44

55
cache:
@@ -11,6 +11,7 @@ php:
1111
- 7.2 # EOL: 20 Nov 2020
1212
- 7.3 # EOL: 6 Dec 2021
1313
- 7.4 # EOL: 28 Nov 2022
14+
- 8.0 # EOL: 26 Nov 2023
1415

1516
matrix:
1617
fast_finish: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"psr-4": { "Sserbin\\TwigLinter\\Tests\\": "tests/"}
1717
},
1818
"require": {
19-
"php": "~7.2",
19+
"php": "~7.2|~8.0",
2020
"symfony/console": "^4.1 || ^5.1",
2121
"symfony/finder": "^4.1 || ^5.1",
2222
"twig/twig": "^2.5 || ^3",

0 commit comments

Comments
 (0)