Skip to content

Commit

Permalink
readme.md: fixed required PHP version [Closes nette#253]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 4, 2017
1 parent d992b9b commit 52b29ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Installation and requirements
The best way how to install Tracy is to [download a latest package](https://github.com/nette/tracy/releases) or use a Composer:

```
php composer.phar require tracy/tracy
composer require tracy/tracy
```

Tracy requires PHP version 5.3.0 or newer (master requires PHP 5.4.4).
Tracy requires PHP version 5.4.4 or newer (is compatible with PHP 7.0 and 7.1). Older Tracy 2.3 works with PHP 5.3.


Usage
Expand Down

0 comments on commit 52b29ea

Please sign in to comment.