Skip to content

Commit 8d80bb4

Browse files
committed
fixed bad merge
1 parent 7291a0a commit 8d80bb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"ext-mbstring": "*",
2121
"phpunit/phpunit": ">4.8.20 <5.5",
2222
"phpunit/php-code-coverage": ">=2.1.3",
23-
23+
"facebook/webdriver": ">=1.0.1 <2.0",
24+
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
2425
"guzzlehttp/psr7": "~1.0",
2526
"symfony/finder": ">=2.7 <4.0",
2627
"symfony/console": ">=2.7 <4.0",

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Codecept
99
{
10-
const VERSION = "2.2.3";
10+
const VERSION = "2.2.2";
1111

1212
/**
1313
* @var \Codeception\PHPUnit\Runner

0 commit comments

Comments
 (0)