Skip to content

Commit 60b6223

Browse files
martenbf3l1x
authored andcommitted
update codeception/lib-innerbrowser
1 parent 3ec4514 commit 60b6223

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=7.2",
2323
"codeception/codeception": "^4.0.2",
24-
"codeception/lib-innerbrowser": "^1.3",
24+
"codeception/lib-innerbrowser": "^1.3 || ^2.0",
2525
"nette/di": "^3.0",
2626
"nette/bootstrap": "^3.0",
2727
"nette/http": "^3.0.3",

src/Module/NetteApplicationModule.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
use Nette\Http\IRequest;
1010
use Nette\Http\IResponse;
1111

12+
/**
13+
* @property NetteConnector $client
14+
*/
1215
class NetteApplicationModule extends Framework
1316
{
1417

15-
/** @var NetteConnector */
16-
public $client;
17-
1818
/** @var mixed[] */
1919
protected $config = [
2020
'followRedirects' => true,

0 commit comments

Comments
 (0)