Skip to content

Commit 15a1613

Browse files
committed
updated
1 parent 5eb8248 commit 15a1613

File tree

3 files changed

+8
-69
lines changed

3 files changed

+8
-69
lines changed

_layouts/releases.html

Lines changed: 0 additions & 63 deletions
This file was deleted.

changelog.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
layout: releases
3-
title: Codeception Releases
2+
layout: post
3+
title: Codeception Changelog
44
---
55

66
# Changelog

install.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ <h1>Installation</h1>
2525

2626

2727
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
28-
steps.
29-
Alternatively you can choose one of the packages to install Codeception
28+
steps.
3029
</h4>
3130
</div>
3231
</div>
@@ -43,6 +42,9 @@ <h3>Phar</h3>
4342
</p>
4443
</div>
4544

45+
46+
<div class="alert alert-warning">Codeception 2.0 and higher requires PHP 5.4 installed. <a href="/builds">Download latest version of Codeception 1.8.x</a> if you run PHP 5.3</div>
47+
4648
<p>Prepare tests directory and configs</p>
4749
<div>
4850
<p>
@@ -114,8 +116,8 @@ <h3>Git</h3>
114116

115117
<pre><code>php codecept run -c /path/to/my/project</code></pre>
116118

117-
<p>If you want to build phar package run
118-
<code>php bin/build_phar.php</code>
119+
<p>If you want to build phar package you need to install <a href="http://robo.li">Robo Task Runner</a> and execute
120+
<code>robo build:phar</code>
119121

120122
</p>
121123

0 commit comments

Comments
 (0)