Skip to content

Commit

Permalink
Merge pull request #5 from Yozhef/php8.0
Browse files Browse the repository at this point in the history
Support PHP 8.0
  • Loading branch information
pamil authored Feb 4, 2021
2 parents 0b440bd + e34d884 commit 8110b99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*
- SYMFONY_VERSION=5.2.*

cache:
directories:
Expand All @@ -25,7 +27,7 @@ install:

- vendor/bin/simple-phpunit install

script: vendor/bin/simple-phpunit -v --coverage-clover=coverage.clover
script: XDEBUG_MODE=coverage vendor/bin/simple-phpunit -v --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the fork of MinkBrowserKitDriver library that supports PHP `^7.2` and supports Symfony `^4.4` and `^5.0`.
This is the fork of MinkBrowserKitDriver library that supports PHP `^7.2` and `^8.0` and supports Symfony `^4.4` and `^5.0`.

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],

"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"behat/mink": "^1.7",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0"
Expand Down

0 comments on commit 8110b99

Please sign in to comment.