Skip to content

Commit ef35075

Browse files
committed
PHP 5.4 build is recommended for PHP 5.5 too, because the main build will include PHPUnit 5 which requires PHP 5.6
1 parent 68093eb commit ef35075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>Phar</h3>
4141
<pre><code>wget http://codeception.com/codecept.phar</code></pre>
4242
</p>
4343
</div>
44-
<p><a href="http://codeception.com/php54/codecept.phar">Download phar for for PHP 5.4 and PHP < 5.5.9</a></p>
44+
<p><a href="http://codeception.com/php54/codecept.phar">Download phar for PHP 5.4 and 5.5</a></p>
4545
<p>For PHP 5.3 <a href="/builds">use the latest version of Codeception 1.8.x</a></p>
4646

4747

quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Codeception Quickstart Guide</h1>
3535
<pre>$ wget http://codeception.com/codecept.phar<a href="/thanks" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
3636

3737
<!-- phar php54 -->
38-
<pre>$ wget http://codeception.com/php54/codecept.phar <span class="text-muted">// PHP 5.4 >= 5.5.9</span><a href="/thanks_php54" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
38+
<pre>$ wget http://codeception.com/php54/codecept.phar <span class="text-muted">// PHP 5.4 and 5.5</span><a href="/thanks_php54" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
3939
<p><code class="text-muted">$ alias codecept='codecept.phar'</code></p>
4040
<div>
4141
</div>

0 commit comments

Comments
 (0)