Skip to content

Commit 80af31a

Browse files
authored
Merge pull request #14 from repzy/extend-php-version
extend php version
2 parents ac2cef7 + 1a50a85 commit 80af31a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22

33
php:
4-
- "7.1"
4+
- "7.2"
5+
- "8.0"
56

67
install:
78
- composer install --no-interaction

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^7.1"
20+
"php": ">=7.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0",
23+
"phpunit/phpunit": "^8.5",
2424
"satooshi/php-coveralls": "^1.0"
2525
}
2626
}

0 commit comments

Comments
 (0)