File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66 - 7.2
77 - 7.3
88 - 7.4
9+ - 8.0
910
1011env :
1112 - SYMFONY_VERSION=4.4.*
1213 - SYMFONY_VERSION=5.0.*
14+ - SYMFONY_VERSION=5.2.*
1315
1416cache :
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
3032after_script :
3133 - wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 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
33For the documentation, please [ refer to the original repository] ( https://github.com/minkphp/MinkBrowserKitDriver ) .
44
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments