Skip to content

Commit d222ac7

Browse files
committed
New phar build
1 parent a57c619 commit d222ac7

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class RoboFile extends \Robo\Tasks
1010
use DocumentationHelpers;
1111

1212
const REPO_BLOB_URL = 'https://github.com/Codeception/Codeception/blob';
13-
const STABLE_BRANCH = '4.0';
13+
const STABLE_BRANCH = '4.1';
1414

1515
function post()
1616
{

builds.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ layout: page
33
title: Codeception Builds
44
---
55

6+
67
## 4.1
78
*Requires: PHP 5.6 and higher + CURL*
89

9-
* **[Download Latest 4.0 Release](http://codeception.com/releases/4.1.20200314/codecept.phar)**
10+
* **[Download Latest 4.1 Release](http://codeception.com/releases/4.1.20200317/codecept.phar)**
11+
* [4.1.20200317 for PHP 7.2+](http://codeception.com/releases/4.1.20200317/codecept.phar), [for PHP 5.6 - 7.1](http://codeception.com/releases/4.1.20200317/php56/codecept.phar)
1012
* [4.1.20200314 for PHP 7.2+](http://codeception.com/releases/4.1.20200314/codecept.phar), [for PHP 5.6 - 7.1](http://codeception.com/releases/4.1.20200314/php56/codecept.phar)
1113
* [4.1.20200219 for PHP 7.2+](http://codeception.com/releases/4.1.20200219/codecept.phar), [for PHP 5.6 - 7.1](http://codeception.com/releases/4.1.20200219/php56/codecept.phar)
1214

13-
1415
## 4.0
1516
*Requires: PHP 5.6 and higher + CURL*
1617

codecept.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
releases/4.1.20200314/codecept.phar
1+
releases/4.1.20200317/codecept.phar

codecept.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
330033259937f96a5ab20cf0d97fe59505b3b073
1+
435ea1fc35ab6a87ec96c7d8f75406b4371396e6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license":"MIT",
66

77
"require": {
8-
"codeception/codeception": "4.0.x-dev | >=4.0",
8+
"codeception/codeception": "^4.1",
99
"codeception/module-amqp": "*",
1010
"codeception/module-apc": "*",
1111
"codeception/module-asserts": "*",

php56/codecept.phar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../releases/4.1.20200314/php56/codecept.phar
1+
../releases/4.1.20200317/php56/codecept.phar

php56/codecept.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e839e99846cb0d9077a19ef14942f63c8e5d13e
1+
638589d122163a0f14824d3bb472a927629eda4d
6.31 MB
Binary file not shown.
6.15 MB
Binary file not shown.

0 commit comments

Comments
 (0)