We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a993c2a commit 163ff46Copy full SHA for 163ff46
2 files changed
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- 7.2
11
- 7.3
12
- 7.4
13
+ - 8.0
14
- nightly
15
16
matrix:
composer.json
@@ -7,15 +7,15 @@
7
{
8
"name": "Lars Strojny",
9
"email": "lstrojny@php.net",
- "homepage": "http://usrportage.de"
+ "homepage": "https://usrportage.de"
},
"name": "Max Beutel",
"email": "nash12@gmail.com"
}
],
17
"require": {
18
- "php": "~7"
+ "php": "~7|~8"
19
20
"require-dev": {
21
"phpunit/phpunit": "~7",
0 commit comments