We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291a0a commit 8d80bb4Copy full SHA for 8d80bb4
composer.json
@@ -20,7 +20,8 @@
20
"ext-mbstring": "*",
21
"phpunit/phpunit": ">4.8.20 <5.5",
22
"phpunit/php-code-coverage": ">=2.1.3",
23
-
+ "facebook/webdriver": ">=1.0.1 <2.0",
24
+ "guzzlehttp/guzzle": ">=4.1.4 <7.0",
25
"guzzlehttp/psr7": "~1.0",
26
"symfony/finder": ">=2.7 <4.0",
27
"symfony/console": ">=2.7 <4.0",
src/Codeception/Codecept.php
@@ -7,7 +7,7 @@
7
8
class Codecept
9
{
10
- const VERSION = "2.2.3";
+ const VERSION = "2.2.2";
11
12
/**
13
* @var \Codeception\PHPUnit\Runner
0 commit comments