Skip to content

Commit 163ff46

Browse files
authored
build(deps): add PHP8 support (#230)
1 parent a993c2a commit 163ff46

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- 8.0
1314
- nightly
1415

1516
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
{
88
"name": "Lars Strojny",
99
"email": "lstrojny@php.net",
10-
"homepage": "http://usrportage.de"
10+
"homepage": "https://usrportage.de"
1111
},
1212
{
1313
"name": "Max Beutel",
1414
"email": "nash12@gmail.com"
1515
}
1616
],
1717
"require": {
18-
"php": "~7"
18+
"php": "~7|~8"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~7",

0 commit comments

Comments
 (0)