Skip to content

Commit 8110b99

Browse files
authored
Merge pull request #5 from Yozhef/php8.0
Support PHP 8.0
2 parents 0b440bd + e34d884 commit 8110b99

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9+
- 8.0
910

1011
env:
1112
- SYMFONY_VERSION=4.4.*
1213
- SYMFONY_VERSION=5.0.*
14+
- SYMFONY_VERSION=5.2.*
1315

1416
cache:
1517
directories:
@@ -25,7 +27,7 @@ install:
2527

2628
- vendor/bin/simple-phpunit install
2729

28-
script: vendor/bin/simple-phpunit -v --coverage-clover=coverage.clover
30+
script: XDEBUG_MODE=coverage vendor/bin/simple-phpunit -v --coverage-clover=coverage.clover
2931

3032
after_script:
3133
- wget https://scrutinizer-ci.com/ocular.phar

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the fork of MinkBrowserKitDriver library that supports PHP `^7.2` and supports Symfony `^4.4` and `^5.0`.
1+
This is the fork of MinkBrowserKitDriver library that supports PHP `^7.2` and `^8.0` and supports Symfony `^4.4` and `^5.0`.
22

33
For the documentation, please [refer to the original repository](https://github.com/minkphp/MinkBrowserKitDriver).
44

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616

1717
"require": {
18-
"php": "^7.2",
18+
"php": "^7.2|^8.0",
1919
"behat/mink": "^1.7",
2020
"symfony/browser-kit": "^4.4|^5.0",
2121
"symfony/dom-crawler": "^4.4|^5.0"

0 commit comments

Comments
 (0)