Skip to content

Commit 8418a4f

Browse files
PHP 8 Compatibility
The update is replicated from consistence#65
1 parent 4b4b199 commit 8418a4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo: false
55
php:
66
- 7.2
77
- 7.3
8+
- 7.4
89
- nightly
910

1011
env:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.2",
14+
"php": ">=7.2",
1515
"squizlabs/php_codesniffer": "~3.5.5",
1616
"slevomat/coding-standard": "~6.0"
1717
},

0 commit comments

Comments
 (0)