Skip to content

Commit 03f6a22

Browse files
authored
Merge pull request #20 from AlaaSarhan/AlaaSarhan-patch-1
Test against PHP 8
2 parents 89b23fe + f1fc2e3 commit 03f6a22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- 7.2
88
- 7.3
99
- 7.4
10+
- 8.0
1011
- nightly
1112

1213
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"minimum-stability": "stable",
2020
"require": {
21-
"php": "^5.6|^7.0"
21+
"php": "^5.6|^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^5.7|^6.0",
24+
"phpunit/phpunit": "^5.7|^6.0|^8.0|^9.0",
2525
"squizlabs/php_codesniffer": "^2.3|^3.0"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)