Skip to content

Commit dc1cfad

Browse files
authored
Merge pull request #3 from petrofcikmatus/feature/add-support-for-php-8
Add support for PHP 8
2 parents 6b089a7 + a0acddd commit dc1cfad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ php:
99
- '7.2'
1010
- '7.3'
1111
- '7.4'
12+
- '8.0'
13+
- '8.1'
1214

1315
install:
1416
- travis_retry composer install --prefer-dist --no-interaction

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"license": "MIT",
1414
"require": {
15-
"php": "^7.1"
15+
"php": "^7.1 || ^8.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.0"
18+
"phpunit/phpunit": "^7.0 || ^8.0"
1919
},
2020
"authors": [
2121
{

0 commit comments

Comments
 (0)