Skip to content

Commit ad25ce8

Browse files
committed
Allow PHP 8.0. There is no release since I need to go over the new rules, drop the old PHP versions and reimplement the CI
1 parent f327f14 commit ad25ce8

File tree

3 files changed

+518
-248
lines changed

3 files changed

+518
-248
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
8+
- '8.0'
79

810
cache:
911
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "Apache-2.0",
1717
"type": "library",
1818
"require": {
19-
"php": "^7.0",
19+
"php": "^7.0|^8.0",
2020
"friendsofphp/php-cs-fixer": "^2.15.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)