Skip to content

Commit

Permalink
Update PHP version requirement to 7.3.0 or higher in `requirements.…
Browse files Browse the repository at this point in the history
…php`.
  • Loading branch information
terabytesoftw committed Mar 21, 2024
1 parent f8884dc commit a9ac7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/requirements/requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
array(
'name' => 'PHP version',
'mandatory' => true,
'condition' => version_compare(PHP_VERSION, '5.4.0', '>='),
'condition' => version_compare(PHP_VERSION, '7.3.0', '>='),
'by' => '<a href="https://www.yiiframework.com">Yii Framework</a>',
'memo' => 'PHP 5.4.0 or higher is required.',
'memo' => 'PHP 7.3.0 or higher is required.',
),
array(
'name' => 'Reflection extension',
Expand Down

0 comments on commit a9ac7f5

Please sign in to comment.