Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/tester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 37f5151460984e533fdcee536c0806d4f2775fc1
Choose a base ref
..
head repository: nette/tester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3bd1b2c1074dfb957288b716c06aa7b4b5295a8
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 readme.md
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -31,9 +31,9 @@ composer require nette/tester --dev

Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.

- Nette Tester 2.3 is compatible with PHP 7.1 7.4
- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 7.3
- Nette Tester 2.0 is compatible with PHP 5.6 7.3
- Nette Tester 2.3 is compatible with PHP 7.1 to 7.4
- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 to 7.3
- Nette Tester 2.0 is compatible with PHP 5.6 to 7.3

Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.