Skip to content

Commit 3bce92e

Browse files
authored
Merge pull request Codeception#171 from Codeception/bugfix/min-version
Set minimum required version of PHP to 5.6
2 parents 3b75a49 + 58242cb commit 3bce92e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/phar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4 class="panel-title">
3737
<div class="panel-heading" role="tab" id="headingTwo">
3838
<h4 class="panel-title">
3939
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
40-
Install Phar for PHP 5.x
40+
Install Phar for PHP 5.6
4141
</a>
4242
</h4>
4343
</div>

install.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="pull-right well">
88
<h4>Requirements</h4>
99
<strong>
10-
<div>PHP 5.4+</div>
10+
<div>PHP 5.6+</div>
1111
<div>CURL enabled</div>
1212
</strong>
1313
</div>

0 commit comments

Comments
 (0)