We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62192dd + 4bb38ab commit 3ff9869Copy full SHA for 3ff9869
2 files changed
.travis.yml
@@ -5,11 +5,13 @@ cache:
5
- $HOME/.composer/cache/files
6
7
php:
8
- - 5.5
9
- 5.6
10
- 7.0
11
- 7.1
12
- 7.2
+ - 7.3
13
+ - 7.4
14
+ - 8.0
15
- hhvm
16
- nightly
17
composer.json
@@ -8,7 +8,7 @@
"email": "tomasz@kowalczyk.cc"
}],
"require": {
- "php": "^5.5|^7.0",
+ "php": "^5.5|^7.0|^8.0",
"symfony/yaml": ">=2.3"
},
"require-dev": {
0 commit comments