Skip to content

Commit

Permalink
requires PHP 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 21, 2015
1 parent dd83ace commit 16b7b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Installation
The best way to install Nette Framework is to download the latest package
from http://nette.org/download or use [Composer](http://doc.nette.org/composer).

Nette Framework requires PHP 5.3.1 or later. Please run [Requirements
Nette Framework requires PHP 5.4.4 or later. Please run [Requirements
Checker](http://doc.nette.org/requirements) to obtain more detailed information.


Expand Down
4 changes: 2 additions & 2 deletions tools/Requirements-Checker/checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
$tests[] = array(
'title' => 'PHP version',
'required' => TRUE,
'passed' => version_compare(PHP_VERSION, '5.3.1', '>='),
'passed' => version_compare(PHP_VERSION, '5.4.4', '>='),
'message' => PHP_VERSION,
'description' => 'Your PHP version is too old. Nette Framework requires at least PHP 5.3.1 or higher.',
'description' => 'Your PHP version is too old. Nette Framework requires at least PHP 5.4.4 or higher.',
);

$tests[] = array(
Expand Down

0 comments on commit 16b7b70

Please sign in to comment.