Skip to content

Commit 3ff9869

Browse files
authored
Merge pull request #7 from thunderer/php8
PHP 8.0
2 parents 62192dd + 4bb38ab commit 3ff9869

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ cache:
55
- $HOME/.composer/cache/files
66

77
php:
8-
- 5.5
98
- 5.6
109
- 7.0
1110
- 7.1
1211
- 7.2
12+
- 7.3
13+
- 7.4
14+
- 8.0
1315
- hhvm
1416
- nightly
1517

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "tomasz@kowalczyk.cc"
99
}],
1010
"require": {
11-
"php": "^5.5|^7.0",
11+
"php": "^5.5|^7.0|^8.0",
1212
"symfony/yaml": ">=2.3"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)